britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
311 stars 81 forks source link

Doesn't work on MI POCO F1 phone #2

Closed itsvishal2000 closed 4 years ago

itsvishal2000 commented 4 years ago
I/PlayCore(10388): UID: [10621]  PID: [10388] ReviewService : requestInAppReview (com.queuewe.ngq)
I/PlayCore(10388): UID: [10621]  PID: [10388] ReviewService : Initiate binding to the service.
I/PlayCore(10388): UID: [10621]  PID: [10388] ReviewService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.inappreviewservice.InAppReviewService})
I/PlayCore(10388): UID: [10621]  PID: [10388] ReviewService : linkToDeath
I/PlayCore(10388): UID: [10621]  PID: [10388] OnRequestInstallCallback : onGetLaunchReviewFlowInfo
I/PlayCore(10388): UID: [10621]  PID: [10388] ReviewService : Unbind from service.
I/Timeline(10388): Timeline: Activity_launch_request time:30802086
W/ActivityThread(10388): handleWindowVisibility: no activity for token android.os.BinderProxy@b8ced1e

Used this-

onPressed: () async => (await _inAppReview.isAvailable())
                          ? await _inAppReview.requestReview()
                          : await _inAppReview.openStoreListing(),
itsvishal2000 commented 4 years ago

tried on another phone (one plus 7) worked great!

britannio commented 4 years ago

Can you confirm that the app you are testing was installed via the Google Play Store?

On Fri, Aug 7, 2020 at 8:03 PM Vishal Joshi notifications@github.com wrote:

tried on another phone (one plus 7) worked great!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/britannio/in_app_review/issues/2#issuecomment-670664592, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBQLUAOWTY2NDP4DQLDTRDR7RFWPANCNFSM4PX5CLUQ .

itsvishal2000 commented 4 years ago

Can you confirm that the app you are testing was installed via the Google Play Store? On Fri, Aug 7, 2020 at 8:03 PM Vishal Joshi @.***> wrote: tried on another phone (one plus 7) worked great! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBQLUAOWTY2NDP4DQLDTRDR7RFWPANCNFSM4PX5CLUQ .

britannio commented 4 years ago

@vishalvj01 I'll close this now. If you still need help then just drop a comment.

rdcoder33 commented 3 years ago

Can you confirm that the app you are testing was installed via the Google Play Store? On Fri, Aug 7, 2020 at 8:03 PM Vishal Joshi @.***> wrote: tried on another phone (one plus 7) worked great! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBQLUAOWTY2NDP4DQLDTRDR7RFWPANCNFSM4PX5CLUQ .

Will this only work on Apps Installed from Playstore. I mean my is on Playstore but I can't test it in debug mode with flutter run.

britannio commented 3 years ago

Can you confirm that the app you are testing was installed via the Google Play Store? On Fri, Aug 7, 2020 at 8:03 PM Vishal Joshi @.***> wrote: tried on another phone (one plus 7) worked great! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIBQLUAOWTY2NDP4DQLDTRDR7RFWPANCNFSM4PX5CLUQ .

Will this only work on Apps Installed from Playstore. I mean my is on Playstore but I can't test it in debug mode with flutter run.

@rdcoder33

Correct. You can upload it to internal app sharing or the internal test track on the play store to reliably test it. https://developer.android.com/guide/playcore/in-app-review/test#test-play-store