5
tvOSはiOSと同じiBeacon機能をすべてサポートしていますか?私の最大の関心事は、CoreLocation
関連機能です。iVeaconsのtvOSサポート
tvOSはiOSと同じiBeacon機能をすべてサポートしていますか?私の最大の関心事は、CoreLocation
関連機能です。iVeaconsのtvOSサポート
同じ機能がすべてサポートされているわけではありません。CoreLocation Changes for Objective-C tvOSのために利用可能なiOSのAPIの完全なリストについては
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
はを参照してください:iOS 9.0 to tvOS 9.0 API Differences
あなたは、ビーコンやレシーバとしてtvOSを使用しようとしていますか?ビーコンとして機能する機能はCoreBluetoothの中にありますが(いくつかのハックあり)、受信機を作るのはもっと難しいようです。 – Echelon
レシーバ。したがって、受け入れられた答えと「CoreLocation」への参照 – carlossless
レーダーをファイルしてIDを投稿してください。私は喜んでそれをいくつかの注意を喚起するためにデュプリとしてファイルします。 – jpittman