Open sampathkumar7 opened 4 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.
can you provide more info? Is there something else? this is not using any apis that would prevent it from being rejected
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...
I have the same issue. It's not working for me.
I have it in production for iOS and android using the latest.
What part is not working?
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);
});
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