Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS launch screen does not update

Tags:

ios

ipad

I've updated launch screen on an enterprise app, but it won't update when installed on an iPad with the existing app. I've tried completely deleting the app before installing a new version, but it still launches with the old launch screen image.

I've tried installing the new app on another iPad where this app was never installed and the new launch screen appears as expected. Both iPads run the same iOS v9. The app was built with xCode 7.2

In summary I've tried the following scenarios:

  1. updating existing app (version 1) on iPad A - with a new app (version 2) iPad A, loads the new app v2 with launch screen from version 1

  2. installed new app (version 2) on iPad B, which never had this app. iPad B, loads the new app v2 with correct launch screen then I installed old app version 1 on iPad B iPad B, now loads the old app v1 with launch screen from version 2

It seems the iPad somehow caches the launch screen from the very fist install regardless which version it is. Deleting the app and reinstalling does not seem to help and it does not look code related as the correct launch screen images was loaded on iPad B

like image 795
user1525248 Avatar asked Feb 04 '16 04:02

user1525248


3 Answers

I just had this problem and i found that deleting the app off the device or simulator, then restarting the device or simulator seems to fix the issue.

I found just restarting the device didn't work.

like image 179
Steve Avatar answered Oct 21 '22 10:10

Steve


I had tried many kinds of solutions and restart your iPhone is the only way.

like image 4
无夜之星辰 Avatar answered Oct 21 '22 10:10

无夜之星辰


Simulators and iPhone caches the launch images. this can help you 1>Clear the derived data under your developer/xcode folder 2>reset the device by pressing home button and lock button at same time 3>Push your code to device and it will work, if this doesnt work then creat ipa file and install using itunes after resetting the device and it will show the new launch images

like image 1
Karan Jivani Avatar answered Oct 21 '22 12:10

Karan Jivani