fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
329 stars 108 forks source link

Not opening review #44

Open sampathkumar7 opened 3 years ago

sampathkumar7 commented 3 years ago

It is working in internal test and internal share but doesn't work in production. Can i get fix its in production. Android Google play store. I have admob_flutter in production

127 commented 3 years ago

Got the same in iOS and in Android. After version 2.0.0 began to fail in production Just nothing happens. Was rejected by an Appstore. Had to remove this pacckage to pass. UPD hmm, found one device with iOS 13 and package works. It began to fail on iOS 14 after upgrade.

rodydavis commented 3 years ago

can you provide more info? Is there something else? this is not using any apis that would prevent it from being rejected

AndrewSheetMetal commented 2 years ago

I have the same issue. I just noticed, that the app is "AppLifecycleState.inactive" a very short time, without anything happening. Afterwards it returns in onValue with "Success: true".

isRequestReviewAvailable before shows following in the console:

I/PlayCore( 8274): UID: [10493]  PID: [8274] ReviewService : requestInAppReview (de.blvrd.mobile.blvrd_app)
I/PlayCore( 8274): UID: [10493]  PID: [8274] ReviewService : Initiate binding to the service.
I/PlayCore( 8274): UID: [10493]  PID: [8274] ReviewService : ServiceConnectionImpl.onServiceConnected(ComponentInfo{com.android.vending/com.google.android.finsky.inappreviewservice.InAppReviewService})
I/PlayCore( 8274): UID: [10493]  PID: [8274] ReviewService : linkToDeath
I/PlayCore( 8274): UID: [10493]  PID: [8274] OnRequestInstallCallback : onGetLaunchReviewFlowInfo
I/PlayCore( 8274): UID: [10493]  PID: [8274] ReviewService : Unbind from service.

linkToDeath looks interesting...

ziqq commented 1 year ago

I have the same issue. It's not working for me.

rodydavis commented 1 year ago

I have it in production for iOS and android using the latest.

What part is not working?

ziqq commented 1 year ago

All part's dosn't working. I try to requestReview and i don't see dialog anytime. My code bellow

AppReview.requestReview.then((value) {
  print(value);
});