2

according to the Google’s SMS retriever API, the SMS message should start with the <#> prefix, but it's working well for me without it (on multiple phones and system versions). Has anyone ever encountered that and knows why it's possible?

https://android.jlelse.eu/googles-sms-retriever-api-6540eb3c8e9c

wlodku
  • 21
  • 1

1 Answers1

2

Google has removed the prefix from their API documentation. But I don't know when it was changed.

Here is their latest example of the message content. (https://developers.google.com/identity/sms-retriever/verify#1_construct_a_verification_message)

Your ExampleApp code is: 123ABC78


FA+9qCX9VSu
soy
  • 143
  • 1
  • 9