因为高德持续地位而被拒绝

Your app declares support for location in the UIBackgroundModes key in your Info.plist file but does not have any features that require persistent location. Apps that declare support for location in the UIBackgroundModes key in your Info.plist file must have features that require persistent location.

Next Steps

To resolve this issue, please revise your app to include features that require the persistent use of real-time location updates while the app is in the background.

If your app does not require persistent real-time location updates, please remove the "location" setting from the UIBackgroundModes key. You may wish to use the significant-change location service or the region monitoring location service if persistent real-time location updates are not required for your app features.

高德你开启了持续定位,但是你没有使用这个功能。


F357692B-C761-4F06-A3BA-6005E4D9A196.png

选中了 这个功能,在项目中没实现。
所以被拒绝。

你可能感兴趣的:(因为高德持续地位而被拒绝)