apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

Latest version shows multiple rate dialogs #78

Closed gabema closed 10 years ago

gabema commented 10 years ago

After upgrading and enabling customized Ratings Prompt text I'm seeing two consecutive rating dialogs.

skykelsey commented 10 years ago

Hi Gabe,

Are you using the latest (1.4.0)?

gabema commented 10 years ago

Yes https://github.com/apptentive/apptentive-android/commit/a6bab31c68389ffa573b733aa60f260a297f15b7

and I replaced my call to Apptentive.showRatingFlowIfConditionsAreMet() with Apptentive.engage(activity, "init");

skykelsey commented 10 years ago

OK, then can you check to see what the reprompt logic is for the Rating Prompt? To check, go to Interactions -> Ratings Prompt -> The Prompt, and then click the button "Edit the Ratings Prompt". Then, check the '"Remind Me Later" will display this prompt after this many days:' field. If this is set to 0, then that is the problem.

gabema commented 10 years ago

It was set to 5.

skykelsey commented 10 years ago

Would you mind emailing me at sky@apptentive.com so I can help you further?

gabema commented 10 years ago

Will do. thanks.

skykelsey commented 10 years ago

Fixed in 1.4.2. Thanks for reporting this.