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
1
vote
2 answers

React Native iOS: Launch Screen used instead of Launch Image in build

I have deleted the default Launch Screen file that React Native created and instead created a Launch Image. When I run the app in the simulator the Launch Image is being displayed but when I archive the project and open it via Testflight it still…
mxmtsk
  • 4,285
  • 6
  • 22
  • 47
1
vote
0 answers

iPhone X - custom launch screen image

In my application I have xib launch screen. It has background image displayed in UIImage. Before iPhone X I had images of one size - it easily scaled to all iPhone screen sizes from 4.0 up to 5.5 without problems due to the same aspect ratio. For…
Fyodor Volchyok
  • 5,610
  • 4
  • 28
  • 45
1
vote
2 answers

How to assign launch images in Xcode assets catalog?

Xcode's interface for assigning launch images into an assets catalog is rather confusing. Only 2 image slots are made available given the settings we've chosen (Portrait only, for iOS 8.0 and later) and yet the Apple docs list a variety of…
Alyoshak
  • 2,696
  • 10
  • 43
  • 70
1
vote
1 answer

why there is so much confusion surrounding launch screen in xamarin.ios

In image asset editor we can add launch image but it'll not appear in devices I can say atleast iPhone devices but If you ignore to add LaunchImage in assets xamarin won't let you compile the app.so you have to add the LaunchImage and at the same…
1
vote
2 answers

iOS Launch Image Works in Dev but not App Store Version

I have an iOS app and I am trying to get the launch screen to work properly. It works fine when I run the app in the simulator or on-device via xCode. But after I upload the binary to the App Store the splash screen image stops working. I am using…
Brad Dwyer
  • 6,305
  • 8
  • 48
  • 68
1
vote
1 answer

Can I have separate launch images for each of the four orientations?

I want my app to have different launch image when launched in portrait vs portrait upside down vs landscape left vs landscape right. Is that possible? I'm willing to use any of the following: Launch storyboard Launch images in an asset…
Kartick Vaddadi
  • 4,818
  • 6
  • 39
  • 55
1
vote
0 answers

Launch image not shown for iPhone on landscape only app

App details are as follows: Universal landscape only app. iOS version iOS 8 onwards. Splash screen loads on iPad but is not loaded on iPhone. Also warning is shown for iPhone 4inch retina image. But asset catalog with iOS 8 and landscape option…
Sayali
  • 593
  • 3
  • 9
  • 22
1
vote
0 answers

Using the LaunchImage and AppIcon inside the iOS app

I have images.acassets in my XCode project. I have set AppIcon source and Launch Image source properly. Everything works perfect. I am able to see the launch image correctly once the app is launched. Can I use this same launch Image inside the app…
Naren
  • 115
  • 2
  • 14
1
vote
1 answer

Localize LaunchImage

I'm unable to find the localization property of launch images. Has this been removed from Xcode?
Rutger Huijsmans
  • 2,330
  • 2
  • 30
  • 67
1
vote
1 answer

Android app is not installed on emulator or device when I run it in Android Studio

I am developing an Android app. In my app, I am testing my app running on both device and emulator. This is my third android app development. When I developed other apps, app is automatically installed with launch icon on device or on emulator. But…
Wai Yan Hein
  • 13,651
  • 35
  • 180
  • 372
1
vote
1 answer

Text size is changed when add launch images by xcasset

After add launch image follows this then run on iOS 8 and iOS9. Text size when run app on iOS8 and iOS9 is different. Text size when run on iOS9 seem small than text size on run on iOS8. Any body have ever meet this bug, please give me the solution?…
TrungLuu
  • 27
  • 5
1
vote
0 answers

Launch Screen image only showing on iPhone 4s, 5s, and 6s

For some reason, as the title states, the launch screen image only seems to be working on the iPhone 4s, 5s, 6s (But not the 6s Plus) for some reason. Otherwise the screen would just be blank. At first, I thought that it could've been a resolution…
Zachary Vincze
  • 427
  • 7
  • 24
1
vote
2 answers

iOS launch screen will not stop showing the launchscreen.xib

I've made images, an asset file for all the devices I need to support, no errors saying wrong size etc. I have it set up as follows: Also I have the asset file set up as follows: I've read loads of guides and questions on here regarding this but…
Hasen
  • 11,710
  • 23
  • 77
  • 135
1
vote
1 answer

How to change Launch Screen File to Launch Images Source when app update?

In my app v1.0,I use Launch Screen File to dispaly my Launch Image,but in v2.0,we changed it to Launch Images source but,when we update our app from v1.0 to v2.0,the launch image is still the original one, how to deal with it?
Michael Yang
  • 1,403
  • 2
  • 18
  • 27
1
vote
1 answer

How to get the right launch image in iOS9 programmatically?

I've add different size images into LaunchImage asset. While I use this code UIImage *launchImage = [UIImage imageNamed:@"LaunchImage"] It has returned the launchImage with the wrong size, exactly returns @2x png. When i use iphone6 plus, the…
Qijin
  • 307
  • 2
  • 13