Ryein Goddard
Posts: 0
Joined: Fri Jul 19, 2013 3:09 am

can't submit app keep getting iphone 5 issue?

Dear developer,

We have discovered one or more issues with your recent delivery for "Dent & Paint Squad". To process your delivery, the following issues must be corrected:

iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.

Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary.

Regards,

The App Store team

------------------------------------------

I have already added this file and it is correct. Please help.

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

can't submit app keep getting iphone 5 issue?

Hi Ryein.
I believe many changes regarding iOS support will be added in next release. I suggest you to wait 2-3 weeks for next release.

Ryein Goddard
Posts: 0
Joined: Fri Jul 19, 2013 3:09 am

can't submit app keep getting iphone 5 issue?

any manual work around in the mean time?

Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

can't submit app keep getting iphone 5 issue?

Ryein,

You can easily add the missing icons, this is what usually causes the issue.

See the steps below, this will get your app IOS7 ready.

CORRECTING APPERY IOS APPLICATIONS FOR IOS7

Add the missing icons to your project files:
• (Icon-60.png, a href="mailto:Icon-60@2x.png" rel="nofollow"Icon-60@2x.png/a,Icon-76.png, a href="mailto:Icon-76@2x.png" rel="nofollow"Icon-76@2x.png/a)
• Copy them to your project folder (outside of Xcode) -- resources -- icons
• Open the Appery.io project in Xcode

Add the missing icons to the project:
• Expand the project -- Resources -- icons

• Right click on "icons" and select Add Files to "app title"
• Select the darkened icon files by clicking with the shift button and then import them

Configure the missing icons:
• Expand the project -- Project name folder --Supporting files and click on ProjectName-Info.plist
• Click the arrow next to Icon files to expand the icon definitions.
• Hover the mouse over Item 3 and click on the + sign, add the name Icon-60.png
• Now repeat the above (but hover over the new Item) and add the next icon, then repeat for the others.
• You should have entered the following 4:
Icon-60.png, a href="mailto:Icon-60@2x.png" rel="nofollow"Icon-60@2x.png/a,Icon-76.png, a href="mailto:Icon-76@2x.png" rel="nofollow"Icon-76@2x.png/a

Correct Build Settings for Linker:
• Click on CordovaLib.xcodeproj
• Click on the CordovaLib under Targets
• Under Architectures--Debug, click Any IOS SDK and select "Standard Architectures (armv7, armv7s)"

• Do this for Release as well.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

can't submit app keep getting iphone 5 issue?

Hi Andy,

Thank you for sharing this.

Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

can't submit app keep getting iphone 5 issue?

The problem is not the icon files, is the launch file. Where I put the file that don't more appears the message:

iPhone 5 Optimization Requirement - Your binary is not optimized
for iPhone 5. New iPhone apps and app updates submitted targeting
iOS 6 and above must support the 4-inch display on iPhone 5 and
must include a launch image with the -568h size modifier
immediately following the portion of the launch image's
filename. Launch images must be PNG files and located at the
top-level of your bundle, or provided within each .lproj folder if
you localize your launch images.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

can't submit app keep getting iphone 5 issue?

Hi Josiel,

This thread was referring to an old issue with iOS7 release.

Have you solved this problem? If yes, could you please share this solution with community.

Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

can't submit app keep getting iphone 5 issue?

Yes. This problem happend in Xcode 5.0, upgrade to Xcode 5.1.1 is the solution.

Return to “Issues”