User Notifications in iOS 10
User notifications are incredibly important part of iOS apps - allowing you to get your user to interact with your app when *you* want. They enrich the user experience, and provide real value to your users. So why are they such a pain to work with? Apple has finally heard your cries of despair, and in iOS 10 introduces the new UserNotifications framework. This acts as a central place to handle all user notifications, whether they be local or push notifications.
In this talk we'll take a quick jaunt through the new framework, covering what you need to do to transition existing behaviour, in addition to looking at some of the new functionality. Learn how to create custom, interactive notifications, as well as building an extension to intercept and manipulate your push notifications. There may well be additional ABBA puns, but given the quality of the first one, it's looking unlikely.