You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2020. It is now read-only.
If a user restores and hasn't purchased anything before IAPManager calls
the restoreCompletionBlock. Which I think is the wrong UX
This case is not handled by -(void)paymentQueue:(SKPaymentQueue *)queue restoreCompletedTransactionsFailedWithError:(NSError *)error
because "error" is a transaction error to the Apple servers, but not
a empty SKPaymentQueue (as I thought before. lol)
A modified - (void)paymentQueueRestoreCompletedTransactionsFinished:(SKPaymentQueue *)queue
fixes it.