Sending SMS in lua files - lua

I am trying to send a SMS from a lua script.
I researched and found the native.showPopup, but I want to send the SMS from the app itself, not composing it!
Can you help me?
thanks.

Try
url = "sms:1-234-456-6789?body=Hello%2C%20World!"
system.openURL(url)
The current system.openURL() docs in Corona Labs doesn't mention "sms" as valid URL type but I've seen this mentioned elsewhere.

There is no way to do this. You might be able to do it with Corona native which is free now.

Related

Call/SMS logs in iOS?

Kindly read before downvote my Question I know that this question has asked may times. I want to get count/time/duration of incoming and outgoing calls and sms in my application. I have searched a lot, but got same answer (not possible at least for non jailbroken devices).Than I found a solution:Link but no luck with iOS5 and onwards.
Although there are application like "Spyzie" Spyzie video url: which provide the same services. So there are any other way to get from iCloud or somewhere else. ?
Your help and suggestion would be appreciated.

Entering website pushes notification on iPhone

I want to make a Simple App. I’m a beginner in Swift, with Just basic knowledge, But I’m Very Good at PHP and JS, So basically, programming is not foreign to me.
The App should cowork with my website and it should do Only one thing. When person visits my web, I get a notification on my iPhone. Simple as that, yet I have no idea how to make it.
Any ideas, recommendations?
Any help Appreciated.
Thanks.
Dave
I think the easiest way will be to use OneSignal service for Push Notifications. When somebody enters your site, you call method on OneSignal API via your PHP code. And it sends push to your app.
OneSignal API is here:
https://documentation.onesignal.com/docs/onesignal-api
Documentation about iOS integration is here:
https://documentation.onesignal.com/docs/ios-sdk-setup
It is free and easy to use.
That would require a bit of PHP and SQL (and everything similar). You can check out Google Analytics.

Integrate Whatsapp URL Scheme into an app

Hello Folks at Stack Overflow from all over the world! Hope you're all doing pretty well! I have a quick question to ask. Has any of you found out or knows about a workaround to get a Whatsapp URL scheme to open a screen to draft a custom message and specifying a custom contact as well. I have already read the documentation on the Whatsapp website using the abid (Address Book ID) or text parameter but this does not lead me anywhere. if we want to send a custom email for instance we simply use:
E-mail
Is there such a workaround with Whatsapp Messeger?
Any feedback on this will be greatly appreciated folks. Thank you.
I cant provide a solution for this problem, but I think, https://www.whatsapp.com/faq/iphone/23559013 as it describe the Whatsapp API.

How can I send sms with text by using phonegap on iphone?

I am trying to send sms on iphone.
But it works with only sms number well, but it doesn't work with sms number and text.
In other words, following works well.
Send sms
But it doesn't work.
Send sms
I am using phonegap now, if you know its reason, please help me.
Cheers.
I don't know if this the case but you misspelled "href", you wrote instead "herf"
Use this SMS composer plugins for phonegap, its working fine for me.
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/SMSComposer

feedback form in iOS app - allowed?

Would anyone one know if Apple has restrictions on providing a user feedback/bug report form within an app? I've searched around but haven't found anything very clear. Might seem a dumb question but I don't want to waste time on it if it is not allowed.
Also, assuming it is allowed - I guess I would do it through a server-based php script, rather than trying to wire it up through the user's email. I am not trying to capture the user's email or anything like that - just feedback/bug responses.
Cheers!
I believe companies like Uservoice and GetSatisfaction have mobile sdks for submitting feedback about apps.
Uservoice lets people submit anonymously, GetSatisfaction requires an account.
You can do this however you would like, lots of apps support emailing feedback but if you prefer to put in the work you could also do custom fields and have it simply send the response back through your own server.
Yes, it's allowed, and there's nothing to stop you doing it through email either - what is the difference between emailing a bug report using MFMailComposeViewController and emailing anything else?

Resources