parag deshpande

1pod

RatingsControllerNew

PDRatingsController is singleton class allows user to rate app after user uses app n number of times as specified. Steps - 1. import PDRatingsView 2. Use following method where you want to initiate rating/review process. -- [[PDRatingsView ratings]initialiseWithAppId:@"12345" appName:@"abc" countAppUsed:2 remindAfter:0.5]; 3. Call on Button tap /action event / where user want to display rate promts -- [[PDRatingsView ratings] checkCountForAppUsedAndDisplayAlertOn:self];

License: MIT

  • Objective C