美文网首页
swift3 iOS11 锁屏 音乐播放按钮不正常(工作)

swift3 iOS11 锁屏 音乐播放按钮不正常(工作)

作者: 七夜大人 | 来源:发表于2017-11-01 17:16 被阅读0次

    iOS11 加上下面这个些代码

    try! AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback, with: [])
    try! AVAudioSession.sharedInstance().setActive(true)
    

    截图

    image.png

    *参考链接(英)
    *https://stackoverflow.com/questions/41264141/xcode-swift-3-lock-screen-remote-control-not-working

    *参考链接(中)
    *http://www.itstrike.cn/Question/ae1fb577-806a-4d8f-ab3e-17fa76f8c42f.html

    相关文章

      网友评论

          本文标题:swift3 iOS11 锁屏 音乐播放按钮不正常(工作)

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