1
eaManager = [EAAccessoryManager sharedAccessoryManager];
[eaManager registerForLocalNotifications];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(gotDevice)  name:EAAccessoryDidConnectNotification object:nil];

[eaManager connectedDevices]总是空的。

如何与配件配对?

4

1 回答 1

2

您需要将您的 iPhone 连接到 Made for iPod 程序设备,该设备提供了可供外部附件框架访问的协议。现在这样的人不多。我相信 TomTom 的iPhone Car Kit就是其中之一,但我想不出其他的。

于 2010-01-20T17:12:27.903 回答