question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hello-world app should be submittable at the AppStore

See original GitHub issue

Currently submission to the AppStore throws the following errors:

ERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for iPhone / iPad Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."
ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions .+ 7.0.
ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.
ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format.
ERROR ITMS-90476: Invalid Bundle. iPad Multitasking support requires launch story board file 'LaunchScreen' in bundle 'org.nativescript.TNSAppTests'.

The icons may need to be listed in the Info.plist or carefully stored in xcasset (#683), there is a similar issue (#888). The LaunchScreen was not added to my app’s target.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
PanayotCankovcommented, Feb 18, 2016

We will have to update the Info.plist in the hello world templates:

List all icons from the template in the Info.plist CFBundleIconFiles https://github.com/NativeScript/nativescript-marketplace-demo/blob/production/app/App_Resources/iOS/Info.plist#L43

Switch off iPad multitasking requiring UIRequiresFullScreen https://github.com/NativeScript/nativescript-marketplace-demo/blob/production/app/App_Resources/iOS/Info.plist#L31

We may also switch off the LaunchScreen storyboard and add all variants of the launch images. I think we currently miss some for iPhone6, 6+ etc.

0reactions
jumenta1960commented, Dec 18, 2016

Buenos dias. Por favor tengo el error 90023 icons. Que debo hacer en Info.plist? Gracias @AppColombiaNet unspecified Lo anterior para poder subir el archivo a Tunes. Gracias

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Submit Your App to the App Store in 2019 (Updated)
Learn how to submit your app to the App Store with App Store Connect the right way! Create the screenshots, fill in app...
Read more >
Submit your iOS apps to the App Store - Apple Developer
Get information and resources on building, testing, and submitting iOS apps to the App Store.
Read more >
Releasing - NativeScript Docs
App Store submissions will be rejected if certain icon files are not present. To ensure you have the required icons, you can consider...
Read more >
Submitting to the App Store | The iOS 5 Developer's Cookbook
To build your application in compliance with the App Store's submission policies, it must be signed by a valid distribution provision ...
Read more >
Publishing Your Android or iOS App in Google Play & App Store
Now we have our final release binary called HelloWorld.apk and we can release this on the Google Play Store for all the world...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found