Reputation: 5465
After I archive my iOS app and I want to upload it to the App Store, I get this message
This is the log:
2015-12-08 08:11:13 +0000 The store submission configuration response failed with errors: (
"Error Domain=ITunesConnectionOperationErrorDomain Code=1013 \"Unable to find content provider for username [myUsername].\" UserInfo={NSLocalizedRecoverySuggestion=Unable to find content provider for username [myUsername]., NSLocalizedDescription=Unable to find content provider for username [myUsername]., NSLocalizedFailureReason=iTunes Store operation failed.}"
), warnings: (
), info messages: (
).
2015-12-08 08:11:15 +0000 [MT] Presenting: Error Domain=ITunesConnectionOperationErrorDomain Code=1013 "Unable to find content provider for username [myUsername]." UserInfo={NSLocalizedRecoverySuggestion=Unable to find content provider for username [myUsername]., NSLocalizedDescription=Unable to find content provider for username [myUsername]., NSLocalizedFailureReason=iTunes Store operation failed.}
I tried uploading the .ipa with the Application Loader, but there it gives me the same error when logging in.
Upvotes: 2
Views: 776
Reputation: 13860
It's for sure because of invalid key pair or distribution certificate. To debug this
1.choose validate before submitting archive (check if validation is succesfull):
Check on this screenis provisioning profile is the one you want to sign the app
Log to developer.apple.com and check if your certificate not expired
I'm guessing this will be wrong provisioning profile or expired one. If that will be true, you need to renew it in developer center.
Upvotes: 0
Reputation: 4917
I guess there is a problem with your Distribution Certificate. Create One distribution cert by uploading csr.
Upvotes: 0
Reputation: 36
i think recreate your CSR file.may be dont find your account in key chain.
Upvotes: 0
Reputation: 1197
Check out the answer from Apples Dev Forum:
*In general, you can't archive if:
https://forums.developer.apple.com/thread/27795
Upvotes: 1