I was changing the details of an already built iOS app and I have changed all the strings, etc. to change the name of the app. But when the application gives notifications (Apple push notifications), it still shows the old app name, not the new one. I have also changed the bundle display and bundle package name to the new app name but still not luck. I also tried cleaning the build folder and restarting both my Mac and the phone.
In the notification, it displays the new name and old name as well. This is very weird.
Please refer to the image below.
Comments from the people above are correct. The Bolt data is from your server. The same with your content. So talk to your server/backend guy or do it your self. Also there's a way to somehow handle that.
You can catch the title, the content, and the image (for rich push notification) by adding Notification Content Extension
and Notification Service Extension
in your project. That would require a bit of work though. I hope this helps!