RateBox can track your app’s usage with simple metrics like time installed, number of launches, and custom events- then prompt engaged user’s to give you a rating. It can be set up with just 2 lines of code, and automatically tracks the rating rules you specify. Users are redirected to the device’s native app store rating page at the click of a button!

List of features:

  • Maximize downloads by getting 5 star ratings from top users
  • Easy to set up- just a couple lines of code to integrate
  • Automatically track number of uses, days installed, or custom metrics
  • Automatically detects when a new version is installed and can ask for new ratings
  • Receive events when the user completes or declines to rate the app
  • Smoothly launches the native rating page on the device’s app store
  • Complete sample application, as3 docs, and getting started guide included
  • Includes easy testing methods for before your app is live
  • 1 year of free email support and updates
  • Works on both iOS and Android!

Sample

public function RateBox(iosAppId:String, title:String, message:String, rateNowLabel:String = Rate Now, declineLabel:String = Not now, neverAgainlabel:String = Don't ask again, minLaunchesTilPrompt:int = 3, minEventsTilPrompt:int = 0, minDaysTilPrompt:int = 0, coolDownDays:int = 1)
public function areRatingConditionsMet():Boolean
public function create(iosAppId:String, title:String, message:String, rateNowLabel:String = Rate Now, declineLabel:String = Not now, neverAgainlabel:String = Don't ask again, minLaunchesTilPrompt:int = 3, minEventsTilPrompt:int = 0, minDaysTilPrompt:int = 0, coolDownDays:int = 1):RateBox
public function didRateCurrentVersion():Boolean
public function incrementEventCount():Boolean
public function isSupported():Boolean
public function onLaunch():Boolean
public function resetConditions():void
public function setAutoPrompt(useAutoPrompt:Boolean = true):void
public function showRatingPrompt(title:String, message:String, rateNowLabel:String = Rate It Now, declineLabel:String = Not now, public function useTestMode():void
Air Native Extension, Android, iOS . URL.