@Chino
@InkGolem
This is not a problem that will affect your users.
I ran into this problem when I changed my startup screen, SplashScreen and application icon. I tried every method, but it did not work. Finally, I just published my application and downloaded it from the application store from a device that I did not use for development. SplashScreen and the application icon work as usual !!!
Was a previous version installed on this device? I believe this is the same as the answers above about uninstalling and reinstalling or uninstalling, restarting and reinstalling.
I have the same problem with devices for development and production, with a simulator and from the application store. I was also able to recreate the problem using a simulator. First, I run the simulator with the previous version of my code, then I run the simulator with a later version. In both cases, the old start screen is transferred. In the simulator, deleting a snapshot does not work, since it is simply recreated. When you close the application by pressing the "Home" button, a new snapshot is created with an older startup screen. Now ... if I uninstall the old version of the application from the phone or the simulator and then install it using xcode or the application store, the launch screen is updated properly. However, this is not an ideal solution for end users.
Has anyone come up with a solution that does not include removing the previous application from the phone?
I tried: renaming the xib file to LaunchScreen. Rename images used by LaunchScreen. Adding a blank image to screen.window in applicationDidEnterBackground to hide the screen before the shot
Adding a break [application didFinishLaunchingWithOptions], I see that the old LaunchScreen appears before calling didFinishLaunchingWithOptions.
dschlabach Jul 06 '16 at 19:54 2016-07-06 19:54
source share