Store the message deleted in IOS [closed] - iphone

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am trying to create an iPhone app that will take a backup of my message(when I delete any message) on my server using web service. Is it possible to identify when user delete some message and to get that message?

No you can't no access the messages.
All apps are sandboxed and you can't access data from other apps.

Related

iOS check programmatically if call forwarding is active or not [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want a button to be enabled in my app only when call forwarding is active in the device, but am not able to find any solution on the net. Is there any way we can check from an app if call forwarding is active or not?
Nope. That's all locked down by Apple. If there is a way to detect it, it's only through a private API, which will cause your app to be rejected from the App Store if you use it.

How to send the music file through sms from Xcode [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I had a requirement that I have to send music file trough SMS. Or we can send through MMS if possible.
You can not send file through sms. Current SDK does not allow MMS.
Rather you can use MFMailComposeViewController.

gmail integration in iPhone application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create an app in which I want to integrate Gmail through which user can get their emails in app. So how can I do this? Can anybody help me?
Try this Project
http://code.google.com/p/gtm-oauth/

What type of data can I pull from an iPhone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have analytics on my phone to get some use info. Right now I get info such as UDID, iOS Version, and hardware version. But what else can I pull?
Use a specialist analytics package such as Flurry and you will be provided with a wealth of usage and user information.

Making a facebook program [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I read that to make a facebook program you have to have a server. Is that true? I'm planning on making a facebook program but am wondering what kind of hassle it is.
Facebook just released integration with Heroku so that you can make an app without having to manage your own server. The post about it is here.