Reputation: 1105
While pushing a new build of my iOS app to TestFlight I am changing the app icon. But when looking at the All Builds > Activity, in iTunesConnect I can still see the old app icon. I have changed the appicon in my project in Xcode. But I can still see the old appicon when I install the app via TestFlight which changes later to the new appicon.
Upvotes: 3
Views: 2075
Reputation: 327
Apple uses some cache to make the application switching faster. This will get resolved when the the Springboard takes snapshot of your application ,which is going to happen soon. This is a bug in Apple's code and there is nothing you can do about it.
SpringBoard is the application that manages the home screen on iOS devices. With SpringBoard, icons on the home screen can be organized, the background wallpaper changed, and applications are launched. Some of the iPhone's settings at startup are also set by the SpringBoard.
Upvotes: 1