App rejected for "Parse error 146" during In App Purchase - ios

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

Related

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?

Apple sandbox server down

Am i the only one who is facing this problem with the Apple sandbox server being down when trying to do in app purchases
I keep getting an error saying " Cant connect to Itunes store
We have a consumable IAP product that is currently in "Ready to Submit" phase in the app store. When we to start purchasing the product in sandbox environment by adding SKPayment to SKPaymentQueue, we get an error that says "Cannot connect to App Store". This takes a few minutes and is not instantaneous. Also attempted to buy a subscription IAP in the sandbox environment and that failed too.

App rejected for In app purchase error

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?

iOS - In-app purchase unknown product identifier

My IAPs was working before. All of it. Some of it is live on App Store. Right now I am getting this error:
unknown product identifier
I did not touch the code for IAPs. There is no changes in Agreements in iTunesConnect.
I did change the app name though. Can that be the problem?
What could have caused me to get this error?

In-App Purchases fail after rejected binary - worrisome?

Our IAPs were working fine in sandbox mode with test users. We submitted our binary for review but missed one feature, which caused the review team to reject it saying that the IAP feature could not be found in the binary (it was there, but more hidden than it should have been).
Now when I am testing the IAP functionality, I get Error Domain=SKErrorDomain Code=0 "Cannot connect to iTunes Store". I have read enough to assume this will just work again once we get the binary approved, but I'd rather not have an app go live with broken in-app purchases.
Has anyone had experience with this?
Notes: similar questions on stack overflow have been met with suggestions to delete the app from the device, create a new test user, and clear all provisioning profiles, all of which are not working. The products are being fetched correctly and the error is happening in paymentQueue: updatedTransactions: with the transactionState being SKPaymentTransactionStateFailed
Thanks!

Resources