Format for verification SMS for AndroidΒΆ

If you use SMS wizard for the initial provisioning the app can process the verification code from the verification SMS automatically without having user retype the code manually and without SMS access permission.

To do this, the SMS needs to be properly formatted according to rules in Android SMS retriever documentation.

Specifically, the SMS must:

  • Begin with <#>

  • Be at most 140 bytes long.

  • Contain the verification code

  • End with 11 character hash string specific for your App.

Important

The hash for your application is displayed in the portal in step 3 under `App Hash String`.