-
Notifications
You must be signed in to change notification settings - Fork 122
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
2.0.1: 'Android activity not available' on Android #45
Comments
Does it happen even when installed from Google Play? |
Tried it and got:
|
Hello, yes it does. I have real users running into this issue. Randomly picked user's device it happens on: Device Type Samsung Galaxy S7 Edge, OS android 8.0.0. |
A problem occurred configuring root project 'app_review'. |
Does not support every version of android, but there is a fix for it with version reopen if it is still an issue! |
Using version 2.0.1, running this code on an Android device with Play Services:
I get:
Note: my app uses pre-1.12 android setup (before Android v2 embedding).
Also, I see that an alternative implementation (https://github.com/britannio/in_app_review) uses the ApplicationContext instead of the Activity one. Wouldn't it be better to do the same instead of keeping a WeakReference to the Activity?
The text was updated successfully, but these errors were encountered: