tvOS 对 iBeacons 的支持
Posted
技术标签:
【中文标题】tvOS 对 iBeacons 的支持【英文标题】:tvOS support for iBeacons 【发布时间】:2015-09-27 21:00:14 【问题描述】:tvOS 是否支持所有与 ios 相同的 iBeacon 功能?我最担心的是CoreLocation
相关功能。
【问题讨论】:
您想将 tvOS 用作信标还是接收器? CoreBluetooth 中提供了作为信标的功能(有一些技巧),但制作接收器似乎要困难得多。 接收者。因此接受的答案和我对CoreLocation
的引用
归档雷达并发布 ID。我很乐意将其作为骗子归档以引起注意。
【参考方案1】:
并非所有相同的功能都受支持,CoreLocation Changes for Objective-C。
Removed CLBeacon
Removed CLBeacon.accuracy
Removed CLBeacon.major
Removed CLBeacon.minor
Removed CLBeacon.proximity
Removed CLBeacon.proximityUUID
Removed CLBeacon.rssi
Removed CLBeaconRegion
Removed -[CLBeaconRegion initWithProximityUUID:identifier:]
Removed -[CLBeaconRegion initWithProximityUUID:major:identifier:]
Removed -[CLBeaconRegion initWithProximityUUID:major:minor:identifier:]
Removed CLBeaconRegion.major
Removed CLBeaconRegion.minor
Removed CLBeaconRegion.notifyEntryStateOnDisplay
Removed -[CLBeaconRegion peripheralDataWithMeasuredPower:]
Removed CLBeaconRegion.proximityUUID
有关可用于 tvOS 的 iOS API 的完整列表,请参阅:iOS 9.0 to tvOS 9.0 API Differences
【讨论】:
以上是关于tvOS 对 iBeacons 的支持的主要内容,如果未能解决你的问题,请参考以下文章
tvOS - 支持 Firebase/Core?在 tvOS 应用程序中获取远程推送通知的任何其他方式?
Android 4.4.3 是不是允许 Android 手机成为 iBeacon?