You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there are no offerings available the current parsing of getOfferings will throw an exception.
We found also that this can happen in production, why we are not sure, possible network issue? If a network error could lead to this as well then this is a second issue because I expect that the native plugin throws a PlatformException with NetworkError code.
I wasn't able to reproduce it when not having connectivity, and it still reported a PlatformException with a NetworkError but hopefully you stop seeing it in production too, not sure how it could happen though...
@vegaro thx for the quick fix. We had added in production a retry mechanism if we get empty offerings, unfortunately without luck. We get also after 10 attempts with backoff empty offerings. It doesn't happen often comparing to our user base but the root cause would be good to figure out. Network connection is working on the device. What could lead to this behavior?
Hey,
if there are no offerings available the current parsing of getOfferings will throw an exception.
We found also that this can happen in production, why we are not sure, possible network issue? If a network error could lead to this as well then this is a second issue because I expect that the native plugin throws a PlatformException with NetworkError code.
We use version:
1.0.1
of the plugin andFlutter (Channel beta, v1.12.13+hotfix.6)
The text was updated successfully, but these errors were encountered: