程序要求每分钟读取一次服务器数据。使用了平台提供的后台插件。
de.appplant.cordova.plugin.background-mode
被拒原因,插件声明后台播放音频权限,实际没有播放音频的具体操作
<!-- The app is able to run in background through audio mode -->
<config-file target="*-Info.plist" parent="UIBackgroundModes">
<array>
<string>audio</string>
</array>
</config-file>
论坛搜索说是注释掉上面这段,可注释掉了后台插件就没起作用了。