There are two apps installed on iPhone (myApp and competitorApp).competitorApp is saving user settings with using NSUserDefaults. I know all keys (value forKey) which using competitorApp. Is it possible to get values in myApp from competitorApp?
|
|
|
In the iOS App Programming Guide, in the Security section you can read:
That means that if you're not interested in jailbreaking, what you want to do is not possible. |
|||
|
|
|
Jailbreak.. Better solution to save userdefaults values on some server and then download it in another app. Not possible otherwise |
|||
|
|
|
No. Apps cannot access each other's user defaults, nor look inside each other's file system sandboxes. This is security working as designed. |
|||
|
|
