1

Is it possible to carry out Communication of an ios device with android device using bluetooth/wi-fi direct/BLE api or any other way without server (internet) and its ways.

Seraphim's
  • 12,559
  • 20
  • 88
  • 129
user2618875
  • 889
  • 2
  • 11
  • 23

1 Answers1

1
  • Bluetooth / LE: Not possible without Jailbreak
  • Wifi-Direct: Not supported by iOS

Unfortunately, there is no way to communciate in both ways without a wifi network both are connected to. While this means it also works without an Internet connection, it still requires a wifi network.

FD_
  • 12,947
  • 4
  • 35
  • 62
  • Where did the claim "Wifi-Direct: Not supported by iOS" come from? AFAIK, Apple's framework MultipeerConnectivity supports 3 transfer methods: Bluetooth, Wi-Fi **and Wi-Fi Direct**. That means that iOS must support Wi-Fi Direct on some level. – samuelg0rd0n Jun 20 '15 at 10:28
  • 1
    It's not the same kind of Wifi Direct as supported by Android, eg you cannot connect Android and iOS via Wifi Direct AFAICT. See this question for reference: http://stackoverflow.com/questions/19067794/ios-7-multipeer-connectivity-and-android-wifi-direct – FD_ Jun 20 '15 at 11:54