dooboolab-community/flutter_inapp_purchase

instance.getProducts Obselete Unhandled Exception: PlatformException(E_UNKNOWN, An unknown

XeroDays opened this issue · 3 comments

image

image

Version 5.3.1 is no longer working with the IOs.

When i trgger the line

 List<IAPItem> items =
        await FlutterInappPurchase.instance.getProducts(_productLists);

this causes me the above errors.

I've been experiencing the same issue

What I did was I shifted back to the original Flutter In-App Purchases in_app_purchase which sorted out the issue as Plan B.

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.