Closed artworkad closed 11 months 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();
Could you please give me the return of the debug?
The view never shows up. I call it on my fragments onCreateView: