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
0
votes
1 answer

Error ITMS 90096 and ITMS 90022 appears both together while Uploading to Appstore for testFlight

It is the problem that plenty of people here faced and there are lots of questions-answers about these issues, I know that most of them are answered quite brightly. But honestly, it is almost 3 days that I'm struggling here through all questions to…
Ali Zeynalov
  • 2,867
  • 8
  • 30
  • 54
0
votes
1 answer

Issue with launch image in iPhone 6S plus and iPhone 7 plus

I am quite new to Xcode. I have certain images for launch screen of my app. I have added them using drag and drop to the icons (Images.xassets -> LaunchImage). All of them works properly in all devices except iPhone 6s plus and iPhone 7 plus. My…
Kiran Shinde
  • 5,732
  • 4
  • 24
  • 41
0
votes
2 answers

What are iOS iPad launchpad image resolutions?

This SO post gives the image resolutions and device types for the Xcode Launchpad Image.xcassettes for iPhones. What is the corresponding information for iPads?
Obromios
  • 15,408
  • 15
  • 72
  • 127
0
votes
3 answers

ios 9, white splash screen instead of launch image, working fine previously, seemingly nothing changed to cause it

When my app launches, I see a white screen, instead of my launch image. I am using a storyboard, as required, and everything was working fine for about 2 months before this. I didn't change anything related to the image or storyboard either, it just…
ewizard
  • 2,801
  • 4
  • 52
  • 110
0
votes
1 answer

iPhone app launch image not displayed in iPad mini

I add the UILaunchImages key to the Info.plist file and use a dictionary to describe each launch image, so that i can internationalize the Launch Image, My app only support iPhone: and my UILaunchImages like this: my Luanch image resource like…
iCrany
  • 115
  • 10
0
votes
2 answers

Get the right LaunchImage not iPhone4's

I'm accessing LaunchImage by [UIImage imageNamed:@"LaunchImage"] but it always gives me 640x960 no matter what. It obviously does not seem to detect which phone I'm using and it just throws 640x960. I could check for the screen size and set specific…
durazno
  • 559
  • 2
  • 7
  • 25
0
votes
2 answers

Black strips on ios application

Here is image first time it was showing black strips at the top and bottom of ios application so to remove that i did some changes in app icons and launch images, this change removed black strips for all devices for iPhone 6, 6 Plus also. But UI for…
0
votes
1 answer

Splash screen for iPhone 6 and greater in Xamarin

I have already put the image in the Resources under iOS project-xamarin. Default-667h@2x.png But still does not work.
Jen143
  • 815
  • 4
  • 17
  • 42
0
votes
4 answers

Brand Assets not working

My image assets catalogue not working.I don't know what happen here also Launch screen is empty see my screen shots It strange launch screen is empty so why it showing me as splash screen. help me please
Kamlesh Shingarakhiya
  • 2,757
  • 2
  • 16
  • 34
0
votes
1 answer

Why doesn't default xcassets LaunchImage support iPhone5 out of the box?

I'm trying to set the splash screen on a react-native app that I intend to deploy for iOS devices. As we all know, there are a few different screens to target (varying by pixel density, aspect ratio, and other things), so I've got to provide a…
Tom
  • 8,509
  • 7
  • 49
  • 78
0
votes
1 answer

iOS Using different splash screen when opened from remote notification?

I have launch screen that is storyboard launch file. And when i start my app it is shown. But now i want to add when i open my app from remote notification to show different splash. In notification payload it is possible to specify field launch…
MegaManX
  • 8,766
  • 12
  • 51
  • 83
0
votes
0 answers

launchimage can not display

I drag the .png into the launchimage,but the images all have gray edge.you can see it in my uploaded pictures.If it is right,it should have no gray edge.I am sure the size of my images have no problem.I do not know the where is the problem,thank…
chinalyl
  • 33
  • 4
0
votes
1 answer

iOS: black line on Launch Image from asset catalog

I'm working on a iOS project where I'm using the assets catalog with a Launch Image. Everything seems to be correctly configured, the assets catalog doesn't show me any warnings about image size, but when I test the app, the Launch Image shows with…
dacuna
  • 1,096
  • 1
  • 11
  • 22
0
votes
1 answer

Prevent launch image overwriting of time on status bar

I read that Apple prefers the launch image to be similar to your initial app screen to provide the user with the illusion of "instant on", and that somehow the status bar of the app while loading is hidden so that there is no conflict in time. I am…
user1904273
  • 4,562
  • 11
  • 45
  • 96
0
votes
1 answer

Xcode 7: No launchImage on simulator for iOS 9

I've updated Xcode to Xcode 7. Then my Swift project to Swift 2. At last I removed removed all warnings. Everything was fine on previous version of Xcode. On Xcode 7, LaunchImage does not display on simulator for iOS 9 but display for iOS 8. All…
Dominique Vial
  • 3,729
  • 2
  • 25
  • 45