Answer the question
In order to leave comments, you need to log in
How to make in-app purchases?
I'm trying to make in-app purchases. I did everything according to the lessons, iap in iTunes Connect with a screenshot and "Cleared for Sale". I made a test user, logged in from him, I even had to enter the card number. I'm trying to get a list of available products in the application and I get an empty array in response, if you turn on airplane mode, it gives an error, which means that the list was requested before.
I call the whole thing this way:
SKRequest *request = ;
request.delegate = (id)self;
[request start];
After in - (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response trying to find out the list.
Device without jailbreak
There are suspicions that the iOS Paid Apps contract has not been concluded, can this affect?
Does anyone know what to do?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question