The await for CustomerInfo customerInfo = await Purchases.getCustomerInfo();
never completed.
#768
Closed
7 tasks done
Labels
bug
Something isn't working
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
flutter doctor
purchases-flutter
5.3.0
App is currently in dev
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
The await for
CustomerInfo customerInfo = await Purchases.getCustomerInfo();
never completed.My SDK initialisation looks like this
On restarting the app, the subscription becomes active. But the idea is to allow users to subscribe and not have to restart.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: