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
MohanrajMohanraj 

Heed help in iOS SDK integration

Hi, I was tired on implementing username-password flow authentication in iOS mobile sdk by referring https://help.salesforce.com/apex/HTViewHelpDoc?id=remoteaccess_oauth_user_agent_flow.htm.
can anyone help me with clue??



Thanks in advance!!

Best Answer chosen by Admin (Salesforce Developers) 
Kevin HawkinsKevin Hawkins
Have you looked at the Mobile SDK Development Guide (https://github.com/forcedotcom/SalesforceMobileSDK-Shared/blob/master/doc/mobile_sdk.pdf?raw=true)? OAuth is pretty straightforward to configure and use in iOS. You can see a sample implementation when you generate an app using forceios (https://npmjs.org/package/forceios), or by checking out the samples in the Mobile SDK repository (https://github.com/forcedotcom/SalesforceMobileSDK-iOS).

Cheers,
Kevin