project_files/HedgewarsMobile/Classes/Appirater.h
changeset 5486 e75f7c3c6275
parent 4504 8906b2409d97
child 6832 fae8fd118da9
equal deleted inserted replaced
5485:e943a005d0e8 5486:e75f7c3c6275
    43 extern NSString *const kAppiraterDeclinedToRate;
    43 extern NSString *const kAppiraterDeclinedToRate;
    44 
    44 
    45 /*
    45 /*
    46  Place your Apple generated software id here.
    46  Place your Apple generated software id here.
    47  */
    47  */
    48 #define APPIRATER_APP_ID                 391234866
    48 #define APPIRATER_APP_ID                391234866
    49 
    49 
    50 /*
    50 /*
    51  Your app's name.
    51  Your app's name.
    52  */
    52  */
    53 #define APPIRATER_APP_NAME              [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleNameKey]
    53 #define APPIRATER_APP_NAME              [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)kCFBundleNameKey]
    80 
    80 
    81 /*
    81 /*
    82  Users will need to have the same version of your app installed for this many
    82  Users will need to have the same version of your app installed for this many
    83  days before they will be prompted to rate it.
    83  days before they will be prompted to rate it.
    84  */
    84  */
    85 #define DAYS_UNTIL_PROMPT               5       // double
    85 #define DAYS_UNTIL_PROMPT               3       // double
    86 
    86 
    87 /*
    87 /*
    88  Users will need to launch the same version of the app this many times before
    88  Users will need to launch the same version of the app this many times before
    89  they will be prompted to rate it.
    89  they will be prompted to rate it.
    90  */
    90  */
    91 #define LAUNCHES_UNTIL_PROMPT           10      // integer
    91 #define LAUNCHES_UNTIL_PROMPT           5      // integer
    92 
    92 
    93 /*
    93 /*
    94  'YES' will show the Appirater alert everytime. Useful for testing how your message
    94  'YES' will show the Appirater alert everytime. Useful for testing how your message
    95  looks and making sure the link to your app's review page works.
    95  looks and making sure the link to your app's review page works.
    96  */
    96  */