I’ve noticed that Corona apps always ask for Push Notification approval on iOS8 even though the provisioning profile doesn’t have Push Notification entitlements.
I’ve tried with Enterprise and Pro builds and it’s always the same. The app will ask the user for Push Notification approval when the app is first installed.
I’ve tested with a native (non-Corona) Xcode project with the same provisioning profiles, and I do not get the Push Notification approval request (which is correct behavior).
Anybody else see this with their Corona apps when installing on iOS 8 beta 5?
(NOTE: It only asks the very first time the app is installed)
Corona SDK 2014.2419
Xcode 5.1.1
PS.
I noticed this already with iOS8 beta 1 and assumed it was an Apple bug (and reported it to Apple), but now since I was able to compile a native Xcode project without the request I’m starting to think it has something to do with Corona builds.