identity-samples icon indicating copy to clipboard operation
identity-samples copied to clipboard

Sms onReceive not getting triggered on Nexus 5.

Open codingjeremy opened this issue 6 years ago • 0 comments

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.

codingjeremy avatar Sep 10 '19 20:09 codingjeremy