Hi!
In ios 10 is requesting permission to receive notifications when you open the app and not to request via notifications.registerForPushNotifications()
This is a bug?
In most versions before last release, work correctly.
Thank you for your help
Hi!
In ios 10 is requesting permission to receive notifications when you open the app and not to request via notifications.registerForPushNotifications()
This is a bug?
In most versions before last release, work correctly.
Thank you for your help
This is now mandatory in iOS 10. This is not a bug unfortunately
Ios apps already downloaded 10 which does not send the notification permission alert to open the app.
My app has a dialog box, and the user clicks to activate then launch the permission alert to receive push notifications via registerForPushNotifications ().
I believe that the wrath corona fix it.
Thus, you can create a dialog box before activating notifications.

Someone Corona could answer that?
What version of Corona SDK are you using?
What version of Xcode?
What SDK are you selecting in the Corona build dialog?
Thanks
Rob
What version of Corona SDK are you using?
2016.2973 (2016.10.18)
What version of Xcode?
Version 8.0 (8A218a)
What SDK are you selecting in the Corona build dialog?
10.0
Thanks!
I found the problem:
native.getProperty(‘applicationIconBadgeNumber’) in applicationStart send registerForPushNotifications
Great news. I was scratching my head as to what the cause might be.
This is now mandatory in iOS 10. This is not a bug unfortunately
Ios apps already downloaded 10 which does not send the notification permission alert to open the app.
My app has a dialog box, and the user clicks to activate then launch the permission alert to receive push notifications via registerForPushNotifications ().
I believe that the wrath corona fix it.
Thus, you can create a dialog box before activating notifications.

Someone Corona could answer that?
What version of Corona SDK are you using?
What version of Xcode?
What SDK are you selecting in the Corona build dialog?
Thanks
Rob
What version of Corona SDK are you using?
2016.2973 (2016.10.18)
What version of Xcode?
Version 8.0 (8A218a)
What SDK are you selecting in the Corona build dialog?
10.0
Thanks!
I found the problem:
native.getProperty(‘applicationIconBadgeNumber’) in applicationStart send registerForPushNotifications
Great news. I was scratching my head as to what the cause might be.