Posts

Post marked as solved
7 Replies
1.6k Views
Hi,We succesfully tested IAPs during development, and succesfully launched the app on the App Store.However, since doing so, we cannot test IAPs at all with builds deployed directly to the devices from XCode. This will result in the error:UnityIAP: SKProductRequest::didFailWithError: -1005, Error Domain=NSURLErrorDomain Code=-1005with a lot of additional data, including:NSErrorFailingURLKey=https://sandbox.itunes.apple.com/WebObjects/MZStore.woa/wa/fetchSoftwareAddOnsSo, it would seem the app deployed by Xcode is requesting information from the sandbox server, and getting a denial since the app is now live.My questions would be:- Is this interpretation correct?- If so, how can we properly continue testing with new development versions of a published app?Many thanks in advance!
Posted
by DanFor.
Last updated
.