tvOS 对 iBeacon 的支持

tvOS support for iBeacons

tvOS 是否支持与 iOS 相同的所有 iBeacon 功能?我最关心的是 CoreLocation 相关功能。

并非所有相同的功能都受支持,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