Hi, is there a way to programmatically set app_hash using this package? I wanted to:
Generate android app signature in my app.
Provide that signature as app_hash to this package's initialization.
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.
Hi, is there a way to programmatically set
app_hash
using this package? I wanted to:Your ExampleApp code is: 123ABC78 FA+9qCX9VSu
as defined here SMS Verification API.Thanks in advance!