search

Home  >  Q&A  >  body text

android - 开发手机 BLE(低功耗蓝牙)App,有什么跨平台开发工具吗?

最近在做 iOS 下的 BLE 开发,要跟我们的 BLE 设备协作。
做了 iOS 之后,肯定是要再做 Android 的。但是重复开发两套代码很麻烦啊,请问谁知道有什么 App BLE 跨平台架构吗?

谢谢~~

黄舟黄舟2771 days ago736

reply all(5)I'll reply

  • 迷茫

    迷茫2017-04-18 09:46:45

    The underlying implementation protocols of Android and iOS are different, and cross-platform implementation is not possible.

    reply
    0
  • PHPz

    PHPz2017-04-18 09:46:45

    Our company happens to be working on ble projects too. I am in charge of android and another buddy is in charge of ios. I have never heard of ble related cross-platform framework. If you find it, please let me know, thank you~

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-18 09:46:45

    Normal Bluetooth is universal in itself and can be used on Android and iOS. When you talk about cross-platform, a set of code can run on both Android and iOS, which is unrealistic

    reply
    0
  • 迷茫

    迷茫2017-04-18 09:46:45

    It depends on your chip. Generally, chip providers have corresponding iOS and Android solutions
    For example, the CSR-Gaia we are using also uses BLE for connection settings of audio devices

    reply
    0
  • PHPz

    PHPz2017-04-18 09:46:45

    Try the native solution?

    reply
    0
  • Cancelreply