-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: don't add an Activity on top of the Flutter's MainActivity #324
Comments
Hey @rocboronat, agreed that this experience is a little weird...RevenueCat doesn't have any control over this, unfortunately. Google's BillingClient (which we rely on to make purchases) creates a transparent activity when launching the billing flow (see related cordova issue: ...you're not alone!) As mentioned in that ticket, there is a workaround. |
Going to close for now, let me know how this goes! |
Thanks for the link, @beylmk ! Do you have any open issue with the billing team of Google? Just to add a star there and maybe add a bit of weight on it. |
I found a link: https://issuetracker.google.com/issues/153476408 Please, star it if you think it's important :·) |
Thanks for finding that @rocboronat ... starred! |
I tried this workaround in flutter but in my manifest this class is not found: android:name="com.android.billingclient.api.ProxyBillingActivity" any help how to implement this workaround in Flutter? |
Without checking the code, I see you are doing something strange before showing the native purchase dialog. The same when you close the dialog.
If you really need to show it, make it totally unperceivable. If I can see something strange happen, users will too.
The text was updated successfully, but these errors were encountered: