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
- Deleted the old images from the project
- removed the LaunchScreen.storyboard from the project,
- Deleted the derived data of the app
- Deep clean Build
but the problem still continues for upgrading users.
Suggestions are welcome