Hacker News new | ask | show | jobs
by mpdifranco 2981 days ago
Thanks for the great feedback!

Re: urls, there's a property on each reminder for URLs, but Apple's Reminders app actually doesn't use it. I talked to the engineers behind EventKit, and they recommended I use it for my app (there may be an update where it gets set properly). This means a slight incompatibility between Apple's and my Reminder app. If you create a reminder using the Share action for my app (by clicking the box with the arrow pointing up while in Safari, for example), it should set that property properly, and you should be able to view the website in the app directly.

Re: permissions, I totally agree with you, but for this app, a lot of the permissions are required right at the launch of the app (access to reminders, notifications, and location are required for the app to be useful). I have built in some logic to prompt you when the permission is needed, but I figured giving the description of how each was going to be used would mitigate the up front prompting.

Re: delete button, the red circle icon was actually taken from iOS directly (Go to Music > Playlists > Select a playlist > Edit to see an example in an Apple app). But I'll give some thought on updating the icon to be more explicit!

1 comments

Thanks for the answers!

That's a bummer about the URLs. Unfortunately, the URL property set by your app doesn't display at all in the OSX version of Apple's reminders app. I can't imagine using it without sync to all my other devices.

I am planning on releasing a macOS app in the near future.