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

Launch Image loads a blurry game image in background

I created my game in iOS 7.1, iOS 8.1. I put deployment target to iOS 7.0. I use iOS 7.1, 8.1, 7.0.3 simulators. I have all the proper sizes for all launch images from iOS 6,7,8. Launch image works fine for iOS 7.1, 8.1. The launch image loads my…
user4316763
0
votes
2 answers

iOS App Landscape Mode Launch Image Not Showing

I'm developing an iOS app only in landscape mode. I'm loading the Launchscreen images as : Default@2x.png, Default-568h@2x.png, Default-667h@2x.png, Default-736h@3x.png. The problem is that whenever i launch the app in iPhone6 or 6+ it gets the…
alexsc
  • 1,196
  • 1
  • 11
  • 21
0
votes
1 answer

Cannot submit app to iTunes, binary is not optimized for iPhone 5 ERROR

I've been trying to submit my archive for quite some time now, people seem to have this problem alot, and I of course have to be the one with the same problem but in need of a different solution. Upon submitting an error is thrown at me (see…
XistenZ
  • 309
  • 1
  • 4
  • 14
0
votes
0 answers

Can we fade out Launch image xib in ios

I am new in ios I have found many example of fading out of launch image but it is customised image but not launch image placed in image xcassets. So is there any solution to fade out launch image placed inside image xcassets.Please help me to…
Zalak Patel
  • 1,937
  • 3
  • 26
  • 44
0
votes
1 answer

LaunchImage issue on iPhone6

I am facing an issue in setting the launch image for iPhone 6 and 6 plus. I have created a launch image of size 750 x 1334 (@2x) for portrait and named it as Default-667h@2x.png. I copied the file the resources folder of the project. When I run the…
User1234
  • 1
  • 1
0
votes
2 answers

iOS Launch Image Confusion

I've read every post about launch images and I'm still confused about the status bar. I understand that iPad launch images should exclude the status bar and iPhone launch images should INclude the status bar. I can see that iPad image sizes have…
RegularExpression
  • 3,531
  • 2
  • 25
  • 36
0
votes
0 answers

Asset catalog ios 6 launch image and icon

xcode give me error with the asset catalog, but in the asset catalog there are all the images that xcode want.. where i'm wrong? Thanks! this is a screenshot:
matteoSDK
  • 1
  • 3
0
votes
1 answer

Cocos2d 2.x: I Can't Seem To Chang The Launch Image For The 3GS! Its Still Showing The Cocos2d Orange Default Image

Problem My builds are retaining the Cocos2d template Launch Images. I've searched every inch of the project folder, there are no cocos2d Launch imaged remaining Expected Result For each of the correct sized artworks to appear in each compatible iOS…
phpN00b
  • 138
  • 13
0
votes
2 answers

Naming launch images without using asset catalog

I'm working on a Universal app (my first app) that runs on both iOS 6 and 7 and I'm creating my launch images now. I've read the Apple documentation on this area but I find I'm still confused. For the moment, I'd like to work out how to create and…
Gallymon
  • 1,557
  • 1
  • 11
  • 21
0
votes
1 answer

Splash screen not changing for iphone 4 in xcode 5.0.1

I am working on the latest xcode i.e. version 5.0.1. I have set the launch images for both iphone 4 and iphone 5. Xcode renames the images as Default (for iPhone 4) and Default~iphone (for iPhone 5). But when i run the application on 3.5 inch…
Hassan Zaheer
  • 1,361
  • 2
  • 20
  • 34
0
votes
2 answers

launchimage module 2.1: Validation failed for module 'launchimage' with error: ipad

trigger.io; after upgrading to launchimage module 2.1 I just get error 'Validation failed for module 'launchimage' with error: ipad' any ideas what this error is about? the old docs were really good, providing a very clear spec:…
zack
  • 3,198
  • 2
  • 35
  • 51
-1
votes
1 answer

Missing Launch Images Source in Xcode

I am trying to set Launc Images Source, but I cannot see it on General > Target > App Icons and Launch Images. I should have: But on my Xcode I have: Why?
shogitai
  • 1,823
  • 1
  • 23
  • 50
-1
votes
1 answer

How do you set up 'image sets' to match launchImage files for all devices?

NOTE: This question is NOT related to launch image storyboards. INFO: BG Buddy is a landscape only app. The launch screen uses images in a launchImage.xcassets file. The launch image transitions to a UIViewController containing a full screen …
Ross Knipe
  • 518
  • 3
  • 16
-1
votes
1 answer

iPhone Launch Image Landscape

I am trying to add a launch image to my Universal landscape game. I am using the Asset Catalog. Here is how it looks like: For the iPad everything is all right but on the iPhone no launch image appears.
Abdullah Shafique
  • 6,878
  • 8
  • 35
  • 70
-2
votes
1 answer

Can i have animation on LaunchScreen in IOS Project?

As you know, in IOS7.0+, LaunchScreen can be replaced with a UIView. But if i want to have an animation on the UIView, I cannot figure out how much time i have to execute the animation on this UIView cause i don't know how much time it takes to load…
duan
  • 8,515
  • 3
  • 48
  • 70
1 2 3
9
10