평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
1 - 10 / 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
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members