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

App Promo- DaysBeforeReminder - issue #14

Open
suresh-s opened this issue Oct 21, 2014 · 2 comments
Open

App Promo- DaysBeforeReminder - issue #14

suresh-s opened this issue Oct 21, 2014 · 2 comments

Comments

@suresh-s
Copy link

I am using the AppPromo.WP8 package in my Windows phone 8.1 app.

My xaml code is,

<AppPromo:RateReminder x:Name="AppPromoReminder" TryReminderOnLoad="False"

DaysBeforeReminder="7"

TryReminderCompleted="AppPromoReminder_OnTryReminderCompleted" />

Even though I am setting DaysBeforeReminder="7", Rating reminder messag box ("It look like you've been using the app for a while..." ) appear on the same day and every now then.

  1. I want to show Rating Reminder only 7 th day from date of installation. How could I achieve this?
  2. To test DaysBeforeReminder, if I try to change the windows phone, Windows phone app is not working correctly (http request fails). How to test DaysBeforeReminder if working correctly or not

Thank you in advance.

regards,
S. Suresh

@jbienzms
Copy link
Owner

jbienzms commented Dec 2, 2014

I'm unable to reproduce this. The counter is stored in RoamingSettings so that the user will not get reminded multiple times across multiple devices. Did you perhaps install the app on another device at a previous date?

@suresh-s
Copy link
Author

I am sure Date of the device is correct. Rating reminder appears on the same day and every now and then.

Typing mistake at point 2 at my previous comment.

  1. if I try to change the windows phone Date to future date to check if reminder appears, Windows phone app is not working correctly (all http requests from the Phone fails). App Promo control is used in a page which going to appear after login page. In login page, we are calling our RESTful service to authenticate. Http request failure because of device's datetime is not correct (that's future date),

    How to test DaysBeforeReminder if working correctly or not

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

No branches or pull requests

2 participants