gpt4 book ai didi

nfc - Core NFC 的设备支持?它在 iPad 上工作吗?

转载 作者:行者123 更新时间:2023-12-04 15:18:22 26 4
gpt4 key购买 nike

Core NFC 是否适用于 iPad?
综上所述,iPad does have NFC chips ,但 Core NFC documentation不说它支持它。

Note

Reading NFC NDEF tags is supported on iPhone 7 and iPhone 7 Plus.


运行此 iOS11-NFC-Example在模拟器上总是会得到 Feature not supported在所有设备上。

最佳答案

不 !目前 Core NFC 不支持 iPad 和 iPhone 低于 iPhone 7。

iPhone 系列 7、8 和 iPhone X 仅支持 Core NFC。

如果你想在你的代码中确定你的应用程序运行的设备是否支持 Core NFC 可以通过这个来完成

if (NFCNDEFReaderSession.readingAvailable)

{
NSLog(@"NFC is Available");
}
else
{
NSLog(@"NFC is not Available");
}

关于nfc - Core NFC 的设备支持?它在 iPad 上工作吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46673580/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com