0

I need to programatically share WiFi credentials via bluetooth with another device. My plan is first to read the credentials and then send them, but I can't find any documentation on how to read both WiFi and password. Other methods of authenticating the other device are welcome

Pastre
  • 684
  • 8
  • 17

1 Answers1

1

Figured it out: that is only possible for devices enrolled with Mfi (Made for iPhone). We ended up asking the user to input WiFi credentials in the app and testing those credentials by joining the new Wifi networking and pinging Google. If they're good, we store them on the Keychain and share it with our other device.

I had to ask an Apple Engineer on WWDC Engineering Hours to get this answer, btw :)

Pastre
  • 684
  • 8
  • 17