hello-world app should be submittable at the AppStore
See original GitHub issueCurrently 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:
- Created 8 years ago
- Reactions:1
- Comments:9 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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#L43Switch off iPad multitasking requiring
UIRequiresFullScreen
https://github.com/NativeScript/nativescript-marketplace-demo/blob/production/app/App_Resources/iOS/Info.plist#L31We 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.Buenos dias. Por favor tengo el error 90023 icons. Que debo hacer en Info.plist? Gracias @AppColombiaNet
Lo anterior para poder subir el archivo a Tunes. Gracias