function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gabriele Robatto 7Gabriele Robatto 7 

NFC Mobile Salesforce1

Dear,
Our goal is to use information retrieved through NFC within a visualforcepage or lightning component using salesforce mobile (Salesforce1)

We are trying to understand if it will be possible to receive data from NFC using a javascript library, even if Salesforce mobile app does not have official permission to access to this kind of hardware.

Anyone could kindly help?
Thanks!
Gabriele
 
Bhuvanesh MohankumarBhuvanesh Mohankumar
Hi Gabriele,
It is an interesting question.
Are you going to use the Salesforce mobile app or you are going to use native app and integrating the salesforce site through web view components in the mobile app.

This is my suggestion, 
As I researched, I am not sure did Salesforce support for the NFC data access.
If you have native app [Android/IOS] then you can read the data using NFC and try the Salesforce API to get data into the Salesforce app.


Thanks,
Bhuvan
 
Bhuvanesh MohankumarBhuvanesh Mohankumar
This link has a sample implementation & steps for NFC phone GAP with Salesforce integration.

https://developer.salesforce.com/page/Developing_Mobile_Applications_That_Support_Near_Field_Communication_%28NFC%29