Posts

Post not yet marked as solved
8 Replies
6.5k Views
Hi, everybody.We found a problem with apple push notification system alerts. Old version of our app used key CFBundleName from Info.plist as a title of the application. Recently we needed to change the app's title because of the owner of app had been changed. We didn't want to change bundle name and decided to add a key CFBundleDisplayName to Info.plist. Updating the application through Testflight we have an application with new title (CFBundleDisplayName from Info.plist) but APNS alerts are presented with old app name until rebooting the device. Is it bug of iOS? We checked this issue on ios 9-11 and have the same situation.
Posted Last updated
.