JackAppDev / flutter_iap

Flutter iap plugin
MIT License
100 stars 15 forks source link

FlutterIap.fetchInventory() always returns an empty purchases #42

Closed jezer07 closed 5 years ago

jezer07 commented 5 years ago

After purchasing an item, calling FlutterIap.fetchInventory() doesn't return the recently purchased item. Is this an issue of the plugin or Google Play doesn't really let us query the list of the already purchased item? Or this is because I'm just doing a test purchase?

jezer07 commented 5 years ago

There's just a delay in Google on recognizing a purchase, the receipt was sent after a couple of hours. Closing.