Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to submit app to iTunes Store

I am having some problems when trying to submit my iPhone app to store using Xcode 5 that my app is always failed validation with below errors:

Apple's web service operation was not successful

Unable to authenticate the package: [My app id, ex: 123456789].itmsp

ERROR ITEMS-9000: "The bundle [Bundle ID, ex: com.myapp.mobile] at bundle path 'Payload/[My App Name].app' is not signed using an Apple submission certificate." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

I am quite sure about settings (bundle id, certificate, profile, entitlement) because this is not first time I submit app to store, jut don't know why these issues come up, I have tried to search and found some related article but they don't help.

I have this issue for 1 week.

like image 941
Son Nguyen Avatar asked Sep 30 '13 09:09

Son Nguyen


People also ask

Why is my in-app purchase failing?

- Make sure your card information is up to date in Google Payments. Expired credit cards or old billing addresses are a common reason for payments not to work properly. - Try a different payment method.

Why can't I upload an app on my iPhone?

There can be many reasons such as ? poor Internet connection, low storage space on your iOS device, a bug in the App Store, faulty iPhone settings, or even a restriction setting on your iPhone that prevent the apps to download.


1 Answers

I just selected Standard Architectures in both Project and Target, and it worked for me.

like image 93
nithinreddy Avatar answered Sep 28 '22 02:09

nithinreddy