With Xcode 6 and iOS8 when my app first runs the OS displays a "My App Name Would Like to Send You Notifications" dialog. However with Xcode 7 / iOS 9 that has changed to ""(null)" Would Like to Send You Notifications".
How do I rectify this?
[When the OS displays the dialog asking if the user will permit location access to the app, then the OS correctly displays the App name in the dialog and not "(null)"]
Looks like we have a new property in the info.plist:
Bundle display name
The key is: CFBundleDisplayName
This was blank, but once I set it to $(PRODUCT_NAME)
I got the right notification permission popup.
Note, I still do see "(null) - Deployment" for one of the categories names in Build Settings for my target
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With