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...).

Home Page:https://pub.dev/packages/rate_my_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popup not showing in testflight

gutisalex opened this issue · comments

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):

  • iOS
  • 14.6

Smartphone (please complete the following information):

  • Device: iPhone X
  • OS: iOS14.6.1

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!

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,