Questions tagged [launchimage]

a placeholder image that is displayed while an iOS app is loading

A launch image or launch file is a placeholder image that is displayed while an iOS app is loading.

According to the iOS Human Interface Guidelines:

The placeholder image gives users the impression that your app is fast and responsive because it appears instantly and is quickly replaced by the first screen of your app.

A launch image or launch file is required for all iOS apps.

Resources

150 questions
3
votes
1 answer

iOS launch image won't show up on iPhone or simulator, works on iPad

I'm having this problem whether I use asset catalogs or the old-school way. Xcode 5.1.1 in all cases. I've got all my images in, and Xcode does not give me the "you're missing the 568-h" error or anything, but when I launch the app, my Launch image…
Cocorico
  • 2,319
  • 3
  • 22
  • 31
3
votes
1 answer

Single image as launch image for iOS 6 and iOS 7 in iPad

For iPhone app which support iOS 6 and iOS 7, we can use single image as launch image for both os versions. But in iPad, iOS 6 version launch image size should be 1024x748 and iOS 7 version launch image size should be 1024x768. Due to separate…
Srinivas
  • 315
  • 3
  • 18
2
votes
1 answer

Xcode 11.4.1 - Loading a LaunchScreen Image from Assets Folder

I just would like to set a LaunchScreen image using an image from the Assets.xcassets file. In Assets.xcassets, I'm adding a "New iOS Launch Image", and provide the image in PNG. In Project > General > App Icons and Launch Images, I have the…
itsafox
  • 71
  • 2
  • 5
2
votes
0 answers

Use same scale for iPhone X as iPhone 5

Initially the app was developed for iPhone 5. Later there was a problem with iPhone 6, 6+, scale was low. The solution was to set launch image as it is shown on the screenshot. The names and sizes: Default-568h@2x.png - 640x1136 Default@2x.png -…
Artem Z.
  • 1,243
  • 2
  • 14
  • 36
2
votes
0 answers

generate ios 10 universal app splash screen sizes and filenames, iPhone SE

I am making an iOS 10 ONLY Universal App. Being a developer with poor image-handling skills, it has become too troublesome to generate the splash screen images for me. I guess that's some work for the "designers". Nevertheless, i have to do it and I…
computingfreak
  • 4,939
  • 1
  • 34
  • 51
2
votes
2 answers

Old Launch Screen and black display after iOS app update

I made an iOS app with Xcode and Swift. In v2, I also updated Launch Screen and Launch Images. I first installed v1 of my app from the App Store. When the new, v2, was available from the App Store I updated my app on my devices. That's an iPhone 5s…
user6792802
2
votes
0 answers

App launchimage not updated

As before I used LaunchScreen.storyboard as a LaunchImage, in the latest version ,I setup the LaunchImage in Images.xcassets and deleted LaunchScreen.storyboard ,deleted 'Launch Screen File' in 'Targets-General'.When there is a ealrlier version in…
B.Lucien
  • 21
  • 1
2
votes
1 answer

iOS 9 Launch Image sizes?

I'm confused about Launch Images. I have to fill out the Launch Images in the xcassets file and I see this: But I can't find any documentation which lists the sizes needed for any of these images. Apples documentation only specifies 5 different…
Cbas
  • 6,003
  • 11
  • 56
  • 87
2
votes
4 answers

tvOS icon not showing

I have created a tvOS app and I have added images for the Top Shelf, both icons, and the Launch Image. When I compile and run the app in the Simulator those images don't show up. It's like the OS can't find the images and I don't understand why. The…
2
votes
2 answers

Xcode error while validation - “Your binary is not optimized for iPhone 5”

Starting Titanium SDK 5.2.0, I enabled storyboard for launch screen: true I have the LaunchLogo image set (5 files) under app/assets/iphone (as instructed). Works find on simulators…
Shawn
  • 2,675
  • 3
  • 25
  • 48
2
votes
2 answers

LaunchFile doesn't show on my device ios 9, xcode 7.1

When I launch the application on the simulator the "splash screen" launch file appears, but when I launch the app on my iOS device it doesn't appear I have the launchImage in the assets with the different size of the images like apple suggest. I've…
2
votes
2 answers

Black screen when launching the app on device since XCode7 update

I've updated XCode7 and like everyone, i have to amend a part of my code to be compliant with Swift2. But i have a problem, when i m testing the app on the simulator i have no problem. But when i m trying directly on my real device (Iphone 5S IOS9),…
Hugo75
  • 249
  • 3
  • 15
2
votes
4 answers

ios/xcode: Get launch image to display

I have been trying without success to get a launch image (screenshot from app) to display. I tried adding it as a file named Default.png to the project as apparently people did back in the day. (Adding icon.png to the project is the only way I've…
user1904273
  • 4,562
  • 11
  • 45
  • 96
2
votes
1 answer

Sketch + Xcode Launch Image

I'm trying to insert a launch image in my Xcode project. I have created the image with Sketch 3 and exported in normal, @2x and @3x format, i have also checked the dimensions required for the launch images here and they match, but apparently XCode…
user3223843
  • 375
  • 2
  • 9
2
votes
2 answers

LaunchImage in Images.xcassets with Launchscreen.xib

I'm using Xcode 6 with iOS 8 and 7, I have a Launchscreen.xib, and in General Target I've well configured my project : https://i.stack.imgur.com/ByJ6G.png But I think Launchscreen.xib doesn't work on iOS 7.1. So I've made LaunchImage in…
xcode_Dev
  • 237
  • 4
  • 16
1 2
3
9 10