Scenario
I have an app that sends notifications to the users. I have recently changed my app name in Xcode (about every way you can change it, "Bundle Name", "Product Name", you 'name' it...) and then changed it all back to the final name.
Problem
Now when I send a notification to the phone it doesn't show the final name change in the header section of the Notification Center. Instead, it is showing the old name that I changed it from.
Picture (circled in red - this is the part that is showing the old name)
FYI
Under the "Info" tab - the fields, "Bundle name" and "Bundle display name" both show the correct final name change.
And under the "Build Settings" tab - the fields, "Product Module Name" and "Product Name" both also show the correct final name change.
Question
Does anyone know if this is a bug or if there is a naming field I'm failing to change for this?