Hi RevenueCat team,
Some of our Android users are encountering the following error when calling Purchases.getOfferings()
:
PlatformException: PlatformException(10, Error performing request., {code: 10, message: Error performing request., readableErrorCode: NetworkError, readable_error_code: NetworkError, underlyingErrorMessage: thread interrupted}, null) #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:648) #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334) File "<asynchronous suspension>" #3 Purchases.getOfferings (package:purchases_flutter/purchases_flutter.dart:264) File "<asynchronous suspension>"
This is happening only on Android and appears to be triggered sporadically across different users. The underlyingErrorMessage: thread interrupted
part is concerning β itβs unclear why this would happen under normal conditions.
This issue is blocking access to offerings and needs to be addressed immediately. Please investigate the cause and advise on how to resolve it.
Thanks.