Package | com.distriqt.extension.applicationrater |
Interface | public interface Review extends flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
isSupported : Boolean [read-only]
| Review |
Method | Defined By | ||
---|---|---|---|
requestReview():Boolean
Attempts to ask the user to rate or review your app, if appropriate. | Review |
isSupported | property |
isSupported:Boolean
[read-only]
public function get isSupported():Boolean
requestReview | () | method |
public function requestReview():Boolean
Attempts to ask the user to rate or review your app, if appropriate.
Although you should call this method when it makes sense in the user experience flow of your app, the actual display of a rating/review request view is governed by App Store policy. Because this method may or may not present an alert, it's not appropriate to call it in response to a button tap or other user action.
Note When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight.
The system automatically limits the display of the prompt to three occurrences per app within a 365-day period. ReturnsBoolean — true if review is supported and false if not
|