Is it possible to read SMS from device in Smartface App Studio - smartface.io

Is it possible to read messages(SMS) from device inbox from app using Smartface. Need to implement this for OTP message fetching automatically.
Can any one help in this.
Thanks in advance.

Do see this link if it helps you :
https://www.smartface.io/developer/guides/device/telephony/

Related

Sending Mail without User intervention in Android Application

I'm using the steps and code in the below link
Sending Email in Android using JavaMail API without using the default/built-in app
It works for me in Emulator but it is not working in Real Phone devices.
Also there are no errors and no warnings.
Can anyone please help me in rectifying this.
Thanks in Advance.

Import SMS from iPhone into iPhone App

I have 10 messages in my iPhone.I would ilke to get those messages into my iPhone app.So kindly tell me how to do this.
Thanks and Regards,
Srinu Ambati
It's not possible using the official SDK.
For reasons of security and privacy, I think it is not possible to read SMS from iPhone with a third party application. However if you want to save your SMS, it seems that a solution exists with this tutorial
Apple restricts this behavior because of privacy politics. All messages are stored in /private/var/mobile/Library/SMS/sms.db file and you can't get access to it without jailbreak.

To read Email via POP3 using iPhone SDK

I want to read the Email by giving username and password via POP3 using iPhone SDK for iPhone 4.0. Whether its possible to do it. If not can any body give me any link or open source to do achieve this functionality.
Thanks in Advance.
No, this is not possible without using a complete POP3 library (and I'm not aware of any that exist for iPhone). There's nothing in the SDK that will give you this for free.

How can we send MMS attachments from our iPhone application?

In my application i want to send a attachments, Test through MMS. How can we do it using iPhone SDK. Please help me out.
Thank you
Unfortunately you can't, at least not in a supported way that you would get away with on the App Store.

How do I send a very simple status update with the iPhone SDK?

I'm building an app that will allow the user to send a status update to twitter about something they have done in the app.
What is the easiest way to authenticate the user in the settings and have the app update their status when they tap a button?
Any help/ sample code is greatly appreciated.
-GVG
PHP/ iPhone SDK Developer
http://gilesvangruisen.com/
I think a lot of people use the source code from Matt Gemmell:
http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa
That should be a good starting point.