Questions tagged [launch-screen]

307 questions
0
votes
0 answers

Using a Launchscreen Storyboard for landscape only

I have an app where all Viewcontrollers except 1 are landscape, thats why my Info.plist is configured like this: UISupportedInterfaceOrientations UIInterfaceOrientationLandscapeRight
gasparuff
  • 2,295
  • 29
  • 48
0
votes
1 answer

size classes for portrait only iphone Apps?

I had an application which is used for portrait only iphone.So i set the size classes to compact width and regular height as suggested.But when i am adding an imageview which is 400*800 and its 2x,3x its not showing properly in iPhone 4s.But it is…
hacker
  • 8,919
  • 12
  • 62
  • 108
0
votes
1 answer

Run-time settings for iOS app launch file

My app (a game) loads instantaneously and I would rather not have a launch screen at all. But since it seems to be mandatory for the app store I suppose I will need a launch file (for iOS 8 and later) as well as launch images (for iOS 7 and…
fgsfdsfgts
  • 87
  • 2
  • 8
0
votes
1 answer

How to play audio file in launch screen in swift

I'm trying to play a 4 seconds long .mp3 file in my swift application's launch screen. I know how to play the .mp3 file but the thing i don't know is where to put that code in order to play the file while user see launch screen. Which file i should…
t1w
  • 1,408
  • 5
  • 25
  • 55
0
votes
1 answer

LaunchScreen in simulator for iPhone 6 differs with physical iPhone 6

I have an issue where the launchscreen of my Swift / iOS app differs when running it on the Simulator for an iPhone 6 and on an actual device itself. On the simulator all objects are shown and positioned correctly When running the same app on my…
pcvnes
  • 927
  • 2
  • 15
  • 41
0
votes
1 answer

How to define launch screen storyboard image size in universal application in iOS?

I had a universal iPhone application in which i am decided to use launch screen storyboard instead of launch images. Now i added a full screen image view on to it then i need an image of size 1x,2x,3x to fill that image view. i am very much…
hacker
  • 8,919
  • 12
  • 62
  • 108
0
votes
1 answer

Fit the image to the screen

I have the same image in all size(320x480 640x960 640x1136 750x1334 1242x2208) and I use these image for Launch Screen ( Assets -> New iOS Launch Image). I would like to use these image(in UIImageView) in run time of the app selecting the image…
Phocs
  • 2,430
  • 5
  • 18
  • 35
0
votes
1 answer

Placing some sprites in Launchscreen.storyboard, is this possible?

Is there a way to place sprites in launchscreen.storyboard in sprite-kit game, for making some actions on them. It's like when player launches the game, he can see nice sprite animations. Or there are another ways to do things in that way?
Nurassyl Nuridin
  • 444
  • 4
  • 13
0
votes
2 answers

React Native launch image

How do I get a RN launch image (for an iOS app) to show up in the XCode simulator? I have Launch Image Sources set to LaunchImages, Launch Screen File set to LaunchScreen and have the files (e.g. Default-Portrait-736h@3x.png) in the…
Some Guy
  • 12,768
  • 22
  • 58
  • 86
0
votes
0 answers

rejected by 2.10 iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution

My app was rejected by apple , they told me this message: We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 9.2.1, which is a violation of the App Store Review Guidelines. Specifically, the app only…
dingc
  • 11
  • 2
0
votes
0 answers

App stuck on Launch Screen when migrating

I am performing a lightweight migration on an app. I am using hockeyapp for distribution and when I update the app through that website the app stays on the Launch Screen for 20 seconds and then the iPad terminates the app with the error: "xxx…
0
votes
0 answers

How to Add LaunchScreen using Storyboard for iOS8 +

I am trying to add the Launchscreen using storyboard for all possible iOS devices and have following setting in place. I have Image set named Launch with images for iPad and iPhones. Also, I have Added Launchscreen (Main.launchscreen) to the app…
RosAng
  • 1,010
  • 2
  • 18
  • 42
0
votes
1 answer

A blank black page blinks before moving to main view from Launch screen storyboard

I have a video playing when the app loads and a screen shot of first frame of that video in launch screen so that the transition from launch screen to main view looks smooth and uninterrupted. But I'm getting a blank screen that blinks for a…
Matt
  • 1,711
  • 18
  • 20
0
votes
1 answer

Removing LaunchScreen messes up the looks of the app

I added LaunchScreen to my app, just to try it out and it works with no issues. When I went and removed it just by removing LaunchScreen.storyboard file, launch screen still showed up when I run the app. I then removed it from info.plist file and…
Dusan Juranovic
  • 157
  • 2
  • 12
0
votes
1 answer

How to add launch screen for iPhone 5 using Xcode 7

I'm trying to make launch screens for my app with its target as iOS 9.2 in Xcode 7.2. The new way of making the launch screen for iPhones 6 and 6s is to use launch files which I am doing. I would like to support iPhone 5 and 4s as well. Apple…
user2732722
  • 615
  • 1
  • 10
  • 22