"iTunes Store operation failed" when publish app to iTunes connect - ios

When I push the app to iTunes connect for beta testing, I am getting the below error. Does my app store submission fail because of this?

Apple is currently having trouble with some of their services. You can check the status here: https://developer.apple.com/system-status/

Look at the warning sign and the text "this is just an informational message". It shouldn't be the cause of a rejection.

Related

After uploading an app to the App Store Sign in with Apple button is not working

In my application, there is a sign in with apple feature. Before it was working fine, but after uploading app to the AppStore suddenly it stopped working.
Now I am receiving only,
[core] Authorization failed: Error Domain=AKAuthenticationError Code=-7026 "(null)" UserInfo={AKClientBundleID=}
Thanks
Double check App Capabilities both from Xcode and Apple Developer portal. (I think 7026 indicates a missing Capability)
In general, for this kind of issues, try uploading your app to TestFlight, get it from there, and see if you get the same results, if you do that generally narrows it down to some misconfiguration.

iOS app rejection because subscriptions do not work on a simulator

I've got my app rejected because they're testing it in iPad simulator where subscriptions do not work and my app needs to be able to verify subscription before providing an access.
Right now my app is displaying an error "Can't connect to iTunes store, please try again".
What does Apple expect me to do?

SKErrorDomain Code=0 in In-App Purchase

Today, when testing IAP in sandbox mode, we suddenly got SKPaymentTransactionStateFailed with Error message:
Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store}
Then the alert comes
It works before, we did not change any IAP related Code.
I have searched stackoverflow and google and tried these:
Test with device, not simulator,
Make sure product id is right.
Make sure the build number in XCode General Settings is right
Create new sandbox test account in iTunes connect, and logout all other account, then test with sandbox test account.
Reboot/Reset the device
Make sure apple developer account is not renewed recently
None of these works for me. Any suggestions?
Update: I think it is the iTunes Connect Server problem, it is solved now.
There seems to be a bug going on just now. Our logs show increased errors in both production and sandbox. So far we haven't seen any solution yet.
--Edit--
This has been fixed.
Voting to close this issue to prevent confusing future similar problems.

iOS App publishing to iTunes Connect - No application records were found

I am having trouble publishing my iOS app which is signed with a valid certificate for distribution and using the correct bundle identifier. When attempting to validate the app in Organizer I get the following error message, "No application records were found. Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode." and also on iTunes Connect the status is "Waiting For Upload". I have been through everything and cannot see anything in the the project build settings that could be causing this.
Any help would be greatly appreciated.
App Status
Another reason for this problem is if your app has a status of Prepare For Upload rather than Waiting For Upload.
For more info, see this answer on another similar question.
You need to log in to iTunes connect with the same account that you are trying to submit under in order for Apple to see the Application Record you are trying to submit.
changing the app status in iTunesConnect is the key for resolving this error.

ios - in-app purchase error code 3 "Cannot connect to iTunes Store"

I followed apple's guide to implement in-app purchases and when i try to purchase something i get error code 3 and the description Cannot connect to iTunes Store.
I tried to dump the network from the phone and it appears that the phone connects correctly to the sandbox. I also tried adding a new user and i signed out of the store.
I don't even get the screen to enter my test user... just the error above.
help
I had to add my bank account and tax info in itunes connect.
That solved the problem.

Resources