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
No. Apps cannot access each other's user defaults, nor look inside each other's file system sandboxes. This is security working as designed.