'How do i get past purchases in In App Purchase flutter?
I've developed application with in app purchase functionality. And for that i used in_app_purchase package. In previous version i'm getting past purchases. but recently i updated my version for that package. After that change i'm not getting past purchase history.
Solution 1:[1]
After full day of struggle, Finally found solution for this issue.! So, basically package not provide us anything regards this except restorePurchase()
method. We have to use other way,
- Use third party. (Which all are paid and very complex).
- Use own database. Such as, Firebase, sqflite or etc.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Sagar Stackapp |