PomepuyN / discreet-app-rate

A lightweight non intrusive app rate reminder for Android
http://nicolaspomepuy.fr/non-intrusive-app-rate
Apache License 2.0
464 stars 51 forks source link

Does not work with fragments #30

Closed artworkad closed 11 months ago

artworkad commented 10 years ago
D/DicreetAppRate﹕ initialLaunchCount incremental reached

The view never shows up. I call it on my fragments onCreateView:

AppRate.with(getActivity())
    .text(R.string.rate_message)
    .initialLaunchCount(2)
    .retryPolicy(RetryPolicy.INCREMENTAL)
    .debug(true)
    .checkAndShow();
PomepuyN commented 10 years ago

Could you please give me the return of the debug?