maozai
maozai
  • 发布:2021-07-24 10:20
  • 更新:2021-07-26 10:53
  • 阅读:1849

iOS审核时要求对UIBackgroundModes里的audio进行解释,请问用途是什么?

分类:uni-app

Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.

WwWDFM9EidjqZ14cQiQ2hw==
Specifically, since your app declares support for audio in the UIBackgroundModes key in your Info.plist, please demonstrate the background audio feature(s) while the app is running in the background.

UG3MKf62Z2yP+B8lE8RVqg==
我回复了说是用于订单和IM提醒的,但iOS说这类用途不适用,需要去掉audio setting:

zfW+lho9NymFuTRwcjgEbw==
The audio key is intended for use by apps that provide audible content to the user while in the background, such as music player or streaming audio apps. 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.

2021-07-24 10:20 负责人:无 分享
已邀请:
DCloud_uni-ad_HDX

DCloud_uni-ad_HDX

背景音乐适用于类似:QQ音乐,喜马拉雅山、这种长时间在后台播放的应用,如果应用不符合需要去掉此配置

订单和提醒可以用 推送通知 解决

  • maozai (作者)

    但是像美团、闪送、其他的配送系统又可以,用途说明是地图导航……

    2021-07-26 11:30

  • nininiccc

    语音播报熄屏播报如何解决?

    2022-03-22 21:44

该问题目前已经被锁定, 无法添加新回复

  • 标题 / 粗斜体
  • 代码片段
  • 超链接 / 图片 / 视频
  • 列表 / 引用

文章内容较多时,可以用标题分段 :

## 大标题 
### 小标题

斜体 / 粗体 :

**粗体** 
*斜体*
***粗斜体***

代码片段 :

``` javascript
代码片段
```

超链接 :

[链接文字](链接地址) 例: [百度](http://www.baidu.com)

图片 :

![图片说明](图片地址) 例: ![百度logo](http://www.baidu.com/img/bdlogo.gif)

视频 :

!![视频说明](视频地址) 例: !![优酷视频](http://youku.com)

有序列表 :

1. 123
2. 123
3. 123

无序列表 :

- 123
- 123
- 123

引用 : ( 双回车后结束引用 )

> 引用内容
引用内容
引用内容