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.
306 stars 78 forks source link

Does not open in my app #47

Closed viniciusddrft closed 1 year ago

viniciusddrft commented 2 years ago

flutter version: 2.5.2 dart version: 2.14.3 plugin version: 2.0.3

It works perfectly when I installed it in shared mode, but in production it won't open even though it's the same code,

as it just didn't work in production i don't have logs :/

britannio commented 2 years ago

Are you testing on an Android device or an iOS device? They both have quotas that may be causing the behaviour you are describing.

https://developer.android.com/guide/playcore/in-app-review#quotas

viniciusddrft commented 2 years ago

I'm using on android,I will check what you said.

Thanks :)

yashmittalJTG commented 2 years ago

not opening in my android flutter; 2.2.3 dart:2.12 opening in IOS but not opening in android i have upload bundle on playstore and followed all the step.

yashmittalJTG commented 2 years ago

@britannio ???

Vakil-Parth commented 2 years ago

+1

yashmittalJTG commented 2 years ago

+1

hey, deploy your app on internal app sharing, a link will be generated, use that link to download app, it will work fine.

Vakil-Parth commented 2 years ago

It does not work on production.

I have downloaded app from Playstore, but plugin does not show dialog.

britannio commented 2 years ago

It does not work on production.

I have downloaded app from Playstore, but plugin does not show dialog.

If it works in testing, as described here, then it will work in production unless the quota has been exceeded.

Vakil-Parth commented 2 years ago

Thank you for information, I have ended up by removing whole feature as Ad Network rejected my app just for this dialog.

G4SD3O commented 2 years ago

Similar issue here and internal app sharing does not seem to work anymore. Anyone with a solution?

rickypid commented 2 years ago

+1

matszafraniec commented 2 years ago

I have issue on Android too:

Plugin version: 2.0.3. Flutter 2.8.0.

Tested on Android 10 device distributed via Internal App Sharing. Completely fresh device, no quotas exceeded. Dialog doesn't show.

britannio commented 2 years ago

I just tested it on Android 11 via https://play.google.com/console/internal-app-sharing and it's still working flawlessly. Please read the testing instructions and Android specific guidelines in detail if there is still any confusion. I can't fix something that isn't broken.

britannio commented 2 years ago

Demo of it working https://photos.app.goo.gl/nYqyaQs5c9LZf22X6

matszafraniec commented 2 years ago

@britannio before I made publish in stores, I set Google Analytics event before I show app rating dialog. After 2 weeks after publish I can see it has been hit multiple times and I can observe satisfying numbers of new ratings on both: AppStore and PlayStore so it seems plugin is working fine :)

Thank you for support.

britannio commented 1 year ago

Closing this as a stale issue, drop a comment if there's still a problem and I'll reopen the issue.