sms Questions

9

I'm trying to use Google's SMS Retriever API for Automatic SMS Verification. I have followed the directions here but my app is not receiving any SMS messages. Here is what I've done: I've added th...
Landrum asked 24/12, 2018 at 0:51

4

After running for 2 years without hitting any quota limits, My app is hitting a daily quota limit on login (firebase phone authentication) which is not allowing any users to use the app and saying ...
Chanda asked 12/3, 2021 at 19:55

4

I want to send sms to multiple numbers without opening to default messaging app. I try to use react-native-sms-x but its not maintained and my project just stuck at compiling. Also I used react-nat...
Article asked 27/6, 2018 at 18:22

4

Solved

When attempting to beta test my application with some external users, none of them could properly enter the app using the phone number sms verification. The developers could all use the application...
Granulite asked 29/9, 2017 at 14:13

25

Solved

How to use an html link to open the sms app with a pre-filled body? Everything I have read seems to indicate that sms:18005555555?body=bodyTextHere Should work, but on the iPhone, this doesn't wo...
Ambroseambrosi asked 25/6, 2011 at 20:55

3

Following is the code I have got for location redirect to SMS app when the user is on a mobile browser- window.onload = function() { window.location ="sms:12345?body=" + encodeURIComponent("TEST"...
Galvanometer asked 29/5, 2018 at 12:54

1

I have an reminder app which will send an SMS to notifiy the user that their reminder time has passed. This works well. However, I've been testing what happens when the phone has been asleep and mi...
Nephridium asked 3/6, 2012 at 11:28

15

I've been trying to get a new line generated in my SMS message sent from a PHP script. I've used \r\n, <BR> and some hex codes. No matter what I do the message comes to my phone without line ...
Bignoniaceous asked 18/8, 2010 at 3:16

10

Solved

I am trying to create an application for monitoring incoming SMS messages, and launch a program via incoming SMS, also it should read the content from the SMS. Workflow: SMS sent to Android devi...
Pathognomy asked 17/8, 2011 at 7:38

2

Solved

So this is my BroadcastReceiver public class IncomingSMSListener extends BroadcastReceiver { private static final String SMS_EXTRA_NAME = "pdus"; @Override public void onReceive(Context context, ...
Witte asked 15/8, 2011 at 2:58

23

I have a question about an intent... I try to launch the sms app... Intent intent = new Intent(Intent.ACTION_MAIN); intent.setType("vnd.android-dir/mms-sms"); int flags = Intent.FLAG_ACTIVITY_NEW_...
Morbific asked 3/3, 2010 at 14:55

14

Solved

I want to send a sms with Android. What is the intent for SMS sending? I want to show the compose sms view with my pre-define text passing over in message field.
Amnesty asked 11/2, 2011 at 9:33

0

Google is promoting and using RCS in its messaging app. As a consequence, it would be good (mandatory ?) for third party SMS apps to support RCS. I have developed an SMS app in which I sometimes 'e...
Floatable asked 26/10, 2023 at 12:2

5

I have an application, which has to listen for specific SMS. So far easy. But when I receive the message, it's multipart. Is there a proper way to receive the SMS as one message? Now my activity...
Bluebonnet asked 29/11, 2010 at 16:58

1

I am using the code below to try to send an MMS message with python-messaging https://github.com/pmarti/python-messaging/blob/master/doc/tutorial/mms.rst Although the connection seems to go smoothl...
Sailcloth asked 5/1, 2019 at 16:52

4

Solved

Could someone in the know tell me what kind of control I have on the formatting of SMS messages? For example, bold text or carriage returns etc? Carriage return would be most important to me I sup...
Adela asked 27/6, 2011 at 14:30

4

Solved

My web app sends an SMS text message to users in the US when they enter their phone number, using the Nexmo API. When the SMS contains a link, it does not get delivered to users if their carrier is...
Procathedral asked 13/3, 2014 at 15:10

5

Solved

I am using SIM900 GSM module connect to my AVR Microcontroller. I tested it with FT232 to see transmitting data. First Micro sends AT it will response OK AT OK AT+CMGF=1 OK AT+CMGS="+9893XXXXXX" r...
Gwendolyngweneth asked 3/2, 2014 at 8:38

9

Solved

I'm working on a project to sync sms received in a Android phone to a online database. I can get sender's number by calling getOriginatingAddress() method. But I can't find any solution to figure o...
Livre asked 13/3, 2016 at 9:45

4

Solved

I am trying to implement Sms Retriever for fetching an otp from user mobile without having any SMS permission. Initially, I have generated a hash key with the keystore(.jks) by using keytool as d...
Okra asked 29/5, 2018 at 16:26

3

Solved

I generated Hash from AppSignatureHelper class which works for debug build, same didn't work for release build, so I generated a hash using keystore and alias using command https://developers.googl...
Haskins asked 16/1, 2019 at 11:26

3

Solved

I am trying to build a simple app that will wait until a new SMS arrives, extract and process the data from it. The application should run in the background. The GUI has a single switch element to ...
Groupie asked 4/3, 2017 at 17:54

5

Solved

I am trying to take a large block of text and split it into multiple strings that are 148 characters each, while avoiding cutting off words. I have this now, which is splitting words: var length...
Joist asked 2/10, 2011 at 5:3

2

Solved

When I pass extras to a PendingIntent, the message is never received by the sendBroadcastReceiver, because the onReceive() method of this BroadcastReceiver is never called. Why is this happening? ...
Sparker asked 28/1, 2013 at 21:28

8

I would like to be able to send a SMS from my Android phone while it's connected to my computer using the following ADB commands adb shell am start -a android.intent.action.SENDTO -d sms:CCXXXXXXX...
Chobot asked 10/7, 2013 at 20:22

© 2022 - 2025 — McMap. All rights reserved.