Peer to peer android and iOS with Wifi direct (multipeer connectivity?)

后端 未结 4 1429
抹茶落季
抹茶落季 2020-12-07 14:42

Well I\'m working on this app to send data between android and iOS and I got it to work between iOS devices with Apple\'s Multipeer Connectivity framework, but I am currentl

4条回答
  •  北海茫月
    2020-12-07 15:19

    Something like text chat can be done over BLE, which is open on both platforms. Sending images would be slow, though, since it doesn't have the throughput of Bluetooth Classic.

提交回复
热议问题