Imade Herroug
Imade Herroug

Reputation: 11

ADF Mobile Exception when adding contact

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

Answers (1)

M.Mostafa
M.Mostafa

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

Related Questions