Xamarin.Mobile Create, Update & Delete Contacts

1.6k Views Asked by At

On what platforms does Xamarin.Mobile allow creation, updating and deleting of Contacts? Specifically, does it allow this on Android? Doesn't seem to be the case, according to my research of the APIs.

1

There are 1 best solutions below

0
On

I'm going to say 'No' based on both the API and the Getting Started page for Xamarin... for Android Xamarin.Contacts requires the READ_CONTACTS permission which is (surprise) strictly for reading the contacts.

Source: Xamarin.Mobile Getting Started

For potential solutions outside of using the Xamarin.Mobile component, check out this answer on a similar thread.