Skyost / RateMyApp

This plugin allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).
https://pub.dev/packages/rate_my_app
MIT License
273 stars 111 forks source link

Popup not showing in testflight #108

Closed gutisalex closed 3 years ago

gutisalex commented 3 years ago

Describe the bug I have implemented the plugin into my app and everything is working fine in my dev environment. But if I upload the app into the applestore, add it to testflight and want to test it, the pop up never shows up.

To Reproduce Steps to reproduce the behavior:

  1. Set up the plugin with
minDays: 0, 
minLaunches: 2,
remindDays: 0,
remindLaunches: 2,
  1. Upload the app to appstore
  2. Create a testflight
  3. Download app via testflight and test it

Expected behavior See a pop up after 2 times

Desktop (please complete the following information):

Smartphone (please complete the following information):

gutisalex commented 3 years ago

According to apple developer it does not work in testflight! So if it works in development it also has to work in production... :) Hard to explain that to your customers but ok... can be closed!

sejr1996 commented 2 years ago

the submit button appears disabled in development, is it enabled in production? In addition, how the following parameters work, could you explain to me: minDays: 0 minLaunches: 2, remindDays: 0, remindLaunches: 2,