A
A
Artyom2015-03-08 21:38:34
Objective-C
Artyom, 2015-03-08 21:38:34

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

1 answer(s)
A
Artyom, 2015-03-10
@artyomabramov

Purchases become available for testing after the conclusion of the contract

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question