Your app declares support for bluetooth-central and bluetooth-peripheral in the UIBackgroundModes

发布于:2023-01-16 ⋅ 阅读:(440) ⋅ 点赞:(0)

Your app declares support for bluetooth-central and bluetooth-peripheral in the UIBackgroundModes key in your Info.plist but does not provide Bluetooth Low Energy functionality. The Bluetooth Background modes are for apps that communicate to other devices using Bluetooth Low Energy and the Core Bluetooth framework.

Specifically, we could not locate your app’s Background Bluetooth feature. Please make sure to press the Home Button to show the background mode in use(i.e. when users did not use the app and users can hear the sound) if you want to submit a demo video to show this feature.

Next Steps

To resolve this issue, please revise your app to add support for Bluetooth Low Energy communication through Core Bluetooth in your app or remove the bluetooth- values from the UIBackgroundModes key.

在这里插入图片描述

去掉 。。。

Guideline 2.5.4 - Performance - Software Requirements

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.

Specifically, we could not locate your app’s Background Location feature. Please make sure to press the Home Button to show the background mode in use(i.e. when users did not use the app and users can use the location) if you want to submit a demo video to show this feature.

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.

在这里插入图片描述
去掉


网站公告

今日签到

点亮在社区的每一天
去签到