Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to send SMS automatically in my app , How can i do it in swift ? I use MFMessageComposeViewController to send SMS but when i clicked button , It go to SMS page and ask me to send SMS, how it can do automatically?
iOS doesn't support sending SMS. It only support MFMessageComposeViewController to show SMS page.
If you want to send SMS , you need to use other service like
https://www.twilio.com/sms
https://docs.fabric.io/ios/digits/digits.html
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 days ago.
Improve this question
Caller entered 1234445566 in a gather widget I used widgets.gather.digits as the "send message to" value in the send_message widget. Twilio hungs up and stop executing the script when it trys to send the SMS. Error MSG 81011
changing the SEND MESSAGE TO {{contact.channel.address}} and the send works
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to record my voice and set it as a sound in local notification payload. Please let me know if there is anyone facing the same issue?
To play a recorded voice as notification sound you have to store the recorded voice data in Library/Sound/Filename
Please check attached screenshot of apple documments.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
My APP (In IOS platform) want get the message from SMS Inbox, how to do that? I also know that Google Glass APP can do that in iphone. How to get the message from SMS inbox in swift? thanks very much.
You can not acces the SMS inbox on iOS, there is no API for it in the Public iOS SDK. What Google Glass does is handle the notification of incoming message via the Bluetooth Profile, this not something you can do in an app.
We don't have any public API to get access SMS at the moment. Sorry to say this but it is practically impossible with public API as of now.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I try to test imessage for awhile by sending message from command line in Mac. If the receiver's apple account is activated with imessage, message sent successfully. Thus, could we check if receiver's email is activated with imessage ?
with osascript:
status and service type
osascript -e 'tell application "Messages" to return {service type, status} of (service of some buddy whose handle contains "buddy#mac.com")'
if you go in to imessage and type in the email, it will tell you if it is imessage or not.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
We are registerting our iOS application for APNS. After that APNS provide a deviceToken. Is there any process to get the iOS device registration URL on APNS.
I think No. You need your own server where you will put notification logic.