Search results for

“nfc”

1,194 results found

Post

Replies

Boosts

Views

Activity

Can I read data from an IC card with NFC on the iPhone?
Hi,I want to read data from a specific IC card using Core NFC.The card specifications are as follows.- Tag type: ISO 14443-4 (NXP MIFARE Classic 1k).- Technologies available: IsoDep, NfcA, Mifare Classic, NdefFormatable.This information was obtained from a device other than the iPhone.I checked it with a test app, and the iPhone was unable to detect this card.I tested on iPhone 8 and 11 with iOS 13.Can the iPhone read the data on this card?If the iPhone cannot read the data, I wonder why.Thanks.
1
0
3.6k
May ’20
NFCNDEFReaderSession didDetect not triggered on iPhone11
Hi all,I have currently issues getting notified when a NDEF NFC Tag is read.VersionSet: Xcode: Version 11.4.1 (11E503a)iOS (both iPhones): 13.4.1How to reproduce: I run the sample code from apple (https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_app) on my iPhoneX and let the app read a NFCNDEFTag on a Laird BL-652-SA-01 devkit, where I wrote the ndef message onto the tag within my SmartBasic application. It works fine, as soon as I hold my iPhoneX on the tag, the callback:func readerSession(_ session: NFCNDEFReaderSession, didDetect tags: [NFCNDEFTag]) is triggered.is triggered. All fine.However, if I execute the exact same reference code on my iPhone 11, with the same iOS version. (both 13.4.1) - I simply do not get the callback.My assumption is, that I missed something in the implementation on the devkit. But what exactly does the iPhone11 check, what the iPhoneX doesn't ? Is there any change in verifying tag compatibility? Has someone out there the same issue as myself
0
0
808
May ’20
Reply to Apple Wallet - Loyalty Card Design
What you actually need, may be what’s known as a „personalized pass“:https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html#//apple_ref/doc/uid/TP40012195-CH12-SW2To enable the rewards enrollment, however, an NFC permit is required…https://developer.apple.com/contact/passkit/
May ’20
Reply to Wallet feature for a Mobile App.
You will need to provide some metadata for wallet, so it can determine the right context to show your pass. The „foreseen“ way to do this, is to set up a personalized pass as rewards card:https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html#//apple_ref/doc/uid/TP40012195-CH12-SW2for which you will require an NFC-approval by Apple: https://developer.apple.com/contact/passkit/This way it can automagically used with elegible NFC payments.Or – the easy way – you continue your approach, but will then need to provide some location context, such as a low-range bluetooth beacon at the cashier's desk.
May ’20
Reply to NFC and Shortcuts?
In the more recent iOS version (13+ I believe) - the Shortcuts app has ability to add an Automation -> Create Personal Automation, then choose the NFC setting in the Setting group. You will need to scan an NFC tag, name it and then you're able to create any further actions. Once setup, whenever you place phone near that same tag - the automation will occur. You can program the automation to run with or without asking for the user's permission.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’20
Reply to How to share data between two iOS devices using NFC? Is peer to peer NFC possible for iOS?
Would love to see Apple implement Peer to Peer NFC Communication.Android has this with Android Beam, but according to this article, this is not possible between apple devices yet.https://apple.stackexchange.com/questions/379527/do-new-iphones-ios-13-support-nfc-in-peer-to-peer-mode
Replies
Boosts
Views
Activity
May ’20
Is this compatible with IOS NFC: MIFARE Classic 1K Chip 13.56mhz
Is this chip compatible with NFC.After using application NFC Tools, it is not being picked up?
Replies
3
Boosts
0
Views
15k
Activity
May ’20
Can I read data from an IC card with NFC on the iPhone?
Hi,I want to read data from a specific IC card using Core NFC.The card specifications are as follows.- Tag type: ISO 14443-4 (NXP MIFARE Classic 1k).- Technologies available: IsoDep, NfcA, Mifare Classic, NdefFormatable.This information was obtained from a device other than the iPhone.I checked it with a test app, and the iPhone was unable to detect this card.I tested on iPhone 8 and 11 with iOS 13.Can the iPhone read the data on this card?If the iPhone cannot read the data, I wonder why.Thanks.
Replies
1
Boosts
0
Views
3.6k
Activity
May ’20
NFCNDEFReaderSession didDetect not triggered on iPhone11
Hi all,I have currently issues getting notified when a NDEF NFC Tag is read.VersionSet: Xcode: Version 11.4.1 (11E503a)iOS (both iPhones): 13.4.1How to reproduce: I run the sample code from apple (https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_app) on my iPhoneX and let the app read a NFCNDEFTag on a Laird BL-652-SA-01 devkit, where I wrote the ndef message onto the tag within my SmartBasic application. It works fine, as soon as I hold my iPhoneX on the tag, the callback:func readerSession(_ session: NFCNDEFReaderSession, didDetect tags: [NFCNDEFTag]) is triggered.is triggered. All fine.However, if I execute the exact same reference code on my iPhone 11, with the same iOS version. (both 13.4.1) - I simply do not get the callback.My assumption is, that I missed something in the implementation on the devkit. But what exactly does the iPhone11 check, what the iPhoneX doesn't ? Is there any change in verifying tag compatibility? Has someone out there the same issue as myself
Replies
0
Boosts
0
Views
808
Activity
May ’20
Reply to Can I read data from an IC card with NFC on the iPhone?
I have confirmed that iOS 13 Core NFC does not support MIFARE Classic.This will indicate the specific MIFARE tag type that has been discovered. It can be MIFARE Ultralight, MIFARE Plus, or DESFire. At this time, MIFARE Classic tags are not supported.Source: WWDC 2019 Core NFC Enhancements ( https://developer.apple.com/videos/play/wwdc2019/715/ ).
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
May ’20
Reply to Apple Wallet - Loyalty Card Design
What you actually need, may be what’s known as a „personalized pass“:https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html#//apple_ref/doc/uid/TP40012195-CH12-SW2To enable the rewards enrollment, however, an NFC permit is required…https://developer.apple.com/contact/passkit/
Replies
Boosts
Views
Activity
May ’20
Reply to Wallet feature for a Mobile App.
You will need to provide some metadata for wallet, so it can determine the right context to show your pass. The „foreseen“ way to do this, is to set up a personalized pass as rewards card:https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/PassPersonalization.html#//apple_ref/doc/uid/TP40012195-CH12-SW2for which you will require an NFC-approval by Apple: https://developer.apple.com/contact/passkit/This way it can automagically used with elegible NFC payments.Or – the easy way – you continue your approach, but will then need to provide some location context, such as a low-range bluetooth beacon at the cashier's desk.
Replies
Boosts
Views
Activity
May ’20
Reply to NFC door card in Wallet App
Not sure if this can be done with Wallet alone; the scenarios I read about this far, all required transactional NFC (known as the Apple Value Added Services protocol). You may need to write an app to achieve this. (Or find someone who knows better…)
Replies
Boosts
Views
Activity
May ’20
Reply to Is this compatible with IOS NFC: MIFARE Classic 1K Chip 13.56mhz
Mifare Classic 1k are not fully compatible with CoreNFC, but you can use the compatibility mode in NFC Tools settings to read and write standard records (NDEF).Unfortunately, some features, like reading the memory cannot be used with this type of NFC chip.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’20
Reply to How to switch back to previous app on iOS?
My app requires the user to scan an NFC tag for authentication.I provide links with login information on a website with a registered custom URL Scheme.My app should open, let the user scan their NFC tag and send the user back to the previous opened app.Not possible to make it automatic without making the user click the Back to Xxx button?
Replies
Boosts
Views
Activity
Jun ’20
Reply to using Core NFC to read credit card number, expiry date
Does anyone know the answer? Does iOS NFC support reading credit card infomation at all? I see Apple document saying Core NFC doesn't support payment-related Application IDs., but don't understand what this means. Thanks!
Replies
Boosts
Views
Activity
Jun ’20
Reply to NFC and Shortcuts?
In the more recent iOS version (13+ I believe) - the Shortcuts app has ability to add an Automation -> Create Personal Automation, then choose the NFC setting in the Setting group. You will need to scan an NFC tag, name it and then you're able to create any further actions. Once setup, whenever you place phone near that same tag - the automation will occur. You can program the automation to run with or without asking for the user's permission.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’20
Reply to NFC and Shortcuts?
Hi! You can use NFC in the Shortcuts for personal automation, but it is only available with iPhone XS or later and iOS 13.1 or later. With other devices, you won't be able to see that option.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’20
Reply to NFC and Shortcuts?
Personal automations with NFC is in the current version of shortcuts, however it requires a iPhone Xr/Xs or newer. These iPhones have a NFC radio that supports low power reading of tags in the background.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’20
How to create QR code and NFC pass
I am making an app that issues tickets within the app. How to issue a QR code pass there. How to create NFC path. How to authenticate NFC pass.(TouchID or FaceID) please teach me.
Replies
2
Boosts
0
Views
3k
Activity
Jun ’20