Questions tagged [sms-retriever-api]

53 questions
2
votes
1 answer

unable to get 11 character long hash string for my android app

Docs Google's docs is not clear can someone please help me in this I already searched a lot no one is giving proper explanation about it. I've marked over lines which are making me confuse... like where to append the hex sting where to write the…
Hemendra Khatik
  • 371
  • 4
  • 22
2
votes
2 answers

Are google and huawei hash codes for SMS Retriever API calculated the same way?

We've got an android app with sms login feature. When user gets an sms message in the format of, for example "Your auth code: 1234 KLa37su2s0g", then the code "1234" is automatically inserted in the code prompt field. For android devices with google…
2
votes
2 answers

Error : package android.support.annotation does not exist in ionic 5 by using sms-retriever

I am using sms-retriver for getting app hash string and I'm getting an error package android.support.annotation does not exist And I resolved this error by changing import android.support.annotation.NonNull; above code to the below code import…
Daliya chacko
  • 129
  • 2
  • 6
2
votes
1 answer

Not receiving SMS content from the SMS retriever API despite message being received by device

I want to use the SMS Retriever API for automatically getting verification codes, but I'm not receiving SMS content from the API. I use an emulator for testing, and the SMS is sent to the device correctly, but my program cannot receive and use…
2
votes
1 answer

HASH string key on published APK in SMS Retriever API

A lot of these questions were asked. but none worked for me. Question: I was able to get the correct key using AppSignatureHelper.java in debug mode and all working as expected. And I've published my app on play store and used the same class on…
Fajar Khan
  • 952
  • 1
  • 12
  • 30
2
votes
2 answers

Android: Sms Retrieval Api does not get message from intent

I tried to implement the new Sms retrieval Api in my android application but I could not read the message correctly, my service gets called when a message is received but I cannot get the content of the message from the intent's extras. Here is a…
oziomajnr
  • 1,671
  • 1
  • 15
  • 39
2
votes
2 answers

Replace firebase phone authentication with sms retriever api for otp verification

so I'm new to android development (which doesn't mean that I don't understand other people's code, just hands-on experience wise) and currently working on an android app. The app was made by the previous person who left the job for which I was…
2
votes
1 answer

Google’s SMS retriever API is working fine without the <#> prefix. Why?

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…
wlodku
  • 21
  • 1
2
votes
1 answer

SMS Retriever API : SMSBroadcastReceiver not detecting otp received

I am using SMS Retriever API, I followed this tutorial Tutorial_Link. I followed all the steps correctly. Just a cheat code I used : I am sending and verifying OTP SMS from client side not from server. I am receiving the SMS, but my broadcast…
Priya Jagtap
  • 1,023
  • 13
  • 19
2
votes
1 answer

Play services version issue for SMS Retriever Api

I have already integrated SMS Retriever Api and its working fine on devices with latest play services (checked with play services version 16.x.x and above) The issue here is if I am running it on a device with Play Services 11.9.xx then the SMS…
1
vote
1 answer

Sms Retriever API not working because broadcast receiver to auto capture OTP is never called

I am trying to auto capture OTP using google smsRetrieverAPI (document here ) which captures the OTP from the message text provided message is starting form [#] and ending with app hash string for example NMjIX4ZCb0u Despite sending correct format…
1
vote
1 answer

Multiple App Signings With SMS Retriever API

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…
1
vote
1 answer

SMS Retriver API not working on Playstore Derived Build, But working in uploaded original build, Why?

I worked on SMS retriever API (React Native Application Version = 0.59.5) and it worked successfully for my earlier app versions on debug mode, release mode and Play store also using package react-native-sms-retriever V-1.0.3. But last time, I…
Sanjay BS
  • 11
  • 1
1
vote
0 answers

SMS Retrieve API react native

SMS retrieve API I am working with a react native android application in this application I am reading a OTP that is sent from the SMS gateway I am using SMS Read permission the application is working fine but when I am trying to upload it in…
1
vote
0 answers

How to use SMS Retriever in Facebook Account Kit SDK to auto-fill SMS in android?

I'm using Facebook Account Kit in my application to check the phone number verification it will be working fine, but when I receive the SMS from Account Kit I can't able to auto-fill. I know google changed the SMS retriever policy for the following…
Ram Suthakar
  • 275
  • 2
  • 15