zoukankan      html  css  js  c++  java
  • Multitasking Apps may only use background services for their intended purposes

    2.16 Details

    Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the application was running in the background.

    Next Steps

    The audio key is intended for use by applications that provide audible content to the user while in the background, such as music player or streaming audio applications. Please revise your app to provide audible content to the user while the app is in the background or remove the "audio" setting from the UIBackgroundModes key.


    问题原因:  UIBackgroundModes  plist里面设置了audio running in the background,可是在应用中却没有使用。

    解决步骤:target  -->  Capabilities  -->  Background Modes  -->  取消 audio and airplay . OK.搞定。


  • 相关阅读:
    Tensorflow实战系列之三:
    Tensorflow实战系列之二:
    scala映射和元组
    scala函数
    scala基础
    Hadoop Eclipse 插件制作以及安装
    理解HBase
    理解HDFS
    Hadoop入门学习路线
    日志框架Log4j
  • 原文地址:https://www.cnblogs.com/yxwkf/p/4552857.html
Copyright © 2011-2022 走看看