iOS Keeping old launch screen after update

Viewed 1452

I have an iOS app currently running in Appstore. I am in the process of updating the app’s Launch image.

Previously the app had a Launch screen image which was added in LaunchScreen.storyboard and in the update I changed it into static LaunchImage files, for a new install all works fine but for upgrading users the app keeps showing the old image.

I tried to test it with TestFlight but I still get the same results.

Stuff that I tried to do fix the issue

  1. Deleted the old images from the project
  2. removed the LaunchScreen.storyboard from the project,
  3. Deleted the derived data of the app
  4. Deep clean Build

but the problem still continues for upgrading users.

Suggestions are welcome

1 Answers
Related