1

I have problem with IAP. In sandbox mode application work fine, but when app was reviewed in iTunes connection restoring does not working.

When use real apple id, method (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray*)transactions never has been called. My app using "baker framework"

quba88
  • 174
  • 4
  • 18
  • check if you are gtting SKProducts – Saurabh Prajapati Jun 24 '15 at 06:53
  • @Saurabh Prajapati Mehod `- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response` return all SKProducts – quba88 Jun 24 '15 at 07:15
  • check for delegate?? – Saurabh Prajapati Jun 24 '15 at 08:45
  • I added `SKProductsRequestDelegate, SKPaymentTransactionObserver` and '[[SKPaymentQueue defaultQueue] addTransactionObserver:purchasesManager];' [baker framework h file](https://github.com/bakerframework/baker/blob/master/BakerShelf/BKRPurchasesManager.h) [baker framework .m file](https://github.com/bakerframework/baker/blob/master/BakerShelf/BKRPurchasesManager.m) – quba88 Jun 24 '15 at 10:20
  • @SaurabhPrajapati did apple pass aplication with development provisioning profile? – quba88 Jun 24 '15 at 12:21

0 Answers0