Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Reply to iPhone 7: NFC capability not supported error on xCode 9 Beta 2
Sorry, I should be more descriptive.I have an existing app, which I have been updating to support NFC on the new iOS Beta 11.Until today I had NFC working.Today I downloaded the xCode Beta 2 and used the Capabilites tab to enable NFC.I also added logic to prevent iOS versions lower than 11 to not handle NFC using @available(iOS 11.0, *).After this change, when trying to run my code on an iPhone 7, it gives the error: “App_Name” requires the “nfc” capability which is not supported by iPhoneI tried reverting the changes I made but the error presisted, unsure what has caused the issue to arise.Thanks
Jul ’17
Reply to Using Wallet.app to open doors with NFC reader
I have similar issue, I would like to open door using apple wallet. Currently the door opens using card (RFID). I was able to add a card to apple wallet. I want a guide on the following next steps : How I add ID or number to the pass? to transmit the number to the NFC reader to allow access ? is there a specific type of NFC reader to use with apple wallet? or can I use any NFC reader? Thank you
Topic: App & System Services SubTopic: Hardware Tags:
Jul ’21
in iOS14,NFC API can not detect tags after restartPolling
I read a typeB card by NFC API.I'll run this method when there's a card reading error: [self.session restartPolling] ; but after that,the delegate tagReaderSession:didDetectTags: will not be called sometimes in iOS14. This is a low probability event that can be reproduced in about 10 or 20 retries. Has anyone had this problem? Is there anyone who can help me solve this problem? Thanks, guys.
1
0
493
Dec ’21
Reply to NFC TAG IPHONE
iPhones do not have a built-in NFC tag that can transmit arbitrary data. Neither can an app emulate a NFC tag with arbitrary info about the device. Phone-to-phone NFC based communications are only available in a limited fashion, for example in the case of Tap to Pay on iPhone. If your use case is not about passing payment information, this would not be available for your app. Argun Tekant /  DTS Engineer / Core Technologies
Topic: App & System Services SubTopic: General Tags:
Jul ’24
Reply to Enable NFC Access for Argentina’s SUBE Transit App on iPhone
To be clear, third-party apps in Argentina absolutely do have the ability to use NFC for secure transactions like you mention. This is prominently explained in the user documentation for NFC & SE Platform for secure contactless transactions
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to iPhone 7: NFC capability not supported error on xCode 9 Beta 2
Sorry, I should be more descriptive.I have an existing app, which I have been updating to support NFC on the new iOS Beta 11.Until today I had NFC working.Today I downloaded the xCode Beta 2 and used the Capabilites tab to enable NFC.I also added logic to prevent iOS versions lower than 11 to not handle NFC using @available(iOS 11.0, *).After this change, when trying to run my code on an iPhone 7, it gives the error: “App_Name” requires the “nfc” capability which is not supported by iPhoneI tried reverting the changes I made but the error presisted, unsure what has caused the issue to arise.Thanks
Replies
Boosts
Views
Activity
Jul ’17
Reply to Using Wallet.app to open doors with NFC reader
I have similar issue, I would like to open door using apple wallet. Currently the door opens using card (RFID). I was able to add a card to apple wallet. I want a guide on the following next steps : How I add ID or number to the pass? to transmit the number to the NFC reader to allow access ? is there a specific type of NFC reader to use with apple wallet? or can I use any NFC reader? Thank you
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Jul ’21
Why can't Educational institutions allow the NFC Tag reading App service?
Hi, I'm having an issue with my educational institution membership not allowing me to enable NFC tag reading capabilities in App services. It does not appear as an option, but an individual member can?Why is this?Thanks,Adam
Replies
0
Boosts
0
Views
416
Activity
Nov ’17
Reply to NFC Tags won't read after iOS 15.4 update
the same for me. don't work with nfc readers apps. If you try to use with the quick commands app and select NFC tag for action it read regular the tag and make the action. please help me because i use it for work.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Testflight Validate ERROR ITMS-90778 NDEF is disallowed
I tried once to remove the NDEF before the function will affect the nfc.But the magic is when I try the second time, NFC function is work, I don't know why it doesn't affect the nfc function.I also posted this question in stackoverflow
Replies
Boosts
Views
Activity
Nov ’19
Core NFC - how to reading cards with Core NFC framework?
I want to read EMV protocol its possible today with IOS 16 ? its possible to use SELECT or others commands in APDU CoreNFC ? Its possible to interact with 2PAY.SYS.DDF01 ?
Replies
0
Boosts
0
Views
684
Activity
Aug ’23
Reply to Any requirement for passkit NFC enabled certificate?
From the docs:Important: NFC-enabled pass keys are only supported in passes that contain an Enhanced Passbook/NFC certificate. For more information, contact merchant support at https://www.apple.com/support/apple-pay/feedback/.
Replies
Boosts
Views
Activity
Dec ’16
Reply to NFC app?
now there is core nfc
Replies
Boosts
Views
Activity
Aug ’20
Reply to NFC Tags won't read after iOS 15.4 update
Update on iOS 15.6.1 - no change, NFC reader still dead on my iPhone. Using my Apple Watch - NFC working as expected and no problems, it is reading payment terminals without no issue.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Can I direct enter my app without notification interaction by NFC background scanning
Hi, there is a issue that iOS background NFC scanning will only provide a notification result, It need user click to enter my APP, can I have any method to enter my APP directly without user action ?
Replies
1
Boosts
0
Views
122
Activity
May ’25
Reply to Using Wallet.app to open doors with NFC reader
Tried the Wallet Creator as given above. But unfortunaly it will not work. It can provide a serialnr. But it will not scan the NFC inside the lock or card. So we have to look further. Anyone a solution? Question: How to unlock the Ikea Rothult by using the iPhone NFC.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Can't begin NFCNDEFReaderSession, invalidates immediately.
i got the Feature not supported error too.Does it mean my iPhone 7 is not support NFC? the document says “Reading NFC NDEF tags is supported on iPhone 7 and iPhone 7 Plus”.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’17
in iOS14,NFC API can not detect tags after restartPolling
I read a typeB card by NFC API.I'll run this method when there's a card reading error: [self.session restartPolling] ; but after that,the delegate tagReaderSession:didDetectTags: will not be called sometimes in iOS14. This is a low probability event that can be reproduced in about 10 or 20 retries. Has anyone had this problem? Is there anyone who can help me solve this problem? Thanks, guys.
Replies
1
Boosts
0
Views
493
Activity
Dec ’21
Reply to NFC TAG IPHONE
iPhones do not have a built-in NFC tag that can transmit arbitrary data. Neither can an app emulate a NFC tag with arbitrary info about the device. Phone-to-phone NFC based communications are only available in a limited fashion, for example in the case of Tap to Pay on iPhone. If your use case is not about passing payment information, this would not be available for your app. Argun Tekant /  DTS Engineer / Core Technologies
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24