我正在使用地理位置插件,我的应用程序在苹果商店被拒绝
我正在使用phonegap构建来编译
您的应用声明在Info.plist中的UIBackgroundModes键中声明支持音频,但不包含需要持久音频的功能。
我添加了
[#\w]+(?:\s*(\([^()]*+(?:(?1)[^()]*)*+\)))?
并将其删除,但拒绝仍然相同!
我的插件是
<config-file platform="ios" target="*-Info.plist" parent="UIBackgroundModes">
<array>
<string>location</string>
</array>
</config-file>