dooboolab-community / flutter_inapp_purchase

(Sun Rised!) Flutter plugin for In App Purchase.
MIT License
549 stars 236 forks source link

getAvailablePurchases() fails on iOS #484

Open jensiBoda opened 2 months ago

jensiBoda commented 2 months ago

Version of flutter_inapp_purchase 5.6.1

Version of flutter 3.22.0

Platforms you faced the error (IOS or Android or both?) iOS

Expected behavior Return purchase of AvailablePurchases items

Tested environment (Emulator? Real Device?) Real Device

Steps to reproduce the behavior var purchase = await FlutterInappPurchase.instance.getAvailablePurchases();

Is anyone else having this issue?