Is it possible to detect how two iOS devices are connected when we use multipeer framework?

In our application we are using Multipeer Framework to Connect Two Ipads. As Multipeer Framework Documentation Mentions Devices Using infrastructure Wi-Fi networks, peer-to-peer Wi-Fi, and Bluetooth personal area networks to communicate . Is it possible to detect how two devices are connected whether via wifi or blutooth or p2p? Thanks

Is it possible to detect how two iOS devices are connected when we use multipeer framework?

No it is not. Multipeer Connectivity is a high-level API and, as such, hides details like this from you. If you move to a lower-level API, you might be able to make some progress here.

ps I've move you over to Core OS > Networking.

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
Is it possible to detect how two iOS devices are connected when we use multipeer framework?
 
 
Q