In-App Purchase Sandbox env is not working

Viewed 2461

I am trying to test In-App purchase in sandbox env, but it's not working, it asks for a password many times but and always returns failed transaction or sometimes responds with "IAP Error: cannot connect to iTunes store", it was working 2, 3 days before.

3 Answers

I had the same problem, the solution was to update the test device to iOS 14.

I assume that this temporary error is from the Apple sandbox side. Still getting the same "Cannot connect to iTunes store" error for IOS 13 devices. I manage to test the same code on IOS 12 iPhone device and the in-app purchases working well there (No Issue).

Related