Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Advice with handling notifications in swift

So i need some advice on a feature that i'm looking to implement, so basically i was wondering how would i go about using notifications to notify the user at a specific time.

I.E the user presses a button to save some information and sets it in a date picker to remind them at 5pm in the evening, the application will remind the user with a notification at specific time.

I've had a look at parse push notifications the problem is with this is it seems like the user has to have an id in order to use this, personally i feel this will destroy the UX since i don't want to restrict my users from using a feature.

Any ideas or advice would be greatly appreciated.