sms Questions
4
Solved
I am looking for a way to send an SMS using .net applications without using any third party services, like SMS Gateways, etc.
Is there a simple method which I can use to send messages for free at n...
5
Solved
Hello I search a simple example (Android and iOS) to send SMS with this package
https://pub.dartlang.org/packages/url_launcher
In the plugin page I only see how to open sms native app with phone ...
2
Solved
Scenario: We are sending SMS to particular number if user grantees the SMS permission.
Devices: Only Samsung devices with Android 11.
Code:
SmsManager.getSmsManagerForSubscriptionId(subscriptionId)...
Logogram asked 17/11, 2021 at 10:54
1
I am using 0.66 (and also tried 0.68rc4) and am unable to get the autofill for otp to work on Android. Here is the component I have
<Input
...
autoComplete="sms-otp"
...
/>
I tr...
Lundberg asked 25/3, 2022 at 17:49
9
I want to try to send SMS to a cellphone in Austria. I have set up a free trial Twilio account to do so. however, my Twilio account seems not to be capable of doing so. but I think it should be pos...
2
Solved
Hi I have the following broadcast receiver so my activity is told when I receive an sms message. The only thing I haven't been able to figure out is how to get the id of the new sms. How can this b...
Bouncy asked 13/6, 2013 at 20:55
3
I have a React web application (utilizing aws-amplify) which is connecting to AWS Cognito User Pool for authentication.
User of my application can optionally enable SMS MFA from settings.
I tried t...
Quickel asked 22/12, 2021 at 8:44
5
Solved
Is there a python library for encoding ascii data to 7-bit GSM character set (for sending SMS)?
4
I have an App that makes use of Firebase Authentication using phone SMS verification and recaptcha (no APNS)
The App works fine with the Authentication process if you are using iOS 11.4.1
However...
Magical asked 28/9, 2018 at 3:40
3
I'm trying to use AWS world wide messaging service using C#/.Net Core.
However I do not receive the message in my phone number. Below is the code:
public static async Task<PublishResponse> ...
Froe asked 19/5, 2017 at 20:0
13
I want to retrieve the SMS messages from the device and display them?
2
I am trying to enable SMS message delivery logs in AWS SNS. But no matter what I do I get this error:
Couldn't set text messaging attributes. Error code: AuthorizationError
- Error message: You are...
Abednego asked 19/5, 2021 at 23:19
4
I'm developing an app that allows users to add people, info, and Name/phone, or select multiple numbers from their iPhone contact list to send SMS messages to the selected numbers. the problem is T...
5
How do I send SMS to multiple recipients using SMS url in iPhone?
I am trying this but it doesn't work. Is there any way to send or not?
<a href="sms:phone number">sms</a>
2
Normally our application is sending transactional SMS via us-west-2 and us-east-1.
Sending limits are not exceeded.
Some days ago sending transactional SMS stopped working. About 12 hours later th...
Impregnable asked 26/2, 2018 at 8:56
10
Solved
I'm trying to share some text using an intent:
Intent i = new Intent(android.content.Intent.ACTION_SEND);
i.setType("text/plain");
i.putExtra(android.content.Intent.EXTRA_TEXT, "TEXT");
and war...
Launder asked 30/3, 2012 at 18:16
1
I am developing an app which dials some USSD and waits for SMS related to them. It uses both SIM slots in a dual-SIM phone. I need to identify which SIM (e.g. slot index) received a particular SMS....
Touchback asked 13/2, 2022 at 17:10
4
Solved
I long time searched the internet for a guide how to send sms by command line with Huawei E3131 and HiLink on a debian based linux system. All of them not worked. It seems, that there was an update...
Tenter asked 24/6, 2016 at 15:11
9
Solved
I was wanting to know if Android had a similar feature to the iPhone in that you can use an HTML A tag to send an SMS by setting the HREF attribute to the phone number you want to send the message ...
3
How to delete an SMS from the inbox in Android programmatically using flutter? anyone can help? Thanks for your helping
2
Solved
I have an app where users registers and enters their mobile phone and other data.
In order to verify that the user is valid, before i save it to my database, I send a sms to the user with a code. A...
8
Solved
I want to delete some certain SMS automatically in my Android application. Therefore I have a method which does exactly what I want it to do. However, it only works if I deploy the application dire...
8
I am working with an API of a certain sms service and I just want to know how to add a line break from php code in a plain text format to mobile?
Can someone help me?
Palua asked 28/9, 2011 at 17:53
1
I'm in Canada and our app is publishing different SMS. For example, we can send a test SMS to the user, we send SMS alert on different events, etc...
I see from this list that Canada does not supp...
Fibroid asked 22/3, 2018 at 15:32
12
Is there any way to access data from iPhone inbox(SMS) to ios application to do automatic OTP verification like the one in Android? I shall be grateful for your help.
Geer asked 22/9, 2016 at 5:49
© 2022 - 2025 — McMap. All rights reserved.