美文网首页
iOS进入后台后持续运行

iOS进入后台后持续运行

作者: 若风_412d | 来源:发表于2020-03-05 10:09 被阅读0次

    参考:

    iOS后台运行180s

    https://www.jianshu.com/p/47ff7c239ba2

    iOS蓝牙 音频等后台运行代理能够运行

    原理:

    https://www.jianshu.com/p/864dba21dbaa

    https://www.jianshu.com/p/987d45d0d892

    plist 表

    http://www.dxjia.cn/2016/05/26/ios-background-executions/

    http://www.cocoachina.com/articles/17611

    由于版本变化

    蓝牙后台运行:

    plist文件


    截屏2020-03-05下午1.35.49.png

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <array>
    <string>bluetooth-peripheral</string>
    <string>bluetooth-central</string>
    </array>
    </plist>

    Required background modes
    App communicates using CoreBluetooth
    App shares data using CoreBluetooth

    或者 截屏2020-03-13下午1.43.16.png

    相关文章

      网友评论

          本文标题:iOS进入后台后持续运行

          本文链接:https://www.haomeiwen.com/subject/kxjtrhtx.html