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
AshishyadavAshishyadav 

Connecting Mobile iOS app to Salesforce

If some one can help me here to understand , How can I connect Mobile iOS App to Salesforce. 

Detail: An iOS app has a contact form , when use clicks the submit button , the data should get saved in the Contact object. 

What approach should I take to establish connection and point the mobile app to create record in contact object.
Todd Halfpenny MCTodd Halfpenny MC
I'm not sure if you're already incorporating the Salesforce Mobile SDK in your app, but if not then that would be the thing to do. You can read more about it here (https://developer.salesforce.com/devcenter/mobile). If your use case is as narrow as all you have specified above, then this might be too heavy-handed for you, and perhaps you could do something along the lines an email type intergration?