I am working on the SMS Retriever API.I has successfully initiated the process with out current app signature but we need to upgrade the signature soon. When we will do so, two app signatures will run on the users devices (the old signature for app updates and new signature for new installs).
I don't sure how to implement SMS Retriever API with 2 different 11-character hash strings base on the two signatures.
Can I generate one hash from two different signatures? Or, what is the best way to handle those 2 hash strings for the same app?
Thanks in advance.
We have solved it by sending 2 hashes in same SMS. Hope this will help to others. Thanks.