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
Hello,
I am using the version 6.0.2 and sometimes cannot restore .
Here is my code:
InAppUtils.restorePurchases ((error, response) => {
if (error) {
Alert.alert ('Itunes Error', 'Could not connect to itunes store.');
} else {
if (response.length === 0) { Alert.alert ('No Purchases', "We didn't find any purchases to restore.");
return;
}
...
}
Even those who successfully buy and receive invoices from Apple cannot restore with message "No Purchases', "We didn't find any purchases to restore."
Is there anyone who can help me solve this problem?
Thanks for your support
The text was updated successfully, but these errors were encountered:
Hello,
I am using the version 6.0.2 and sometimes cannot restore .
Here is my code:
InAppUtils.restorePurchases ((error, response) => {
if (error) {
Alert.alert ('Itunes Error', 'Could not connect to itunes store.');
} else {
if (response.length === 0) {
Alert.alert ('No Purchases', "We didn't find any purchases to restore.");
return;
}
...
}
Even those who successfully buy and receive invoices from Apple cannot restore with message "No Purchases', "We didn't find any purchases to restore."
Is there anyone who can help me solve this problem?
Thanks for your support
The text was updated successfully, but these errors were encountered: