My app got rejected from app store with following reason:
We found that your in-app purchase product(s) exhibited one or more bugs, when reviewed on iPhone running iOS 10.2.
Specifically, a purchase error message was displayed when we tapped the subscription in-app purchases on the Pro Membership screen.
All my products are getting fetched correctly from in app services.
On further debugging I found that I am receiving following error
Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store"
UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store}
Error is resolved when I follow this url
But my question is how can I take this case with the Apple review team?
Related
IAP was working fine until yesterday, now it shows an error code:0.
RMStore: transaction failed with product 100 and error Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo={NSLocalizedDescription=Cannot connect to iTunes Store}
"Product Identifier" is correct, app loads the products. Created new sandbox test user and testing on not signed in Simulator device.
Any suggestions would be helpful.
Found solution here:
iOS IAP Cannot connect to iTunes Store
Are you testing on a real device or the simulator? You cannot test IAP on the simulator; you must test on a real device – Paulw11 Aug 18 '17 at 3:38
Signed out on real device and tested there.
my new app was rejected by apple because of "Parse error 146" during In App Purchase.
But when I test my app on my real device, all works perfectly.
I've read that error 146 means that the product identifier is invalid. But all my product Id registered on iTunes Connect are correct.
All my In App Purchases are in "Waiting for Review" status. Could be this the problem? Do I have to wait the review of In App Purchase and THEN submit the app?
Many thanks in advance,
Nicola
I have my application with in-app with hosted content, in sandbox mode. I am testing the in-app, all goes well and item is purchased and when it tries to download hosted content it ask for password for test user and after that it gives following error:
"Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo=0x16687c80 {NSLocalizedDescription=Cannot connect to iTunes Store} "
My application version 1.0 is approved without in-app and after adding in-app items with hosted content it works fine but when I prepare version 2.0 for submission it is not downloading the hosted content and gives cannot connect to iTunes error when downloading hosted content.
It seems to be an issue with Apple servers. The error is posted in Apple developer forum: https://devforums.apple.com/thread/253384 and https://devforums.apple.com/message/1071734. It's happening since November 6th. We'll have to wait... :(
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.
This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
iPhone storekit sandbox stopped working.
Hi.
I updated today to version 3.2.2 of the iPad iOS and I noticed that my In App Purchase testing was not working.
I am using a test account and everyhing was working until now (our app is already live since june and the real in app purchase works), but today I wanted to make a test purchase with the same product and test user that I always used and now it's not working.
The problem is as follows:
I start the in app purchase.
Confirm the purchase and sign in with the test user.
Because this is a non-consumable product the App Store notifies me, that I have already purchased this but it hasn't been downloaded.
Press OK.
Up until now the transaction observer got a transaction with the transactionState SKPaymentTransactionStatePurchased and the user got his/her in app feature.
But now the transactionState is SKPaymentTransactionStateFailed with the error:
Error Domain=SKErrorDomain Code=2 UserInfo=0x2debe0 "Cannot connect to iTunes Store"
Code=2 means SKErrorPaymentCancelled. WTF? This should happen if the user canceled the transaction, not in a real error. This is very misleading. I am not supposed to show this as an error because most of the time this is called if a user really cancels his/her purchase and there is no way to determine whether this error was caused by the user or by the App Store.
Everything is set up correctly, as I mentioned the in app purchase testing worked and I get the products as valid. Also I didn't change the code handling the in app purchase.
The error must be somewhere on the App Store side.
Does anyone else had this problem?
Thank you.
Update
I tested the app on the iPhone (it's a universal app) running iOS 4.0.2 and the error looks like this:
Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store" UserInfo=0x2620e0 {NSLocalizedDescription=Cannot connect to iTunes Store}
The Code=0 is SKErrorUnknown and the app displays an error to the user.
So it seems that iOS 4.0.2 handles this problem better than iOS 3.2.2.
I tested again and fortunately it seems that the problem is gone. I can test the in app purchase without any problems.
I hope it works now for others, too.