Push notifications in the Notification Center (top area) show an old app icon for our iOS app. Specifically, it shows the icon from our app’s version 1.0, but we swapped out icons for new ones starting with the subsequent release.
How do we change our app icon for push notifications?
Are you referring to the released version? If not, then try a “clean” build.
If so, then check your plist file and make sure all of the icon settings are correct.
I’ve only experienced this while debugging and a clean build fixed everything.
Hope this helps!