Unity-Contacts-List icon indicating copy to clipboard operation
Unity-Contacts-List copied to clipboard

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.

Results 21 Unity-Contacts-List issues
Sort by recently updated
recently updated
newest added

Hey, i downloaded this asset and works perfectly. My doubt is regarding the SEND_SMS permission. Is this really necessary? In the end, we only access the Contacts. If I remove...

even when i have set the runtime permissions for the three(read sms, contacts and phone state), the app crashes on android of Api 31, what could be the reason?

``` public void getContactList() // this function is executed on button click { Contacts.LoadContactList(onContactLoadDone, onContactLoadFailed); } void onContactLoadFailed(string reason) { ContactfailString = reason; } void onContactLoadDone() { Debug.Log("Contacts loaded"); foreach...

Hello I tried to debug the following is showing at console Exception: Field currentActivity or type signature not found UnityEngine._AndroidJNIHelper.GetFieldID (System.IntPtr jclass, System.String fieldName, System.String signature, System.Boolean isStatic) (at :0)...

The readme says you can access contact photos along with names/numbers, but I don't see how this could be since contacts are stored in UM_iContact objects, which have no Photo...

when i'm run game in device the game is unfortunately stop.

it works perfectly but i phase a issue and that is when i debug.log a text string which is contain all the contact details it prints only 8(from 0-7 index...

Hello, Your plugin works great here, getting contacts from Android and IOS. The only trouble im having is then the person has a really large number of contacts. For example,...

I don't know if anyone else has experienced this but for android if the user denies the permissions it crashes your application. As a precaution I would suggestion checking the...

You should have the messages that pop up on screen to reasons why the permissions needed to be configurable, especially for IOS since they are more picky about these things....