I need a data reset switch my application, I'd like to put it in Settings->Apps->MyAppName section of iOS. Being a destructive action I want iOS to prompt the user for confirmation. Is there a way to display an alertview style confirmation box from within app settings?
Placing the switch and alertview within the app is no problem to me, I just can't figure out how to display an alert from the settings page. Google searches haven't yielded anything so far.
Thanks