RateApp
Description
Displays a dialog box asking the user to rate the app on the App Store. Currently this command is only supported on iOS.
Definition
RateApp ( szID, szTitle )
void agk::RateApp ( const char* szID, const char* szTitle )
RateApp ( szID, szTitle, szMessage )
void agk::RateApp ( const char* szID, const char* szTitle, const char* szMessage )
void agk::RateApp ( const char* szID )
Parameters
- szID - This is the ID of your app. You can obtain this from iTunes Connect.
- szTitle - The string to use as the title of the dialog box, normally this is "Rate AppName"
- szMessage - The string to use as the message of the dialog box