Reputation: 11
When I try to add contacts with ADF Mobile, I get this Exception:
ERROR CODE:0
My Code:
Contact newcontact = device.createContact(contact);
What's the error and how can I fix it?
Upvotes: 0
Views: 50
Reputation: 228
If this is the only line of code you write to create contact, then it won't work like that, please review https://www.youtube.com/watch?v=MfE0Xg0eSqY
if you did all the requirements to create contact and populated all required field before executing this line then please share full code in order to be able to help you.
Upvotes: 1