Twilio Verification SDK for Android

You can also have a quick start from an empty project following the steps described here

Setup

Token server address

You will need to specify where is the server that will provide the JWts. The backend sample can be directly deployed from this repository.

Follow the steps described in this tutorial to easily deploy a sample server

Then you can point your app to that server by providing the url in strings.xml

<string name="default_endpoint">https://{YOUR_SERVER}.herokuapp.com/verify/token</string>

Read verification codes without requesting sms read permissions

To setup automatic input of verification codes in your app please refer to this guide

For further information please contact us