Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Reply to CoreNFC: Sending Custom Commands using NFCISO15693Tag protocol
I was wondering if your ticket has changed the answer yet?I am stuck because I can't send customCommand 0x35 to Authenticate a chip using the AES Crypto module inside of it.I hate to say it, but android's NFC framework has a command calledpublic byte[] transceive (byte[] data)Send raw NFC-A commands to the tag and receive the response.Developers can completely create their own blocks of data to send to the tag and receive the answer in the same little function.That looks so much better than getting Custom command code must be between 0xA0 to 0xDF inclusively when trying to send a customCommand 0x35 that is so basic to NFC Tag security.I hope they allow developers to implement this, and not leave us behind android like that.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’19
Reply to NFC support in iOS application in India
First, please check the document NFC & SE Platform for secure contactless transactions for the requirements and regional availability of NFC support with Secure Element. NFCTagReaderSession cannot be used for payment cards. You will need to use alternate CoreNFC APIs, which are only available via special entitlements and agreements. The document above will also explain the requirements for getting access to those APIs. Eventually, you will need to enter into an agreement with Apple and request the NFC & SE Platform Entitlement, if you satisfy the requirements as listed in the document above. If you are not able to use those APIs, PassKit framework will be your only remaining option, if appropriate. If you have already requested the relevant entitlements, if approved, you will receive further guidance on how to proceed with your development.
Feb ’26
NFC Session 'DidInvalidate()' gets called with error code 'System Resource Unavailable' error code
I'm developing an NFC based app where I've been facing issues such that 'Tag Connection Lost' or 'Tag no response' errors are returned by the 'SendMiFareCommand()' function very frequently. This is observed more frequently on iPhone 12 and above when 5G network signal is weak. Anyway, that's a different issue which I'm following up separately. Because of those frequent errors, I require to Invalidate() NFC session and restart a new session because those errors are non-recoverable. For this purpose, I invoke 'InvalidateSession()', check for session.IsReady flag to be 'false' and then start a new session for the retry. Right after calling 'BeginSession()' at this moment, 'DidInvalidate()' gets hit with an NSError code 'System Resource Unavailable'. What could be the cause behind? I'm checking if previous session was properly invalidated.
0
0
860
Jan ’23
Reply to NFC no longer working in Shortcuts on beta 4?
jaja july 2020, in iOS 14 beta and still no NFC in Shortcuts, not more to say...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’20
Reply to NFC not working the second time
I figured this out. It was due to some third party software that I was using for talking with NFC. It expected me to keep a reference to its object.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to NFC tag iOS 14 beta 2
Same here and for iOS 14 beta 3 as well. NFC tags will only been run once after first setup.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’20
Reply to How do you add loyalty cards to wallet in ios9 beta
Have you had any luck creating a pkpass with the nfc key? I've tried, but the iPhone doesn't accept the pkpass as a valid one.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Feature not supported error in Core NFC on iPhone SE
Reading NFC NDEF tags is supported on iPhone 7 and iPhone 7 Plus.https://developer.apple.com/documentation/corenfc
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’17
Reply to NFC Tags won't read after iOS 15.4 update
16.3.1 en Iphone Xs sigue sin funcionar, directamente no detecta ni escanea NFC.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Does iOS 13 support ISO 14443?
Trying with iPhone 13 Pro iOS 16.0.3 I cannot read NFC Tag ISO 14443-3A
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Emulating NFC Tag using iPhone Device
As this post is two years old, has there been any change to Apple not supporting NFC Tag emulation mode in the meantime?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to 'NDEF is disallowed' Error on Xcode 12.2
I try to downgrad to iOS 10.0 in Deployement info (and podfile) and it works. Maybe the nfc framework is not updated.
Replies
Boosts
Views
Activity
Dec ’20
Reply to NFC Tags won't read after iOS 15.4 update
Has there been any solution to this? Trying to write like 200 NFC tags but phone isn't picking up a single one.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to App Clip Invocation Issues on iOS 18 and iOS 18.1 - NFC and QR Invocation not working for Default App Clip Experience
Observing the same behavior, and this is a serious issue since our business relies on launching app clips via NFC.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to CoreNFC: Sending Custom Commands using NFCISO15693Tag protocol
I was wondering if your ticket has changed the answer yet?I am stuck because I can't send customCommand 0x35 to Authenticate a chip using the AES Crypto module inside of it.I hate to say it, but android's NFC framework has a command calledpublic byte[] transceive (byte[] data)Send raw NFC-A commands to the tag and receive the response.Developers can completely create their own blocks of data to send to the tag and receive the answer in the same little function.That looks so much better than getting Custom command code must be between 0xA0 to 0xDF inclusively when trying to send a customCommand 0x35 that is so basic to NFC Tag security.I hope they allow developers to implement this, and not leave us behind android like that.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’19
Reply to NFC support in iOS application in India
First, please check the document NFC & SE Platform for secure contactless transactions for the requirements and regional availability of NFC support with Secure Element. NFCTagReaderSession cannot be used for payment cards. You will need to use alternate CoreNFC APIs, which are only available via special entitlements and agreements. The document above will also explain the requirements for getting access to those APIs. Eventually, you will need to enter into an agreement with Apple and request the NFC & SE Platform Entitlement, if you satisfy the requirements as listed in the document above. If you are not able to use those APIs, PassKit framework will be your only remaining option, if appropriate. If you have already requested the relevant entitlements, if approved, you will receive further guidance on how to proceed with your development.
Replies
Boosts
Views
Activity
Feb ’26
NFC Session 'DidInvalidate()' gets called with error code 'System Resource Unavailable' error code
I'm developing an NFC based app where I've been facing issues such that 'Tag Connection Lost' or 'Tag no response' errors are returned by the 'SendMiFareCommand()' function very frequently. This is observed more frequently on iPhone 12 and above when 5G network signal is weak. Anyway, that's a different issue which I'm following up separately. Because of those frequent errors, I require to Invalidate() NFC session and restart a new session because those errors are non-recoverable. For this purpose, I invoke 'InvalidateSession()', check for session.IsReady flag to be 'false' and then start a new session for the retry. Right after calling 'BeginSession()' at this moment, 'DidInvalidate()' gets hit with an NSError code 'System Resource Unavailable'. What could be the cause behind? I'm checking if previous session was properly invalidated.
Replies
0
Boosts
0
Views
860
Activity
Jan ’23
third party Nfc Chip
It was popping up normal as a notification before IOS14.01 but then after that i get a notification saying The operation couldn't be completed. (CPSErrorDomain error 2.)
Replies
3
Boosts
0
Views
764
Activity
Sep ’20