Info
Version: | 1.0.5 |
Author(s): | Enis Necipoğlu, sadgit, Sumeyya Arar |
Last Update: | Thursday, June 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/enisn/Xamarin.Forms.Contacts |
NuGet Url: | https://www.nuget.org/packages/Xamarin.Forms.Contacts |
Install
Install-Package Xamarin.Forms.Contacts
dotnet add package Xamarin.Forms.Contacts
paket add Xamarin.Forms.Contacts
Xamarin.Forms.Contacts Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Sample:
var contacts = await Plugin.ContactService.CrossContactService.Current.GetContactListAsync();
DON'T FORGET PERMISSIONS:
ON ANDROID:
READ_CONTACTS
ON IOS:
into Info.plist
<key>NSContactsUsageDescription</key>
<string>We need contact permission to do ...</string>.