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
JesseAJesseA 

Examples of mobile solutions with security

We are developing a iPad app for retail employees to collect lead data. The idea though of users having to deal with SFDC security token, or storing a token within the app is not appealing. How can we keep up security between the mobile app and our SFDC instance when using a exposed apex webservice? It will be my first time developing a webservice for mobile use so any detail would be greatly appreciated.

Best Answer chosen by Admin (Salesforce Developers) 
jhersh1jhersh1

Use the mobile SDK, which uses OAuth for authentication. No security tokens to worry about.

All Answers

jhersh1jhersh1

Use the mobile SDK, which uses OAuth for authentication. No security tokens to worry about.

This was selected as the best answer
JesseAJesseA

Found that out right after I posted. Gotta remember to search first.Thanks!