in-app purchase crashes when fetching products from the Play Store in Flutter
问题 I am facing an issue after installing and implementing in-app purchase plugin Flutter team provided. What I did so far: added 2 products on Play Store that are visible and active. submitted build for alpha testing, since that is required for in-app purchase to work. added InAppPurchaseConnection.enablePendingPurchases(); at the app launch created a sequence of requests to the app store out of which last one fails with nasty log I can't work around bool available = await _iap.isAvailable(); if