11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
14件のうち 1 - 10を表示中
ユーザーレビュー
表示順
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
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
言語選択
Copyright © 2026 Unity Technologies
全ての表示価格には消費税は含まれていません