Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Unable to read custom NFC tags on iOS 16.0 (iPhone 13 Pro Max)
Hello, I'm trying to read custom NFC (13.56mhz) tags with my iPhone using an NFC app, but none of them seem to be working (I've tried the three most popular NFC apps). I am writing text to these tags using a RC522 connected to a Raspberry Pi. I know that my scanner is working because I can read and write text to tags. I know NFC on the iPhone is working because the scanner also detected the signal when I opened and activated Apple Pay. Besides that, I am using known-good tags (such as a hotel room key) that also work with my scanner but not my iPhone. Has anyone else encountered this issue? Is there a solution? Thanks.
2
0
2.2k
Oct ’22
Reply to Unable to read custom NFC tags on iOS 16.0 (iPhone 13 Pro Max)
Hello @larryr1. I'm not well versed in NFC, however reading the CoreNFC documentation, I see Using Core NFC, you can read Near Field Communication (NFC) tags of types 1 through 5 that contain data in the NFC Data Exchange Format (NDEF). and Your app can also write data to tags, and interact with protocol specific tag such as ISO 7816, ISO 15693, FeliCa™, and MIFARE® tags. Does your tag conform to these format requirements? —Jason.
Topic: App & System Services SubTopic: Hardware Tags:
Oct ’22
CoreNFC - Empty ndefMessage when upgrading to iOS 16
After upgrading to iOS 16, the code below that I have to read the NDEF contents of an NFC Forum Type 2 Tag now returns an empty string. When running the same code on my iOS 15 device, this code works perfectly. When downgrading my iOS 16 device to iOS 15, this code works perfectly again. I can't find any documentation regarding changes made to CoreNFC in iOS 16 that would be affecting this, can anyone shed any light here please? func readerSession(_ session: NFCNDEFReaderSession, didDetect tags: [NFCNDEFTag]) { print(did detect) let str: String = nfcWriteContent if (tags.count > 1) { let retryInterval = DispatchTimeInterval.milliseconds(500) session.alertMessage = too_many_nfc_detected.localized() DispatchQueue.global().asyncAfter(deadline: .now() + retryInterval, execute: { session.restartPolling() }) return } let tag = tags.first! print(reading...) tag.readNDEF(completionHandler: {(ndefMessage: NFCNDEFMessage?, error: Error?) in var res = if (ndefMessage == nil) { // EVERY NFC SCAN ALW
1
0
1.2k
Oct ’22
Reply to [Issue] Automation forcing to tap on screen - application run command is not reacting to 'ask when run' unslide during connection or disconnection to Carplay
I got a new iPhone 14 Pro, and decided to use Shortcuts to log trips instead of having a trip logging app that drains my battery due to excessive location tracking, which is totally unnecessary for the tax purposes. The beginning and end point of any trip is all I need, not the whole detailed route on a map. I have 2 neat logging shortcuts, one for the departure and one for the arrival, both totally doing a perfect logging of my ODO meter that I store as a generic file. After each trips the name of that file gets updated by a voice input of the car’s ODO meter. Data gets logged in a text file. All data is separated with tabs, making it possible to import the text file contents into a Numbers file when needed. I am pretty stoked I got this far, and love the Shortcuts app! (I tested feeding the Numbers file directly, but the result isn satisfactory since it opens the app and I want all of the processes to run without imperative screen interaction.) Both shortcuts can be triggered flawlessly using Siri in Carpla
Sep ’22
Reply to Apple Watch NFC Tags
I'd love to just touch my apple watch to a nfc tag to turn on the lights when I come home, or turn them off when I leave. Or a million other things that shouldn't require me to take my phone out of my pocket. No, HomePod is not even available here and even if it was it wouldn't be possible to put one in every single room.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’22
NFC Host Card Emulation support
Hi, I am developing an iOS app in which the device(iPhone) needs to act as an NFC tag(conforming to ISO 14443) so that an NFC reader could read the information present in this virtual tag (like UID). How can I acheive this ? Does iOS supports NFC Host Card Emulation ?
2
0
5.1k
Jun ’21
Reply to NFC Tags won't read after iOS 15.4 update
No change after an upgrate to IOS 16.1. iPhone 13 mini. iPhone is not able to read any payment terminal nor nfc tag. Apple Pay working just fine (in Apps or Web). Mine Apple Watch synced with the same phone working ok, able to read payment terminals just fine...
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to NFC Tags won't read after iOS 15.4 update
Same problem here - NFC suddenly stopped working last Saturday. (Apple Pay doesn’t work anymore on any terminals) iPhone 13 Pro - iOS 16.0.3 Update to iOS 16.1 didn’t fix it. Apple support did some remote diagnostics - hardware is fine.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Unable to read custom NFC tags on iOS 16.0 (iPhone 13 Pro Max)
Hello, I'm trying to read custom NFC (13.56mhz) tags with my iPhone using an NFC app, but none of them seem to be working (I've tried the three most popular NFC apps). I am writing text to these tags using a RC522 connected to a Raspberry Pi. I know that my scanner is working because I can read and write text to tags. I know NFC on the iPhone is working because the scanner also detected the signal when I opened and activated Apple Pay. Besides that, I am using known-good tags (such as a hotel room key) that also work with my scanner but not my iPhone. Has anyone else encountered this issue? Is there a solution? Thanks.
Replies
2
Boosts
0
Views
2.2k
Activity
Oct ’22
Reply to Unable to read custom NFC tags on iOS 16.0 (iPhone 13 Pro Max)
Hello @larryr1. I'm not well versed in NFC, however reading the CoreNFC documentation, I see Using Core NFC, you can read Near Field Communication (NFC) tags of types 1 through 5 that contain data in the NFC Data Exchange Format (NDEF). and Your app can also write data to tags, and interact with protocol specific tag such as ISO 7816, ISO 15693, FeliCa™, and MIFARE® tags. Does your tag conform to these format requirements? —Jason.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Oct ’22
Can I unlock my iPhone with an NFC tag?
I recently purchased some NFC cards and I want to use them to unlock my iPhone. Unfortunately, I have not found a way to do so. If this is not a feature in iOS right now, could we add this to a future version? If I can do this in the most recent version of iOS, please let me know how. Thanks!
Replies
1
Boosts
0
Views
2.9k
Activity
Oct ’22
Reply to NFC interaction between Devices
There must be. We use an app from HID for NFC card readers on doors.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to NFC Tags won't read after iOS 15.4 update
The same thing happened to my iPhone SE2020 on iOS16.0.3. Previously, it could read NFC but from some time it became unavailable. I have made NW setting reset, which was no effect. I solicit the solution.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Is it possible to apply effects to music playing from Apple Music?
Hi @Dr_Beta I saw a reply of yours elsewhere on NFC technology and QR codes. If you are still active there are a few things I would like to discuss with you. Hope you reply ! thanks.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
CoreNFC - Empty ndefMessage when upgrading to iOS 16
After upgrading to iOS 16, the code below that I have to read the NDEF contents of an NFC Forum Type 2 Tag now returns an empty string. When running the same code on my iOS 15 device, this code works perfectly. When downgrading my iOS 16 device to iOS 15, this code works perfectly again. I can't find any documentation regarding changes made to CoreNFC in iOS 16 that would be affecting this, can anyone shed any light here please? func readerSession(_ session: NFCNDEFReaderSession, didDetect tags: [NFCNDEFTag]) { print(did detect) let str: String = nfcWriteContent if (tags.count > 1) { let retryInterval = DispatchTimeInterval.milliseconds(500) session.alertMessage = too_many_nfc_detected.localized() DispatchQueue.global().asyncAfter(deadline: .now() + retryInterval, execute: { session.restartPolling() }) return } let tag = tags.first! print(reading...) tag.readNDEF(completionHandler: {(ndefMessage: NFCNDEFMessage?, error: Error?) in var res = if (ndefMessage == nil) { // EVERY NFC SCAN ALW
Replies
1
Boosts
0
Views
1.2k
Activity
Oct ’22
Reply to NFC Tags won't read after iOS 15.4 update
Same here, iPhone 11 PM, tried 16.0.2 and also 16.0.3 beta, reseting airdrop, etc. - did not help, nfc still wont read any tags.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to [Issue] Automation forcing to tap on screen - application run command is not reacting to 'ask when run' unslide during connection or disconnection to Carplay
I got a new iPhone 14 Pro, and decided to use Shortcuts to log trips instead of having a trip logging app that drains my battery due to excessive location tracking, which is totally unnecessary for the tax purposes. The beginning and end point of any trip is all I need, not the whole detailed route on a map. I have 2 neat logging shortcuts, one for the departure and one for the arrival, both totally doing a perfect logging of my ODO meter that I store as a generic file. After each trips the name of that file gets updated by a voice input of the car’s ODO meter. Data gets logged in a text file. All data is separated with tabs, making it possible to import the text file contents into a Numbers file when needed. I am pretty stoked I got this far, and love the Shortcuts app! (I tested feeding the Numbers file directly, but the result isn satisfactory since it opens the app and I want all of the processes to run without imperative screen interaction.) Both shortcuts can be triggered flawlessly using Siri in Carpla
Replies
Boosts
Views
Activity
Sep ’22
Reply to NFC Tags won't read after iOS 15.4 update
Same thing here running iOS 16 on my iPhone12pro with no use of background NFC reading, just reads through third party apps
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Apple Watch NFC Tags
I'd love to just touch my apple watch to a nfc tag to turn on the lights when I come home, or turn them off when I leave. Or a million other things that shouldn't require me to take my phone out of my pocket. No, HomePod is not even available here and even if it was it wouldn't be possible to put one in every single room.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Using Wallet.app to open doors with NFC reader
Deemer and where's the security of it? The phone reads the nfc stick, and then? Send a response to a server or what? What if the service of the server is not running?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Sep ’22
NFC Host Card Emulation support
Hi, I am developing an iOS app in which the device(iPhone) needs to act as an NFC tag(conforming to ISO 14443) so that an NFC reader could read the information present in this virtual tag (like UID). How can I acheive this ? Does iOS supports NFC Host Card Emulation ?
Replies
2
Boosts
0
Views
5.1k
Activity
Jun ’21