uchicago-mobi / mpcs51030-2017-summer-forum

5 stars 0 forks source link

App Rating Alert #109

Closed acham1 closed 7 years ago

acham1 commented 7 years ago

Alerts

  • Applications should utilize an UIAlertView somewhere within the application
    • If it is not part of the normal user interface of your application, Have the alert view prompt users “Rate this App” in the app store on the 5th launch.

Does this mean we need to have a "Rate this App" alert, only if there isn't a UIAlertView elsewhere in the application?

hbennett766 commented 7 years ago

Yep, that's correct.

acham1 commented 7 years ago

Thanks!