Twilio Verification APIにアプリケーションを登録する
For Twilio Verification SDK for Android to receive SMSs without requesting sms read permissions you will need to register your hash so that Google Play Services will be able to route the SMS to your app.
これが、SMS_READ
権限のリクエストを強要することなくGoogle Playサービスが開発者のAppにリダイレクトする方法になります。
To obtain your app’s hash you can use this script: sms_retriever_hash_v9.sh
使用方法:
./sms_retriever_hash_v9.sh --package package_name --keystore keystore_file
例:
./sms_retriever_hash_v9.sh --package com.package.name --keystore ./debug.keystore
The script will prompt you to input the keystore password. For debug keystores the default password is android
下記は、スクリプトの処理の遷移図になります:
Once obtained, browse to the Twilio Console -> Verify -> (application) -> Settings and add the hash in the Android SDK Hash Signature field then save it:
For more information about how to generate your app's hash string, check out Google's SMS retriever documentation
https://developers.google.com/identity/sms-retriever/verify#computing_your_apps_hash_string
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。