Search results for

“nfc”

1,193 results found

Post

Replies

Boosts

Views

Activity

Use two NFC entitlement in the same App
Hello, I have developed an iOS application called DinecTag (be.dinec.DinecTag) with a developer account named Dinec International which is registered in Belgium, I received the NFC entitlement valid for Europe and my App is on the App store since some months (the App is used to open doors by presenting the iPhone in front of a special reader) The App is published only on countries inside Europe (it don’t work outside anyway) I would like my App can be used outside Europe, so I need another entitlement called NFC & SE Platform entitlementn to ask for that, I need an account registered in a country covered by that entitlement Dinec is a company that is member of the Lisam group Lisam has an apple developer account registered to USA, called Lisam Systems So I have asked to the owner of that account to add me as a developer in the USA team So when I connect to my developer account, I can switch between Dinec International SA and Lisam Systems on top right of the screen, I am member of the tw
1
0
166
Oct ’25
Reply to How to demonstrate NFC chip is only for ApplePay
The proximity sensor has absolutely nothing to do with the NFC chip. It's a light sensor that is sitting next to or around the speaker and front camera of your iPhone (and it has been there since the first iPhone, before iPhones had front facing cameras or NFC).iOS 11 does give third-party apps the ability to read NDEF-formatted NFC tags, which expands the capabilities of the NFC chip of iPhone 7 devices (and newer) beyond Apple Pay.
Sep ’17
Regarding Reading NFC Core Information
I am developing an APP, scan and read NFC Tag information. I can only get the message in the NFC tag, but I cannot get the chip information. Or rather, the information obtained is incomplete. Look at the code: NFCNDEFReaderSession *session; - (void)readerSession:(NFCNDEFReaderSession *)session didDetectTags:(NSArray<__kindof id> *)tags API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos, macos, tvos) { NSLog(@call back ios13); if (tags.count > 1) { session.alertMessage = LocalizedString(@ErrorTips4); [session restartPolling]; return; } id firstTag = tags.firstObject; HBNFCNDEFTag *ndefTag = firstTag; NSLog(@ndefTag == %@, [ndefTag valueForKey:@_tag]); dispatch_async(dispatch_get_main_queue(), ^{ [self invalidateSession]; }); } Obtain datas: ndefTag == -BA5A89060AA01FAB { Tech=Unknown Type=Unknown ID=(null), NDEF=4, capacity=137, messageSize=45 } An Other: NFCTagReaderSession *tagSession; - (void)tagReaderSession:(NFCTagReaderSession *)session didDetectTags:(NSArray<__kindof id> *
1
0
510
Jul ’24
Reply to NFC enabled prepaid reward card
Did you apply for and receive an NFC-certificate account upgrade?If not, you won't be able to create passes that will load into Apple Wallet and interact with NFC terminals.Have a look at the following documentation on NFC passes in the Wallet Developer Guide.The NFC-enabled pass will not function without a terminal compatible with the Apple value added services protocol. Each NFC-enabled pass contains a 64-byte data element which can identify a customer. This data element can represent a rewards card for a loyalty program, a stored value card, or a ticket. Apple Wallet only transmits this data element to an NFC-enabled terminal that is compatible with the Apple value added services protocol.NFC-Enabled Pass KeysNFC-enabled pass keys support sending reward card information as part of an Apple Pay transaction.Important: NFC-enabled pass keys are only supported in passes that contain an Enhanced Passbook/NFC certificate. For more informatio
Jun ’18
Reply to Apple Wallet VAS & NFC Entitlement for Approved Product Plan
Any update on this ? the same case with us on a span of 4 months we sent 2 requests and refused , no reason nothing . i mean all we want is the ability to use nfc on passes nothing else , no idea why this is so complex . with google you don’t even need a developer account and it’s for free , here we pay and we can’t even get the full functionality the passes offer , we got the hardware and the solution but we find out we need an nfc entitlement to allow passes to have nfc ? i mean our use case is very simple instead of having barcode on the passes we want them to be via nfc and we already got the nfc hardware but we find out we need nfc entitlement which we tried requesting but getting refused with no reason at all. at least tell u what is the problem what how to fix it not outright refuse without any reason at all. if anyone got any solution please provide.
Feb ’25
Core NFC - IOS 13 - M24LR16E(iso15693) : Not able to Read/Write the Data
Our Goal : Program the M24LR16E NFC Tag which is manufactured by STMicroelectronicsAbout M24LR16E : Dynamic NFC/RFID tag IC with 16-Kbit EEPROM and ISO 15693 RF interface.We can find more details about M24LR16E here : https://www.st.com/content/st_com/en/products/nfc/st25-nfc-rfid-tags-readers/st25-dynamic-nfc-tags/m24lr-series-dynamic-nfc-tags/m24lr16e-r.html#resourceBy using Core NFC in IOS 13What we achieved : -&gt; We are able to detect the NFC Tag -&gt; We are ablate connect the NFC tag in the Philips driver. -&gt; We are able to get the system information from Philips driver like ( dsfid, afi, blockSize, blockNumber, icReference) -&gt; We are able to Present the passwordWhat we failed to achieve : -&gt; We are not able to read the data from NFC Tag -&gt; We are not able to write the data to NFC TagWe tried a lot to read the data from NFC Tag but we not able to succeed every
4
0
2.9k
Oct ’19
Reply to External NFC on iPad
Turns out the FlowJack will not work as it is strictly for POS systems. Has anyone any ideas on how to use an external NFC reader with an iPad? There are readers such as https://store.gototags.com/cir315c-portable-nfc-usb-reader/ but they don't offer an SDK to trapping any calls being made. Surely there is some way to scan NFC on an iPad without an iPhone?
Topic: App & System Services SubTopic: Hardware Tags:
Apr ’24
Reply to NFC Tags won't read after iOS 15.4 update
I have had this problem too for month. IPhone 12 Mini, IOS 16.3.1 MagSafeCover. I have tried for hours to get NFC working again without success. Apple Pay was working all the time but NFC not. I was using an app to read my German ID card, which was working fine on my IPhone SE 2020 in earlier days, but was not working now on my 12 mini. Today I tried it again with no success. For testing I am also using the NFC Tools (free version) app from wakdev. I opened the settings page from the NFC app an found a Modus switch there. It was switched to Compatibility in my case. Then I switched it to Normal and for the firtst time since month the NFC reading worked! I am soo glad that my phone is not broken and i can use the NFC function again! I hope this can help others too.
Topic: App & System Services SubTopic: General Tags:
Mar ’23
NFC Core UI Issue: UI Becomes Unresponsive After Switching Between Landscape and Portrait Modes
I've encountered a consistent issue with iOS NFC Core UI where the app's user interface becomes unresponsive or visually distorted after scanning an NFC tag in landscape mode, dismissing the NFC UI, and then attempting to scan in portrait mode. Steps to Reproduce: Open an NFC-enabled app that uses iOS NFC Core UI. Start an NFC scan while holding the device in landscape mode. Dismiss the NFC scanning UI. Switch the device to portrait mode and initiate another NFC scan. Observe the UI, which often appears distorted or becomes unresponsive.
1
0
472
Aug ’24
Use two NFC entitlement in the same App
Hello, I have developed an iOS application called DinecTag (be.dinec.DinecTag) with a developer account named Dinec International which is registered in Belgium, I received the NFC entitlement valid for Europe and my App is on the App store since some months (the App is used to open doors by presenting the iPhone in front of a special reader) The App is published only on countries inside Europe (it don’t work outside anyway) I would like my App can be used outside Europe, so I need another entitlement called NFC & SE Platform entitlementn to ask for that, I need an account registered in a country covered by that entitlement Dinec is a company that is member of the Lisam group Lisam has an apple developer account registered to USA, called Lisam Systems So I have asked to the owner of that account to add me as a developer in the USA team So when I connect to my developer account, I can switch between Dinec International SA and Lisam Systems on top right of the screen, I am member of the tw
Replies
1
Boosts
0
Views
166
Activity
Oct ’25
Reply to How to demonstrate NFC chip is only for ApplePay
The proximity sensor has absolutely nothing to do with the NFC chip. It's a light sensor that is sitting next to or around the speaker and front camera of your iPhone (and it has been there since the first iPhone, before iPhones had front facing cameras or NFC).iOS 11 does give third-party apps the ability to read NDEF-formatted NFC tags, which expands the capabilities of the NFC chip of iPhone 7 devices (and newer) beyond Apple Pay.
Replies
Boosts
Views
Activity
Sep ’17
Regarding Reading NFC Core Information
I am developing an APP, scan and read NFC Tag information. I can only get the message in the NFC tag, but I cannot get the chip information. Or rather, the information obtained is incomplete. Look at the code: NFCNDEFReaderSession *session; - (void)readerSession:(NFCNDEFReaderSession *)session didDetectTags:(NSArray<__kindof id> *)tags API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos, macos, tvos) { NSLog(@call back ios13); if (tags.count > 1) { session.alertMessage = LocalizedString(@ErrorTips4); [session restartPolling]; return; } id firstTag = tags.firstObject; HBNFCNDEFTag *ndefTag = firstTag; NSLog(@ndefTag == %@, [ndefTag valueForKey:@_tag]); dispatch_async(dispatch_get_main_queue(), ^{ [self invalidateSession]; }); } Obtain datas: ndefTag == -BA5A89060AA01FAB { Tech=Unknown Type=Unknown ID=(null), NDEF=4, capacity=137, messageSize=45 } An Other: NFCTagReaderSession *tagSession; - (void)tagReaderSession:(NFCTagReaderSession *)session didDetectTags:(NSArray<__kindof id> *
Replies
1
Boosts
0
Views
510
Activity
Jul ’24
Reply to NFC enabled prepaid reward card
Did you apply for and receive an NFC-certificate account upgrade?If not, you won't be able to create passes that will load into Apple Wallet and interact with NFC terminals.Have a look at the following documentation on NFC passes in the Wallet Developer Guide.The NFC-enabled pass will not function without a terminal compatible with the Apple value added services protocol. Each NFC-enabled pass contains a 64-byte data element which can identify a customer. This data element can represent a rewards card for a loyalty program, a stored value card, or a ticket. Apple Wallet only transmits this data element to an NFC-enabled terminal that is compatible with the Apple value added services protocol.NFC-Enabled Pass KeysNFC-enabled pass keys support sending reward card information as part of an Apple Pay transaction.Important: NFC-enabled pass keys are only supported in passes that contain an Enhanced Passbook/NFC certificate. For more informatio
Replies
Boosts
Views
Activity
Jun ’18
NFC fails to launch when user puts app into Guided Access mode
Applications tyhat incorporate NFC appear to fail when user puts the application into Guided Access Mode.
Replies
0
Boosts
0
Views
719
Activity
Mar ’19
Reply to CoreNFC problems
I upload to GitHub all the code necesary for create a NFC Reader on iPhone. You can found it here: https://github.com/Rubenfer/NFC-Reader-for-iPhone-CoreNFC-
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’17
Reply to Apple Wallet VAS & NFC Entitlement for Approved Product Plan
Any update on this ? the same case with us on a span of 4 months we sent 2 requests and refused , no reason nothing . i mean all we want is the ability to use nfc on passes nothing else , no idea why this is so complex . with google you don’t even need a developer account and it’s for free , here we pay and we can’t even get the full functionality the passes offer , we got the hardware and the solution but we find out we need an nfc entitlement to allow passes to have nfc ? i mean our use case is very simple instead of having barcode on the passes we want them to be via nfc and we already got the nfc hardware but we find out we need nfc entitlement which we tried requesting but getting refused with no reason at all. at least tell u what is the problem what how to fix it not outright refuse without any reason at all. if anyone got any solution please provide.
Replies
Boosts
Views
Activity
Feb ’25
Core NFC - IOS 13 - M24LR16E(iso15693) : Not able to Read/Write the Data
Our Goal : Program the M24LR16E NFC Tag which is manufactured by STMicroelectronicsAbout M24LR16E : Dynamic NFC/RFID tag IC with 16-Kbit EEPROM and ISO 15693 RF interface.We can find more details about M24LR16E here : https://www.st.com/content/st_com/en/products/nfc/st25-nfc-rfid-tags-readers/st25-dynamic-nfc-tags/m24lr-series-dynamic-nfc-tags/m24lr16e-r.html#resourceBy using Core NFC in IOS 13What we achieved : -&gt; We are able to detect the NFC Tag -&gt; We are ablate connect the NFC tag in the Philips driver. -&gt; We are able to get the system information from Philips driver like ( dsfid, afi, blockSize, blockNumber, icReference) -&gt; We are able to Present the passwordWhat we failed to achieve : -&gt; We are not able to read the data from NFC Tag -&gt; We are not able to write the data to NFC TagWe tried a lot to read the data from NFC Tag but we not able to succeed every
Replies
4
Boosts
0
Views
2.9k
Activity
Oct ’19
iPhone 7: NFC capability not supported error on xCode 9 Beta 2
I have been getting the following error when trying to run my app with NFC on my iPhone 7:“App_Name” requires the “nfc” capability which is not supported by iPhone
Replies
8
Boosts
0
Views
2.4k
Activity
Jul ’17
Reply to External NFC on iPad
Turns out the FlowJack will not work as it is strictly for POS systems. Has anyone any ideas on how to use an external NFC reader with an iPad? There are readers such as https://store.gototags.com/cir315c-portable-nfc-usb-reader/ but they don't offer an SDK to trapping any calls being made. Surely there is some way to scan NFC on an iPad without an iPhone?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Apr ’24
Adding non-bank NFC cards to apple wallet
Hi, We are trying to develop a smart way to share business cards through NFC technology and we already implemented it in android using the HCE sdk they offer however I believe in IOS that is not possible, therefore we are looking for a way to add those business cards on the IOS wallet is that possible?
Replies
0
Boosts
0
Views
728
Activity
Dec ’22
Reply to NFC Tags won't read after iOS 15.4 update
I have had this problem too for month. IPhone 12 Mini, IOS 16.3.1 MagSafeCover. I have tried for hours to get NFC working again without success. Apple Pay was working all the time but NFC not. I was using an app to read my German ID card, which was working fine on my IPhone SE 2020 in earlier days, but was not working now on my 12 mini. Today I tried it again with no success. For testing I am also using the NFC Tools (free version) app from wakdev. I opened the settings page from the NFC app an found a Modus switch there. It was switched to Compatibility in my case. Then I switched it to Normal and for the firtst time since month the NFC reading worked! I am soo glad that my phone is not broken and i can use the NFC function again! I hope this can help others too.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’23
NFC Core UI Issue: UI Becomes Unresponsive After Switching Between Landscape and Portrait Modes
I've encountered a consistent issue with iOS NFC Core UI where the app's user interface becomes unresponsive or visually distorted after scanning an NFC tag in landscape mode, dismissing the NFC UI, and then attempting to scan in portrait mode. Steps to Reproduce: Open an NFC-enabled app that uses iOS NFC Core UI. Start an NFC scan while holding the device in landscape mode. Dismiss the NFC scanning UI. Switch the device to portrait mode and initiate another NFC scan. Observe the UI, which often appears distorted or becomes unresponsive.
Replies
1
Boosts
0
Views
472
Activity
Aug ’24
Is there a way that you can Intergrate Apple Pay into a app so that you can pay via NFC through the app?
Is there a way that you can Intergrate Apple Pay into a app so that you can pay via NFC through the app?
Replies
0
Boosts
0
Views
441
Activity
Aug ’16
Reply to ISO 14443-4 Reading issue
Core NFC supports NFC-B and reading multiple messages from NDEF tags. Are you setting invalidateAfterFirstRead to FALSE in your NFCNDEFReaderSession's initWithDelegate method?
Replies
Boosts
Views
Activity
Jun ’25