Deuque / TwilioPhoneVerify

A Package that helps in verifying phone numbers and email addresses using Twilio.
BSD 3-Clause "New" or "Revised" License
5 stars 14 forks source link

Set app hash #9

Open 3dr14n opened 3 years ago

3dr14n commented 3 years ago

Hi, is there a way to programmatically set app_hash using this package? I wanted to:

  1. Generate android app signature in my app.
  2. Provide that signature as app_hash to this package's initialization.
  3. That app_hash should be sent together in the verification SMS message using this format Your ExampleApp code is: 123ABC78 FA+9qCX9VSu as defined here SMS Verification API.

Thanks in advance!