蓝牙权限设置细节:bluetooth-central和bluetooth-peripheral【因app中的蓝牙功能隐蔽而导致上架被拒绝的解决方案】

文章目录

  • 前言
  • I 、蓝牙权限被拒绝上架的案例
    • 1.1 解决方案
  • II、 支持打印码牌交易小票的相关蓝牙权限设置
  • III、 相关代码
    • 3.1 UIBackgroundModes的配置
      • 3.1.1 在UIBackgroundModes中添加了bluetooth-central关键字在Info.plist以实现中心角色。
      • 3.1.2 蓝牙周边后台执行模式:bluetooth-periphral
  • IV、小结
    • 4.1、只支持前台的蓝牙应用
    • 4.2、Core Bluetooth Background Execution Modes: 后台执行模式
    • 4.3 The bluetooth-peripheral Background Execution Mode

你可能感兴趣的:(iOS进阶,蓝牙,bluetooth)