Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resetting iPhone to factory settings programmatically

Tags:

ios

Is there a way where we can programmatically reset the iPhone settings to factory default settings? We have a Reset Option in General section of the Settings application. Can we access that programmatically?

Thanks Sudheer

like image 428
Dantuluri Avatar asked Oct 08 '22 05:10

Dantuluri


1 Answers

This isn't supported by the SDK. There might be something you can do with jailbroken phones (which would obviously limit distribution), but through the official SDK, there isn't any way.

like image 159
Waynn Lue Avatar answered Oct 12 '22 02:10

Waynn Lue