Phonegap 3.4: error ITM-9000 when distribute app to app store - ios

I got an error when I was trying to upload my app to iOS app store. They show me the error like this.
Before I upload the app to store, I use command line
phonegap build ios
Then they generated new files in platforms/ios, after that, I clicked .xcodeproj file to open my project in Xcode.
I test my app on device simulator and it works fine on every iOS device. Then I archive my app to prepare it to be uploaded to app store. But during its uploading, it shows me the error ITMS-9000.
This is my config file in phonegapProject/www/config.xml
and my project in Xcode
project files structure.
any help?
Thank you.

In your product Info in Launch images section if you have "No image specified" in for some screens, please provide appropriate screens for them. Or you can use a asset catalogue to include splash screens and icons.

Related

I can't submit my App store App because it doesn't see the assets folder. What is the solution?

I'm a rookie. I'm new to swift. that's why I can't do some things. I need your help. What should I write in my plist file so that I can access the assets folder and transfer my application to the app store store. I have a simple application on this link, it is my first attempt. I want to send this to the app store. Can you download and check my application or can you make the solution in the application and forward it to me? Very happy if you help.
Problems:
-"App Store Connect Process Error ERROR ITMS-90704:" Missing Application Icon. PNG format 1024 An app icon of x1024 pixels must be added to the Asset Catalog of apps created for iOS, iPadOS, or watchOS. Without this icon, it cannot be submitted for review
-Operation Error ERROR ITMS-90023: "Package icon is missing. .png format for iOS versions of iPad Pro, does not include an app icon exactly '167x167' pixels for iPad To support older operating systems, including icon maker.plist in the next package from Allah catalog
It seems that your project is missing the "Assets.xcassets" folder(directory). so this might be the error you are facing
Please verify the below things
Make sure the Assets.xcassets is there is project.
Verify that in your project target (under Deployment info) For App Icons and Launch Image option AppIcon is selected. Please refer the following screen shot.
Does app icon is added in Assets.xcassets?.
You need to add App icon with 1024 x1024 size with non-transparent background.
NOTE: Transparent background will not be working as it will throw error while uploading.

App stopped working after publishing to app store in adhoc for testing

My published app stopped working after xcode upgrade. My Xcode version is now 9.0.1. Publishing goes well except an error in the last stop of upload "Missing app store icon. ios apps must include a 1024x1024px app store icon in png format."
but the app quits without throwing any errors on the device. The interesting thing is that it works ok when I attach the device to my mac and runs the application. Doesn't show any errors. Please let me know how can I troubleshoot this issue?
its simple just add an icon of size 1024x1024 to your app icons folder or xcassets file whatever way you have chosen for your icons
Finally I was able to publish the app correctly. It was a mistake in renaming the app. I created a new cordova project with the new name and copied the existing code to the www directory. Now everything works ok.

Xcode 9 Alternate App Icons - Invalid Image Path

I use alternate app icons in my app (which is currently in the App Store). Since upgrading to Xcode 9, I get errors when submitting to the App Store (see screenshots). The alternate icon works properly when running on the simulator/device.
The main app icon is included in the Asset catalog, and the alternate icon is added directly to the project (which I needed to do to get it to work in Xcode 8.3). I've double checked that all the alternate app icon files are part of the app target.
I'm also getting some errors regarding missing required app icon files, which seems suspicious since they're all there as far as I can tell.
I'm using Xcode Server to create my builds, and submitting to the App Store from the integration results page.
Please let me know if you need any other information to help me solve this issue.
EDIT: I created an archive manually using Xcode, and that archive was accepted. Looks like this is an issue with archives created by Xcode Server.

Trying to upload .zip file to Application Loader and I get "No .app bundles found in package"?

I am working in Swift and Xcode 6 beta 5.
I'm new to the whole process of publishing apps to the app store and I don't really understand this- what is the .app file? The file I have been working in is .xcodeproj.
I just zipped up the whole folder (with the tests and .xcodeproj file) and selected it in the Application Loader because I need to submit my binary, and I got the error "No .app bundles found in package". What do I do?
You won't be able to upload an app developed in Xcode 6 until it is officially released. And zipping is not part of the upload process.
Have a look at the Ready Today section at https://developer.apple.com/swift/
The .app is the package that contains all the resources that your app will need. When you come to publish it, you will create an archive on the Xcode Product menu, and then to validate and upload, go to Window -> Organizer and select Archives on the top bar. Here you are shown your archives and can validate to make sure it's all code signed etc, and submit them.

iPhone device: A valid provisioning profile for this executable was not found

I am having an issue when trying to load my application using the application loader.
Getting error message when trying to load the .zip file using the application loader...
"The application wrapper must end in .app /var/folders//5g/...."
I did the Product/Archive, but Archive is gray out .... I am not able to load my application neither from Xcode nor application loader. I am new to iOS... I have looked my application files and I don't see any .app file. is that it? I have created an application by using storyboard... any tips?
Thanks.
When using the Application Loader you need to upload an .app file. The ipa (or .zip) file that you have is an archive that contains an directory (Payload) with the .app file that has the name for your application. That's the file you need to upload from Application Loader
For uploading it from XCode you need to archive it, or go to Organize->Archives and select submit to AppStore from there.
If you have the Archive option disabled from the Product menu you need to select iOS Device as target in the run target drop down. You probably have iPad/iPhone Simulator X.X selected now.
Hope this helps.

Resources