You need to sign in to do that
Don't have an account?

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.
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.
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?