ios - 在 iPhone 项目中禁用 iBeacons

标签 ios iphone xcode ios8

我们的 iPhone 项目之一被拒绝说启用了 iBeacons。

不确定在哪里启用。如何禁用?我们没有链接 CoreBluetooth.framework。我们使用 coreLocation 进行推送通知。

这是来自苹果的拒绝信息。

We began the review of your app but are not able to continue because we need access to a video that demonstrates your app in use.

1- We find that iBeacons is enabled, please provide a demo video to show how game interacts with iBeacons.

To provide a link to a demo video:

- Log in to iTunes Connect
- Click on “My Apps”
- Select your app
- Scroll down to “App Review Information”
- Provide demo video access details in the “Notes” section
- Click Save
- Click Submit for Review

Once this information is available, we can continue your review.

最佳答案

可能检查你的 plist 文件。如果您需要后台模式,因为应用程序与核心蓝牙进行通信并且应用程序使用核心蓝牙共享数据,请将其删除,除非您使用核心蓝牙框架。告诉我你使用的背景模式。我的一个应用程序被拒绝了,因为我使用应用程序注册来更新我在我的应用程序中使用的推送通知功能的位置。

关于ios - 在 iPhone 项目中禁用 iBeacons,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26113154/

相关文章:

iphone - 我的轮播和我的自定义动画中的问题

iphone - ViewController 上的本地通知

iphone - 在 iOS 上将中文 char* 转换为 NSString?

swift - 向 NSTableView 添加数据时崩溃

iphone - 如何为 iOS 构建 PoDoFo 库

ios - 为什么这个纹理在 iOS OpenGL ES 2.0 中不重复?

ios - swift 中的 3d 范围问题数组

ios - 如何在 Swift 2.0 for iOS 中使用 Metal 制作球体?

ios - 快速将 JSON 转换为 ManagedObject 以获得可选参数

ios - 来自宏的 NSDictionary initWithObjectsAndKeys 失败