android / identity-samples

Multiple samples showing the best practices in identity on Android.
Apache License 2.0
380 stars 227 forks source link

Sms onReceive not getting triggered on Nexus 5. #7

Closed codingjeremy closed 7 months ago

codingjeremy commented 5 years ago

Issue by amalChandran Wednesday May 23, 2018 at 06:51 GMT Originally opened as https://github.com/googlesamples/android-credentials/issues/28


Device name: Nexus 5, LG OS: 6.0.1 Android runtime: ART 2.1.0 Google play version: 12685022(Not able to update this on this phone)

I tested my implementation on the above device. It successfully starts the retriever, but I never receive any broadcast in the onReceive even after I receive the SMS.

I tried apps like Uber, etc that are using this feature on the same phone, none worked.

However, on other devices, my implementation worked as expected. On these other phones, the version of google play services is 12685025.

ashnohe commented 7 months ago

Closing as this issue is stale & it appears using a new version of Google Play services fixes this issue.