应用商店拒绝使用后台地理位置

时间:2020-09-02 00:03:35

标签: ios ionic-framework geolocation app-store appstore-approval

Apple Store拒绝了我们的应用程序。我使用backgroung-geolocation-lt插件 他们的信息是:

指南2.5.4-性能-软件要求

我们继续注意到,您的应用在Info.plist文件的UIBackgroundModes项中声明了对位置的支持,但没有任何需要持久位置的功能。具体来说,您的应用仅使用位置背景模式来跟踪员工,而这在App Store中是不合适的。

我已经解释了该应用程序的使用,并再次拒绝了他们 用户可以打开/关闭跟踪(开始/结束移位和 他在地图上可以看到自己的路线

Config.xml文件

<feature name="BackgroundGeolocation">
    <param name="ios-package" value="CDVBackgroundGeolocation" />
</feature>

<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysAndWhenInUseUsageDescription">
    <string>Es necesario acceder a la ubicación para la funcionalidad de Rondin</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
    <string>Es necesario acceder a la ubicación para la funcionalidad de Rondin</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
    <string>Es necesario acceso a la geolocalización para obtener la ubicación actual</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSMotionUsageDescription">
    <string>Es necesario acceder a su uso de movimiento</string>
</edit-config>

0 个答案:

没有答案