Working with MultipeerConnectivity in iOS swift
问题 I'm working with MultipeerConnectivity framework in iOS, followed a nice tutorial and it worked well. I have one question, I have two devices with wifi turned OFF but Bluetooth is ON, for the above approach to work, is it necessary for the two devices to be paired(via bluetooth, manually by the user in iOS settings)? Will it work even if the devices are not paired manually? If yes, do I need any special code setup or the above code will just work?(I have tried, for me It didn't work. Might be