Search results for

“nfc”

1,191 results found

Post

Replies

Boosts

Views

Activity

NFC Enable Reward Pass for India
I understand that Apple Pay is not supported in India right now.But my question is that is it still possible buy a payment terminal machine (from link 1) and :Use it in VAS terminal mode (see DETAILS) so as to only accept NFC enabled Reward pass and not card based payments(as card based Apple payment is not supported in India). NFC based Reward passes are stored in your Wallet App.The actual use case would be:I received a NFC enabled Reward Pass from a link and I added it to my Wallet App.I went to shopping and I found a payment machine which process Apple NFC enabled reward passes. (Is this point possible in India??)Once I go near to payment machine, I get a popup to redeem points from my reward pass and payment processed successfully.So is above mentioned points valid for locations where Apple pay is not available??DETAILS: The value added service (VAS) protocol was designed by Apple to facilitate reward transaction via NFC between Apple devices and your bled pay
0
0
1.8k
May ’17
iPhone 13 will not read NFC Tag
I have been testing out NFC Tags and I can get some functions to work without having to use the shortcuts app as most NFC's should so they can be used by relatively all users. I cannot get my iPhone 13 to read an NFC Tag with Wi-Fi information, I know the info is written as I can read it from the apps I am writing to them with but it will not read the information. Does Apple not support this? if so why not? You can do it from a QR code but not an NFC?
0
0
1.1k
Dec ’22
Is NFC HCE functionality supported? If so, how can it be implemented?
I am currently developing an app and facing challenges with implementing NFC HCE functionality on iOS. From my research, it seems that NFC HCE is achievable within the EEA, but I need guidance on implementing it for other countries. Has anyone successfully implemented NFC HCE outside the EEA? What steps or workarounds are available for this feature in regions like US or other countries? Additionally, is there any possibility of achieving this through a license or certification from Apple? Any guidance or references would be greatly appreciated.
2
0
1k
Jul ’24
NFC & SE Platform API Details
On the post of NFC & SE Platform for secure contactless transactions, the API details are clearly mentioned. Will the same core NFC APIs be used here or we will get to know the new APIs of NFC & SE Platform only after entering into agreement with apple? Any documentation of APIs of NFC & SE Platform will be helpful.
1
0
831
Nov ’24
How Can I Enable NFC Functionality in an Apple Wallet Pass?
Hello, I am working on an Apple Wallet pass with NFC functionality but have been facing issues with getting it to work. The pass gets added to Wallet, but the NFC feature does not seem to activate. Could someone provide a detailed, step-by-step process to properly enable NFC in an Apple Wallet pass? Here is what I have done so far: 1. Set up a Pass Type ID and Certificates: I have registered a Pass Type ID in my Apple Developer account. I have generated and installed the required certificates (Pass Type ID certificate and WWDR certificate). 2. Adding the NFC Field: Added the following nfc field to my pass.json file: { formatVersion: 1, passTypeIdentifier: pass.com.example.mypass, serialNumber: 123456, teamIdentifier: TEAMID12345, webServiceURL: https://example.com/api/passes, authenticationToken: my_secure_token, nfc: { message: Tap to unlock door, encryptionPublicKey: MY_ENCRYPTION_PUBLIC_KEY, payload: encrypted_nfc_payload }, organizationName: My Company
1
0
1.1k
Nov ’24
How to demonstrate NFC chip is only for ApplePay
Somehow, I have entered with some people in a discussion about creating an NFC based app for iPhone, I know that the NFC chip, for now, is only used with ApplePay technology, but these people argues that the iPhone 6 specs states that it includes a Proximity Sensor, which is correct. What I need is, some documentation or spec sheet (Apple official of course) where I can demonstrate that the iPhone sensor can not be used with NFC tags. Anyone knows where can I found or how can I demonstrate this???
2
0
2.5k
Jul ’15
Core NFC - can read a NFC tag - now I need payload data
Hi - using code that is out there I have managed to create a skeleton app that will read in a NFC tag on the iPhone 7+ and display the details in the debugger using this code:func readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs messages: [NFCNDEFMessage]) { print(New NFC Tag detected:) for message in messages { for record in message.records { print(Type name: (record.typeNameFormat)) print(Payload size: (record.payload)) print(Type size: (record.type)) print(Identifier: (record.identifier)) } }Very happy with that!The data is correct, but I want to print the payload data and cant figure out how to get to it and the documentation seems non existent. Looking around the groups most examples seem to go as far as the above in terms of the size of the payload rather than the value.I found nfcndefpayloadhttps://developer.apple.com/documentation/corenfc/nfcndefpayloadAny help of a code example to kick start me as a newbie Swift developer that would be very helpful.
3
0
7.4k
Jun ’17
Read Credit card using NFC.
Dear sir, i am finding solutions past 4 days. but not getting any reference about NFC implmetent in my app for read credit card. please can you confirm apple is provided any api for read credit card using NFC or not. Thanks
Replies
0
Boosts
0
Views
603
Activity
Nov ’20
background NFC not working ios 16.5 ?
background nfc isn't working in 16.5... on iphone 11 able to scan nfc using apps and through shortcuts app (when initially scanning) however background nfc is not working at all has anyone else experienced this problem?
Replies
0
Boosts
0
Views
1.3k
Activity
Jun ’23
how to read nfc uid from ndef tag
how to read nfc uid from ndef tag
Replies
1
Boosts
0
Views
1.2k
Activity
Apr ’20
Can APP set up to prevent NFC?
Do I want to prevent NFC from being awakened by APP?
Replies
7
Boosts
0
Views
1.5k
Activity
Apr ’18
NFC Enable Reward Pass for India
I understand that Apple Pay is not supported in India right now.But my question is that is it still possible buy a payment terminal machine (from link 1) and :Use it in VAS terminal mode (see DETAILS) so as to only accept NFC enabled Reward pass and not card based payments(as card based Apple payment is not supported in India). NFC based Reward passes are stored in your Wallet App.The actual use case would be:I received a NFC enabled Reward Pass from a link and I added it to my Wallet App.I went to shopping and I found a payment machine which process Apple NFC enabled reward passes. (Is this point possible in India??)Once I go near to payment machine, I get a popup to redeem points from my reward pass and payment processed successfully.So is above mentioned points valid for locations where Apple pay is not available??DETAILS: The value added service (VAS) protocol was designed by Apple to facilitate reward transaction via NFC between Apple devices and your bled pay
Replies
0
Boosts
0
Views
1.8k
Activity
May ’17
iPhone 13 will not read NFC Tag
I have been testing out NFC Tags and I can get some functions to work without having to use the shortcuts app as most NFC's should so they can be used by relatively all users. I cannot get my iPhone 13 to read an NFC Tag with Wi-Fi information, I know the info is written as I can read it from the apps I am writing to them with but it will not read the information. Does Apple not support this? if so why not? You can do it from a QR code but not an NFC?
Replies
0
Boosts
0
Views
1.1k
Activity
Dec ’22
Is NFC HCE functionality supported? If so, how can it be implemented?
I am currently developing an app and facing challenges with implementing NFC HCE functionality on iOS. From my research, it seems that NFC HCE is achievable within the EEA, but I need guidance on implementing it for other countries. Has anyone successfully implemented NFC HCE outside the EEA? What steps or workarounds are available for this feature in regions like US or other countries? Additionally, is there any possibility of achieving this through a license or certification from Apple? Any guidance or references would be greatly appreciated.
Replies
2
Boosts
0
Views
1k
Activity
Jul ’24
NFC & SE Platform API Details
On the post of NFC & SE Platform for secure contactless transactions, the API details are clearly mentioned. Will the same core NFC APIs be used here or we will get to know the new APIs of NFC & SE Platform only after entering into agreement with apple? Any documentation of APIs of NFC & SE Platform will be helpful.
Replies
1
Boosts
0
Views
831
Activity
Nov ’24
NFC card not read in iphone
http://cloud.naver.com/fileLink.nhn?filekey=hcPu%2FN6nYJDBBivFvfeIeiyg5wYIYBMaTgQVw4TVqO7%2FoZ8URQtjSfnSw5ppHmT%2FD6f7uBzSLDKIx1kdsR2e8QY%3Dread nfc capture in androidnfc forum type 2ndef iso 14443but.. iphone don't read itwhy don't read this nfc in iphone? why....
Replies
0
Boosts
0
Views
610
Activity
Feb ’18
How Can I Enable NFC Functionality in an Apple Wallet Pass?
Hello, I am working on an Apple Wallet pass with NFC functionality but have been facing issues with getting it to work. The pass gets added to Wallet, but the NFC feature does not seem to activate. Could someone provide a detailed, step-by-step process to properly enable NFC in an Apple Wallet pass? Here is what I have done so far: 1. Set up a Pass Type ID and Certificates: I have registered a Pass Type ID in my Apple Developer account. I have generated and installed the required certificates (Pass Type ID certificate and WWDR certificate). 2. Adding the NFC Field: Added the following nfc field to my pass.json file: { formatVersion: 1, passTypeIdentifier: pass.com.example.mypass, serialNumber: 123456, teamIdentifier: TEAMID12345, webServiceURL: https://example.com/api/passes, authenticationToken: my_secure_token, nfc: { message: Tap to unlock door, encryptionPublicKey: MY_ENCRYPTION_PUBLIC_KEY, payload: encrypted_nfc_payload }, organizationName: My Company
Replies
1
Boosts
0
Views
1.1k
Activity
Nov ’24
NFC request multiple records in action menu
Hello and thank you for your help. i am attempting to find the following line 1) NFC scanned device prompts a Context menu, Action Menu, dialog, or action token. without the use of pulling any applications using the iphone 12 iOs Native NFC from an NTAG or comparable NFC. (Ex. UI menu prompted directly from NFC ). Thank you for your time.
Replies
0
Boosts
0
Views
539
Activity
Nov ’20
How to demonstrate NFC chip is only for ApplePay
Somehow, I have entered with some people in a discussion about creating an NFC based app for iPhone, I know that the NFC chip, for now, is only used with ApplePay technology, but these people argues that the iPhone 6 specs states that it includes a Proximity Sensor, which is correct. What I need is, some documentation or spec sheet (Apple official of course) where I can demonstrate that the iPhone sensor can not be used with NFC tags. Anyone knows where can I found or how can I demonstrate this???
Replies
2
Boosts
0
Views
2.5k
Activity
Jul ’15
Core NFC support background mode
Hello All,We have requirement of being notified in background mode once NFC tag is identified.Based on payload and check we want to perform BLE operation in background mode for it.Is there any possibility in fututre release to allow using core NFC in background mode also?Please help !
Replies
0
Boosts
0
Views
531
Activity
Jun ’17
iphone 11 pro max nfc problem
Good afternoon, I have a problem with my iPhone 11 pro max, I have changed the charging connector and now it does not detect NFC, I have changed NFC too and it still does not pick up NFC, who can help me
Replies
1
Boosts
0
Views
472
Activity
Mar ’22
Core NFC - can read a NFC tag - now I need payload data
Hi - using code that is out there I have managed to create a skeleton app that will read in a NFC tag on the iPhone 7+ and display the details in the debugger using this code:func readerSession(_ session: NFCNDEFReaderSession, didDetectNDEFs messages: [NFCNDEFMessage]) { print(New NFC Tag detected:) for message in messages { for record in message.records { print(Type name: (record.typeNameFormat)) print(Payload size: (record.payload)) print(Type size: (record.type)) print(Identifier: (record.identifier)) } }Very happy with that!The data is correct, but I want to print the payload data and cant figure out how to get to it and the documentation seems non existent. Looking around the groups most examples seem to go as far as the above in terms of the size of the payload rather than the value.I found nfcndefpayloadhttps://developer.apple.com/documentation/corenfc/nfcndefpayloadAny help of a code example to kick start me as a newbie Swift developer that would be very helpful.
Replies
3
Boosts
0
Views
7.4k
Activity
Jun ’17