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
5
votes
3 answers

How to add Images for different screen size from Assets.xcassets in Xcode 8?

I create different sizes of background image for my Login screen. I refer to the apple link https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/ But I'm not doing Launch Screen and I just want to add background to Login…
May Phyu
  • 895
  • 3
  • 23
  • 47
5
votes
1 answer

Xcode App Submission Error Itms-90096

I am getting the following error when I archive my app in xcode and try to submit to the app store: From what I read on other forums, in order to resolve this issue I need to create a new launch image with the dimension 320x568 and add it to my…
user2959094
  • 143
  • 2
  • 9
5
votes
2 answers

IOS 7 launch image, displaying black screen on device ONLY

I have checked all the questions /answers related to this issue at least at stakoverflow .but without any success ,so far my issue is - I have created a new app - target IOS 7 and I have added my launchimage and my appIcon in the image.xcassets…
poa
  • 269
  • 1
  • 4
  • 13
4
votes
3 answers

tvOS launch image not visible

I'm creating a tvOS app and struggle for 2 days now with the launch image. It used to correctly show, then since few days ago the launch image no longer show, instead a blur is showing. I've checked the image and it doesn't use an alpha canal,…
Imotep
  • 2,006
  • 2
  • 25
  • 38
4
votes
2 answers

Launch images not showing with Xcode 7

I have set the launch images in an asset catalog (LaunchImage), which I've also set in the target's "General" tab in Xcode. The default LaunchScreen file was being shown when running the app, but I read this post and I did what it is said there: to…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
4
votes
3 answers

Access iPad launch images programmatically?

I'm using LaunchImage.launchimage in Images.xcassets to manage the launch images. But I'm trying to use the launch images inside the app also. I've read this answer : The documentation indicates that the imageNamed: method on UIImage should…
MujtabaFR
  • 5,956
  • 6
  • 40
  • 66
3
votes
1 answer

Launch Screen Image is Not Appearing in SwiftUI App

I'm developing my first iOS app and am having issues with the launch screen. Using the /iOS/Info.plist file I've added my launch image, which is set up in the Assets library, and its associated values in the library, but the image will not show up…
Ben Delany
  • 75
  • 10
3
votes
0 answers

Setting KivyMD app launch screen in Xcode 12.1

I have developed a game with KivyMD for Android & iOS with Xcode 12.1. Everything works fine on Android. I have resized my app icon and launch image to various sizes that Xcode needs. In my Xcode project's General tab, I was able to set my app icon…
Balaji Pooruli
  • 240
  • 1
  • 3
  • 16
3
votes
1 answer

Launch Image for iPad pro 12.9 inch

I have an ipad aplication whose UI is apperaing scale or "Display Zoom" on ipad pro 12.9 inch. This is because of not using correct Launch image. I have found that the dimension of launch image for ipad pro - 12.9 inch is = 2048 x 2732 When I am…
3
votes
2 answers

What's wrong with my asset catalog containing launch images?

I'm not using storyboards here, for reasons that would be a distraction to get into. I'm instead trying to add four launch images to an asset catalog: My app doesn't support iPads or 3.5-inch iPhones, so these should be sufficient. Is that fine or…
Kartick Vaddadi
  • 4,818
  • 6
  • 39
  • 55
3
votes
2 answers

Updated launch image sizes

I need to find out the proper sizes and the file names for all these launch images. Latest Xcode versions doesn't show the expected sizes in the attributed inspector when you select those slots. And Apple's documentation on launch images isn't…
Isuru
  • 30,617
  • 60
  • 187
  • 303
3
votes
2 answers

How to set splash screen for iOS in PhoneGap

I am using PhoneGap for creating iOS application for iOS9+. As per guide line I have added following code in Config.xml to set the splash screen. // set the cordova plugin
RohitK
  • 1,444
  • 1
  • 14
  • 37
3
votes
1 answer

Launch image for custom url - storyboard or asset catalog

I'm trying to have a custom launch image when a custom url launches the app. Is there a way to specify either a custom storyboard (UILaunchStoryboardName) or image from the asset catalog to use in this scenario?
livings124
  • 1,103
  • 1
  • 10
  • 23
3
votes
2 answers

UIImage View does not display in launch storyboard iOS 8

I am trying to create a launch storyboard for an iOS 8.1 app using Xcode 6.1.1 If i create a ViewController, add a view and add a label to that view, it all seems to work fine on actual devices. But when I add a UIImageView with an image file, the…
Ferdinand Rios
  • 972
  • 6
  • 18
3
votes
1 answer

Cordova iOS launch image changes while app is loading

I have set up my launch images / splashscreen in the Resources/splash folder with the normal naming scheme (Default~ipad.png, Default-Portrait@2x~ipad.png, etc). I have not set any of the UILaunchImage* plist entries. When I launch my Cordova app on…
Buns of Aluminum
  • 2,439
  • 3
  • 26
  • 44
1
2
3
9 10