is there possibility to do uninstall of your application which runs under iPhone?
There could be a number of cases when you want application to uninstall itself.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t uninstall your own application from code, period. Or any other application for that matter. Uninstall is always an action initiated by the user. I would imagine it being possible for jailbroken iPhones though, but that would make use of not supported/forbidden APIs & commands.