Local Notifications

Sometimes you need to remind the user once or twice at a specific time. You can make this by secluding some local notifications which can also be repeated in specific time periods.

Push Notifications

Other times notifications triggered by remote events, like other users, or the developer tries to reach you with some information. These push notifications can contain new data and could even wake your app for a small period to fetch new information.

4 Curated Resources

The User Notifications framework provides a consistent way to schedule and handle local notifications starting in iOS 10, watchOS 3, and tvOS 10. In addition to managing local notifications, the framework also supports the handling of remote notifications, although the configuration of remote notifications still requires some platform-specific APIs.

In this tutorial you will create a local notification including an image.

Push Notifications allow developers to reach users and perform small tasks even when users aren’t actively using an app!

This course will take you on a deep dive into push notifications. So many courses teach the bare bones minimum – but there is so much more to know in order to build systems that are actually useful, effective, and that can reach users in the right way.