-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
requestReview
does nothing on Android. Here are the logs:
I/InAppReviewPlugin(22895): cacheReviewInfo: Requesting review flow
I/PlayCore(22895): UID: [10195] PID: [22895] ReviewService : Initiate binding to the service.
I/PlayCore(22895): UID: [10195] PID: [22895] ReviewService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.inappreviewservice.InAppReviewService})
I/PlayCore(22895): UID: [10195] PID: [22895] ReviewService : linkToDeath
I/PlayCore(22895): UID: [10195] PID: [22895] ReviewService : Unbind from service.
I/PlayCore(22895): UID: [10195] PID: [22895] OnRequestInstallCallback : onGetLaunchReviewFlowInfo
I/InAppReviewPlugin(22895): onComplete: Successfully requested review flow
I/InAppReviewPlugin(22895): onMethodCall: requestReview
I/InAppReviewPlugin(22895): requestReview: called
I/InAppReviewPlugin(22895): noContextOrActivity: called
I/InAppReviewPlugin(22895): launchReviewFlow: called
I/InAppReviewPlugin(22895): noContextOrActivity: called
After these logs are printed to the console, requestReview
returns from the await
without throwing an exception.
Flutter 3.23.0-0.1.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision 2feea7a407 (6 weeks ago) • 2024-06-06 10:19:10 +0700
Engine • revision bb10c54666
Tools • Dart 3.5.0 (build 3.5.0-180.3.beta) • DevTools 2.36.0
Android API 33
Metadata
Metadata
Assignees
Labels
No labels