Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.