Can we force GKSession connection only through Bluetooth?..I know its is possible through GKPeerPickerController , but i am not interested in GKPeerPickerController interface..I need to connect my application in two device only in Bluetooth rechability zone..but what happened is if WiFi is enabled , the device will still keep connection beyond the limit of Bluetooth.and for some other reasons i cant switch off my WiFi in device..any idea about this will be appreciated ..
Can we force GKSession connection only through Bluetooth?..I know its is possible through GKPeerPickerController
Share
There is no proper way for forcing
GKSessionto connect only through Bluetooth.the only way i found is keep server/client device WiFi off.So that it will connect via Bluetooth.Thank you,