I have recently added Push Notification support to an app that already had local notifications. Both are working as expected, however when the user installs the app for the first time they are greeted with 2 opt-in alerts. The first says:
Header: "App" Would like to Send You Push Notifications
Body: Notifications may include alerts, sounds and icon badges. These can be configured in Settings.
After accepting that alert, another one pops up saying:
Header: APP
Body: APP would like to send you notifications
As I understand, the first alert is for Push Notifications and the second alert is for local notifications. However, I would prefer not to spam the user with multiple alerts on first launch. Is there any way to only have one alert to cover both of these?