Kai
Kai
@mokhalid1698 My current solution is just ignore it 😅 My assumption is that there's something wrong with their devices. Maybe a bot device, unavailable google play service, side loaded app...
@tijee We've already migrated from this lib. It's too painful when you have a large user base. 😓 If I remember correctly, instead of `readAll`, we use `read` on all...
Thank you [madrojudi](https://github.com/madrojudi) I tried you way and it works sometimes. Other times, Saving reference then reading back will throw error: `[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: Invalid argument(s): Reference.processId 692 doesn't match...
@vegaro Sure here is my workaround ``` diff --git a/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java b/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java index 42fe666..edaa1ca 100644 --- a/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java +++ b/android/src/main/java/com/revenuecat/purchases_flutter/PurchasesFlutterPlugin.java @@ -52,6 +52,7 @@ public class PurchasesFlutterPlugin implements FlutterPlugin, MethodCallHandler, @Nullable private...