Reputation: 4084
Is it possible to save the ssid and password for a known wifi network programatically to the iPhone?
I don't have any clues beyond: http://developer.apple.com/library/ios/#documentation/SystemConfiguration/Reference/CaptiveNetworkRef/Reference/reference.html
Can someone point me to a github project that perhaps handles this usecase as a utility ... or perhaps reference some more code?
Upvotes: 1
Views: 1672
Reputation: 1454
No, you can't do this because iOS keychain is isolated for each app. But it may be possible on a jailbroken device. (See http://code.google.com/p/iphone-dataprotection/wiki/KeychainViewer)
The Captive Network has nothing to do with the ssid and password.
Upvotes: 2