I have multiple Subscription store items.
I want to do UI setting after all restoration is finished in iOS,
so I want to know that timing.
Would you tell me how to do that?
And When the callback of IAppleExtensions.RestoreTransactions(callback)
is called?
-
Before
ProcessPurchase()
s are called? -
After some
ProcessPurchase()
s are called? -
After all
ProcessPurchase()
for each item are called?
4)After all ProcessPurchase()
s go to return;
, even if return PurchaseProcessingResult.Pending;
?
5)After all ProcessPurchase()
s are completed by return PurchaseProcessingResult.Complete
or
ConfirmPendingPurchase()
?