I have followed the second answer(by Brian Noah) in this post to implement inapp restore functionality. During testing I just bought an inapp item and reinstalled the app. But now, when I try to restore the purchase the number of received restored transactions shows zero. What I'm doing wrong here? please help me.
After I call 'restoreCompletedTransactions', the method
- (void)paymentQueueRestoreCompletedTransactionsFinished:(SKPaymentQueue *)queue
is getting called.
But the method
- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions
is not getting called.
Thanks in advance.