Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not opening review #44

Open
sampathkumar7 opened this issue Aug 12, 2020 · 6 comments
Open

Not opening review #44

sampathkumar7 opened this issue Aug 12, 2020 · 6 comments
Labels
question Further information is requested

Comments

@sampathkumar7
Copy link

sampathkumar7 commented Aug 12, 2020

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
Copy link

127 commented Oct 20, 2020

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
Copy link
Member

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

@rodydavis rodydavis added the question Further information is requested label Mar 31, 2021
@AndrewSheetMetal
Copy link

AndrewSheetMetal commented Dec 16, 2021

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
Copy link

ziqq commented Sep 5, 2022

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

@rodydavis
Copy link
Member

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

What part is not working?

@ziqq
Copy link

ziqq commented Sep 29, 2022

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);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants