11000+款5星资源
8.5万+用户参与评分
10万+社区成员鼎力支持
每款资源都经过 Unity 审核
显示 1 - 10 of 14
用户评论
排序
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 the permission, the plugin does not work.
But if i leave it, then Google asks me how do I use that permission when uploading the game in the console, since it's a sensitive permission.
Did anyone encounter this problem?
If so, what option did you choose for the "reasons" list for that permission?
Thanks a lot
这条评论是否有帮助?
1
0
Nice to have free assets:
But this one is completely broken on Android.
The issue is permissions on SMS as the last post mentioned.
"java.lang.SecurityException: getLine1NumberForDisplay: Neither user 10206 nor current process has android.permission.READ_PHONE_STATE, android.permission.READ_SMS, or android.permission.READ_PHONE_NUMBERS"
Would be good to have it fixed as i don't think this could be very a new issue.
Not tested with Apple either.
UPDATE:
I fixed the issue by using another FREE plugin :
https://assetstore.unity.com/packages/tools/integration/android-runtime-permissions-117803
And the following code:
AndroidRuntimePermissions.Permission[] results = AndroidRuntimePermissions.RequestPermissions("android.permission.READ_PHONE_STATE", "android.permission.READ_SMS", "android.permission.READ_CONTACTS");
if( results[0] == AndroidRuntimePermissions.Permission.Granted && results[1] == AndroidRuntimePermissions.Permission.Granted && results[1] == AndroidRuntimePermissions.Permission.Granted)
Debug.Log( "We have all the permissions!" );
else
Debug.Log( "Some permission(s) are not granted..." );
这条评论是否有帮助?
2
0
f
Good Work
7 years ago
farhanulhaq_teraception基于版本0.8
I had tried this plugin for my Android and iOS project. On both platforms it is working as expected.
这条评论是否有帮助?
0
0
H
Simple and works.
9 years ago
Henning_Justare基于版本0.8
Worked as expected, does retrive ALL contacts..
Have only tested it on Android.
Test scene provides all instructions needed.
这条评论是否有帮助?
0
0
高品质资源
11000+款5星资源
深受用户信赖
8.5万+用户参与评分
强大的社区支持
10万+社区成员鼎力支持