Can I read an iPhone beacon with Windows.Devices.Bluetooth.Advertisement.BluetoothLEManufacturerData
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: According to the Bluetooth Advertisement sample , I need to set the CompanyID ( UInt16 ) and the Data ( IBuffer , a UInt16 in the sample) to start watching for advertisers. In the iPhone, I can set the beacon UUID to 4B503F1B-C09C-4AEE-972F-750E9D346784 . And reading on the internet, I found Apple's company id is 0x004C , so I tried 0x004C and 0x4C00 . So, this is the code I have so far, but of course, it is not working. var manufacturerData = new BluetoothLEManufacturerData(); // Then, set the company ID for the manufacturer data. Here we