KiiToolkit: Get your app a 5-star rating with KTAppRater
Our team has just released a new feature for KiiToolkit on iOS called KTAppRater.
What is KTAppRater?
KTAppRater is a utility that prompts your user for a rating in the app store after a certain period of time or usage has passed. You may recognize this feature as something like this:
KiiToolkit makes it very easy to implement this helpful utility – and you can do it with only 2 lines of code! Implementation can be as simple as:
- (void) applicationDidBecomeActive:(UIApplication *)application { // load up the apprater [KTAppRater configureAppID:@"MY_NUMERIC_ITUNES_APP_ID"]; [KTAppRater appOpened]; }
As with all features within KiiToolkit, this utility is fully customizable so you can have it behave and look exactly the way you want.
Getting Started
You can get a lot more information on our GitHub project page including detailed examples and full documentation.
Wrapping Up
This is a great tool to prompt your power users for feedback and even boost your rating in the app store. If you’d like to learn some other ways to help compete in the app store, check out our FREE eBook 5-Star Apps: 10 Keys to Success.
Let us know what you think and happy coding 🙂