unity3d - How to access the device contacts list on Android using Unity c# -


is possible access android phone's contact list using unity c#?

the idea being that, inside our app, can view phone contacts , add them 1 @ time app.

maybe has come across plugin this?

yes it's possible. have create plugin connecting android native functions c# in order contacts , information. here (contact list plugin) example of plugin behaviour. little slow, can create own plugin manual (building plugins android). hope helps you.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

javascript - Which segment of a polyline was clicked? -

c# - Avoiding duplicate methods for Task and Task<T> -