aliessmael / Unity-Contacts-List

Unity Contacts List is a unity3d plugin for Android and iOS devices that enable you to access to contacts. Retreive names, phone numbers, and even photos.
42 stars 20 forks source link

Application crashing when trying to load contact list #24

Closed LuisGarciaRemes closed 5 years ago

LuisGarciaRemes commented 5 years ago

Hi, I am trying to make an application that uses your asset to get the users contact list but every time I use this line "Contacts.LoadContactList( onDone, onLoadFailed );" the application crashes. At first I thought this was due to a permission issues but even after getting permission to get contacts it still crashes. Side note your test scene appears to have some missing scripts.