起步软件技术论坛
搜索
 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1908|回复: 3

[结贴] APP审核被拒 关于音频播放问题

[复制链接]

99

主题

375

帖子

816

积分

高级会员

Rank: 4

积分
816
QQ
发表于 2017-3-13 10:56:52 | 显示全部楼层 |阅读模式
RT。官方答复是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 app was running in the background.
意思就是我app支持后台播放背景音乐,但是实际app切到后台以后并没有播放音频的功能,说是要在Info.plist里面修正,该如何解决?求教X5的大大们

31

主题

76

帖子

550

积分

高级会员

Rank: 4

积分
550
QQ
发表于 2017-3-13 11:10:24 | 显示全部楼层

\Native\plugins\de.appplant.cordova.plugin.background-mode下面的plugin.xml中的

<config-file target="*-Info.plist" parent="UIBackgroundModes">
            <array>
                <string>audio</string>
            </array>
        </config-file>

        <resource-file src="appbeep.wav" />

注释掉
回复 支持 反对

使用道具 举报

99

主题

375

帖子

816

积分

高级会员

Rank: 4

积分
816
QQ
 楼主| 发表于 2017-3-13 11:27:23 | 显示全部楼层
杨某某某 发表于 2017-3-13 11:10
\Native\plugins\de.appplant.cordova.plugin.background-mode下面的plugin.xml中的

非常感谢!
回复 支持 反对

使用道具 举报

99

主题

375

帖子

816

积分

高级会员

Rank: 4

积分
816
QQ
 楼主| 发表于 2017-3-13 11:27:40 | 显示全部楼层
杨某某某 发表于 2017-3-13 11:10
\Native\plugins\de.appplant.cordova.plugin.background-mode下面的plugin.xml中的

非常感谢!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|X3技术论坛|Justep Inc.    

GMT+8, 2025-7-3 16:28 , Processed in 0.062047 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表