Iphone Messaging - iphone

Is there any way in IOS SDK that, i can access my mobile messages from my mobile inbox in my application.
If any one know please help.
Thanks in advance
Abhishek kumar srivastava

Other than being jailbroken or using Private APIs, no.

Related

Is it possible to read SMS from device in Smartface App Studio

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/

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.

Integrating weather information in iphone

Can anyone tell me the steps to integrate weather information into my iPhone App. I found some API's are there, but didn't found steps for this. Thanks in advance.
use google weather in php
see the link http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/
to iphone see old question in so :
https://stackoverflow.com/questions/1305127/free-weather-api
http://www.weather.com/services/xmloap.html

how to run J2me Apps on iphone ? Anyone can help me?

how to run J2me Apps on iphone ? Anyone can help me ?
If J2me Apps now can run on Iphone ? or is never ?
You cannot run J2ME app on an iPhone.
Apple refuses to authorize a Java plateform on iPhone, so it's impossible.
Not now. You need to convince Steve Jobs. His email address is publicly available; he's known to reply to some of them, more often recently than it was before.

Is there a way to configure email account on iPhone from code?

I'm quite new in iPhone development. I'm interested to configure email account on iPhone from code. Is it possible? Is there any API in SDK to implement this?
Thank in advance for your answers.
Regards,
M. Wolniewicz
Unfortunately, you cannot configure eMail accounts on an unjailbroken iPhone from code.