I have not finished transaction in my app, so when i try to buy in-App with this ID i got this message:
this in app purchase has already been bought it will be restored for free
But when i press ok button, delegate methods never called.
- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions{
}
- (void)paymentQueueRestoreCompletedTransactionsFinished:(SKPaymentQueue *)queue {
}
How can i catch some event to finish this transaction?