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.
Asked
Active
Viewed 1,643 times
1 Answers
3
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.

Community
- 1
- 1

my code smells
- 461
- 5
- 14