Testing RequestReview on Android
See original GitHub issueAdditional Feature Request:
I was confused by the Test folder, I assumed for a long time this was for unit tests, not an example. — Please fill out either the bug or feature request section and remove whatever section you are not using.
Bug
Version Number of Plugin: 3.0.0-beta Device Tested On: None Simulator Tested On: Android Emulator
Expected Behavior
Seeing the Review dialog appear on Android during testing
Actual Behavior
Review dialog can not be seen.
Steps to reproduce the Behavior
I started out copying the code from the plugin as I wanted to do something different on iOS (see my other issue).
But then I used the plug-in directly and have the same issue.
I’ve not seen the rating dialog or what ever is supposed to shown when you used RequestReview
on Android.
I found this blog post, I’ve tried internal app sharing
, but still haven’t seen the dialog.
I believe I should be able to easily see the FakeReviewManager
dialog without too much trouble. But I’ve never seen that.
Our app have been on Google play for some time.
I don’t think it is an issue with ApplicationId, as that not required by the FakeReviewManager anf the Store review page method works fine with the PackageName. Also we don’t use Link all.
Any suggestions ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top GitHub Comments
Quoted from this blog post :
@saamerm thank you