Questions tagged [sms-retriever-api]
53 questions
0
votes
1 answer
how to compute hash string for sms retriever API in IONIC v4
I'm implementing Auto OTP verification in Ionic 4 using ionic sms retriever plugin, and I am getting App hash string from getAppHash method for my sms template but its not working in release mode. So please suggest that how to solve this…

Shubham Tiwari
- 3
- 2
0
votes
1 answer
I added OtpBroadcastReceiver and registred it, but I can't seem to get the messages from it
Here is my fragment -
@SuppressLint("HardwareIds")
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
mPresenter = VerifyOtpPresenter(this)
androidId =…

Alon Shlider
- 1,187
- 1
- 16
- 46
0
votes
1 answer
hiding the hash in sms for smsRetreiver Android
I am using Secure Android OTP & Account Verification using the SMS Retriever API, In oreder for the service to work My incoming sms should be in the foloowing format:
<#> Your code is: 401947
FA+9qCX9VSu
With the <#> At the begging and the hash in…

Coder123
- 784
- 2
- 8
- 29
0
votes
0 answers
Is there a way to verify the sender of an SMS when using the SMS Retriever API?
I'm working on a banking application where part of the requirements involve disabling the OTP field and retrieving it from users phone automatically. The point of this is to prevent fraud in the event that a user naively gives out his/her OTP.
This…

mustapha jide
- 31
- 1
- 4
0
votes
1 answer
How can I run app in release mode using sms retriever api and upload to the google app store
I'm trying to test the app in release mode before uploading to Google Play Store but I'm getting an error like
"E/AsyncHttpRequest: Unhandled exception origin cause java.lang.ClassCastException: $Proxy0 cannot be cast to d.a.a.a.k.h".
If anyone…

Rohan
- 96
- 8
0
votes
0 answers
What is the best approach to pull SMS specific data and auto parse it in another app?
Every month, I need to manually take note of each bank transaction, so I would manage my expenses and savings. This is a day to day time-consuming problem.
I have done some research, but as a community, you might have been
through this in your…

abdulazizalmass
- 51
- 12
0
votes
0 answers
How many time I have to start startSmsRetriever to retrive SMS multiple time using SMS Retriever API?
I need to retrive SMS in different activities several times.
For SMS retrive I start smsRetriver in my activity.
SmsRetrieverClient client = SmsRetriever.getClient(context);
Task task = client.startSmsRetriever();
If I have to to do it every…

Anisuzzaman Babla
- 6,510
- 7
- 36
- 53
-1
votes
2 answers
SMS Retriver API not working on Playstore Derived Build
I have used SMS retriever API to auto-read OTP which is working fine until last week.
It stopped working suddenly when I have given latest update and also when we tested auto-read is working fine in original apk but not working in Playstore Derived…

Jaswanth Peddi
- 1
- 1