Giffary
Giffary

Reputation: 3128

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

I got an error when I was trying to upload my app to iOS app store. They show me the error like this.

enter image description here

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

enter image description here

and my project in Xcode

enter image description here

project files structure.

enter image description here

any help?

Thank you.

Upvotes: 0

Views: 69

Answers (1)

Asanka Indrajith
Asanka Indrajith

Reputation: 353

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.

Upvotes: 1

Related Questions