-
-
Notifications
You must be signed in to change notification settings - Fork 24
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 InAppReview Not Popping Up #26
Comments
Did you test on a device running Android 10 vs Android 11 ? We are experiencing the same behavior on devices running Android 11. |
Guys could you try to download this game and win the game once to see the popup on your android 11? https://play.google.com/store/apps/details?id=com.tfp.numberbomb The app uses v3.1 of this package, with target SDK version 30 and target framework v11.0 Most likely you have not read the README completely (I know it's boring) are not using Internal App Sharing to test or you have not setup the pro guard correctly |
@marceloarchiza |
Please use a pastebin for your logcat (I had to upload your file to Google Drive to open the file) |
@saamerm I tried your Numberbomb app on Android 11 and it worked as expected. Although I did read the entire read me file multiple times and I am using Internal App Sharing, I assumed I did not need to create the proguard file, since I have no code shrinker and "Link SDK assemblies only". My bad for sending a docx, first time submitting a large error like that haha Thank you so much for finding this 404 error. Here are the errors I am getting:
I believe I am getting this certificate mismatch error due to the way I uploaded the app on the AppStore. I will be testing this directly in prod. I am closing this issue. Thanks for your help! |
Yes @marceloarchiza, it's not about the code shrinking, it's the 'Link SDK assemblies only' that requires the pro guard file. |
Just an update, this was because I was not using internal app sharing, but internal test. I had no idea they were different. I got it to work. Thank you again @saamerm!!! Arif and Suchita said hi! Again, thanks for the great work and for your positive impact on MSA even after you left Charter! You are the best! Example of this working on MSA: Screen_Recording_20210712-113657_Google.Play.Store.mp4 |
grate work, I ill be checking it up. |
🎉🎉🎉🎉 |
Try to clear the cache of your app. |
Bug
Version Number of Plugin: 3.1.0 and 3.2.0-beta
Device Tested On: Samsung S10 (Android 11)
Expected Behavior
Android In App Review pops up when calling
await CrossStoreReview.Current.RequestReview(false);
Actual Behavior
I am not being able to make this work. Android In App Review is not popping up.
Issue Info
Xamarin Essentials is setup correctly. I am calling the correct method and I added a pop up just to show that we are hitting that line:
https://user-images.githubusercontent.com/38107971/125111047-a4415180-e0a2-11eb-98d8-735d8bc8d150.mov
This is how I created the internal Test. Is there any specific configuration needed? Or is this enough?
Part 1:
https://user-images.githubusercontent.com/38107971/125111233-e4083900-e0a2-11eb-8b84-4260bf175935.mov
Part 2:
https://user-images.githubusercontent.com/38107971/125111244-e79bc000-e0a2-11eb-99e1-0f7e9f0222b5.mov
The following video shows the app store and app behavior on an actual device. The
RequestReview
line is being hit, since the pop up show up:https://user-images.githubusercontent.com/38107971/125114533-51b66400-e0a7-11eb-92dd-268be42c6a7d.mp4
Logs using the following commands:
adb shell
logcat | grep com.marcetown.myapp
logcat2.docx
Also, I am not sure if this is relevant, but no code shrinker is being used:
Request:
I don't believe this is an actual bug on this library, I just need some help to fix this issue. I followed the suggestions on the other post, but I was not able to fix it. Here is a couple things I tried:
The text was updated successfully, but these errors were encountered: