Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We didn't find any purchases to restore. #220

Open
fengmin2611 opened this issue Mar 31, 2020 · 2 comments
Open

We didn't find any purchases to restore. #220

fengmin2611 opened this issue Mar 31, 2020 · 2 comments

Comments

@fengmin2611
Copy link

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

@elribonazo
Copy link

On my case, this method does not call its callback. Could you get it solved by the way?

@acb
Copy link

acb commented Oct 13, 2020

I have the same problem with 6.1.0 on iOS 14 only. Response is always an empty array so now people are essentially losing their purchases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants