tvOS是否支持与iOS相同的所有iBeacon功能?我最关心的是CoreLocation
相关功能。
答案 0 :(得分:6)
并非支持所有相同的功能,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