Tornike Kurdadze
Tornike Kurdadze

Reputation: 1035

Sms retriever API can't get sms info with starting with \u200b\u200b

I am using Google newly launched Sms Retriever API and it works fine when i receive message like this <#>code:32343 xxxxxxxxxxx but it doesn't work message like this \u200b\u200bcode:32343 xxxxxxxxxxx on my real device (htc one) it is weird that everything work fine on virtual device, so can you guys tell me what's wrong with my device?

API: https://developers.google.com/identity/sms-retriever/

Upvotes: 3

Views: 1577

Answers (1)

myfknoll
myfknoll

Reputation: 455

According google, the message need to fullfill following requirements:

  • Begin with the prefix <#>

Your "\u200b\u200b" is not the same, so it will not work obviously

See also: https://developers.google.com/identity/sms-retriever/verify

Upvotes: 2

Related Questions