iOS push notifications uses bundleID instead of app name

1.6k Views Asked by At

Is there any way to make the app use the app name instead of bundle id in the title of push notifications (alerts). The banners are OK and display the app name and app icon. But the alerts use the bundleID.

2

There are 2 best solutions below

0
On

By default the Alert view title in the PushNotification displays the "Bundle Display name" from info.plist.

0
On

iOS has a cache for the push notification settings (the prompt for them, name, etc), that gets refreshed once in a while. Try changing the date (a day ahead) and/or rebooting the device, which will invalidate the cache and show the correct name.