Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8915609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:00:36+00:00 2026-06-15T05:00:36+00:00

Please help. I added a splash screen to my project. First the launch image

  • 0

Please help.
I added a splash screen to my project.
First the launch image is shown, than my localized splash screen is shown for 2 seconds, fading to my first screen.

When installalling directly form Xcode on my device, everything works okay.
When I build an ipa archive and distribute via TestFlight, after install on the same device, the splash screen isn’t shown: immediately after launch image my first screen appears.

My device is a iPhone 4S, with iOS 6.0.1.
Deployment target is set to 5.0 and I use Xcode 4.5.2.

Code for splash screen at the bottom of my didFinishLaunchingWithOptions:

// Splash screen
UIImageView*imageView=[[UIImageView alloc]initWithImage:[UIImage imageNamed:NSLocalizedString(@"Splash_NL.PNG", @"Bestandsnaam splash screen")]];
imageView.contentMode = UIViewContentModeScaleAspectFill;
imageView.frame = self.window.bounds;
[[navigationController view] addSubview:imageView];
[[navigationController view] bringSubviewToFront:imageView];

// as usual
[self.window makeKeyAndVisible];

// korte pauze, dan fade out
[self performSelector:@selector(_fadeSplash:) withObject:imageView afterDelay:1.0];

and after that

- (void) _fadeSplash:(UIView *)view
{
[UIView transitionWithView:self.window duration:2.0f options:UIViewAnimationOptionTransitionNone animations:^(void){view.alpha=0.0f;} completion:^(BOOL finished){[view removeFromSuperview];}];
}

Any help is appreciated; I’m lost/desperate…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T05:00:37+00:00Added an answer on June 15, 2026 at 5:00 am

    Issue is solved. Some time before build of the archive, I supplied new splash screen images. The extension of these files was .png instead of .PNG.

    I reckoned the splash screen on the device (via Xcode) should have failed as well (I deleted the previous version of the app before running/building), but obviously somehow these resource files were kept in memory or something.
    Changing extension and rebuilding the archive solved it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please help me How I can resolved this problem. java.lang.IllegalArgumentException: already added: Ltwitter4j/Annotation; [2012-05-14
I recently created a project and added a splash and a main activity. I
Please help me in understanding this piece of code. var person = { 'first-name':
please help me with writing this search sql stored procedure procedure may have different
Please help an EF n00b design his database. I have several companies that produce
Please help, how do I make a while loop equivalent of this for loop.
Can anyone please help me on adding new contacts in address book and apply
im wondering if anyone could please help me with a css / html issue.
I am very new to jquery, please help me in running the app on
I have a problem with understanding the following events, please help. I have an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.