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

Error after following usage instructions #3

Closed comlaterra closed 4 years ago

comlaterra commented 4 years ago

Hello, firstly, thanks for such a promising widget.

I just ran it following the usage instructions and I got this error, message of which I don't fully understand. Could you guide me a bit on what is the meaning and how and I solve it?

Thanks!

I/PlayCore(14598): UID: [10631]  PID: [14598] ReviewService : requestInAppReview (com.my.app)
I/PlayCore(14598): UID: [10631]  PID: [14598] ReviewService : Initiate binding to the service.
I/PlayCore(14598): UID: [10631]  PID: [14598] ReviewService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.inappreviewservice.InAppReviewService})
I/PlayCore(14598): UID: [10631]  PID: [14598] ReviewService : linkToDeath
I/PlayCore(14598): UID: [10631]  PID: [14598] OnRequestInstallCallback : onGetLaunchReviewFlowInfo
I/PlayCore(14598): UID: [10631]  PID: [14598] ReviewService : Unbind from service.
W/ActivityThread(14598): handleWindowVisibility: no activity for token android.os.BinderProxy@e59e2c
britannio commented 4 years ago

You can only test this plugin on Android by uploading your app to the Google Play Store and running it from there as described in the testing section

comlaterra commented 4 years ago

Oh, I see, I missed the word "must". Thanks