Is there any way in the iOS SDK to uninstall the application?
I am looking for the following behavior:
- If the user cannot enter the correct password for login (5 times)
- The application deletes all user data and removes itself from the iPhone.
I understand how to delete all user data. I am just asking if the application can also be uninstalled.
source share