Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch image doesn't update

I'm using Xcode 4.3.1. Adding launch image is pretty simple -- just drag the image to the Project->Summary->Launch Images window.

So I set a launch image before and it worked. But when I dragged a different image and run the app on my iPhone again, the launch image still remain the same as the old one. Even after I delete the launch image from the Launch Images window, the old image still shows up upon launching.

I've tried clearing the build as well. Didn't work.

Help please. Very much appreciated!

like image 870
ceriseche Avatar asked Apr 30 '12 22:04

ceriseche


People also ask

What is launch image in iOS?

Overview. Every iOS app must provide a launch screen, a screen that displays while your app launches. The launch screen appears instantly when your app starts up and is quickly replaced with the app's first screen.

What is a launch image?

The launch image is visible on mobile devices when launching the app for the first time or when restarting the app. The launch image fills the whole screen for a few seconds until the app data loads and the app content is available. This bridges any gap in loading time and provides the user a seamless experience.

How do I create a launch screen in SwiftUI?

Adding a Launch Screen In SwiftUI projects, the launch screen is not generated by default. You need to add it manually in the Info. plist file. After opening the file, you should see an entry named Launch Screen.


2 Answers

I had the same issue, but with launch storyboard. I had to rename the image I've used as a background.

like image 170
sabiland Avatar answered Oct 08 '22 00:10

sabiland


What worked for me on iOS 10.2.1, iPhone 5s hardware test device, Xcode 8.2.1

I think it has nothing to do with Xcode. The test device appears to be caching the LaunchScreen.storyboard image. I needed to reboot my device by holding home + top button. Then I rebuilt, low and behold, the image updated.

like image 32
Emil Korngold Avatar answered Oct 08 '22 00:10

Emil Korngold