How to add share via email option in my iphone app - iphone

I want to add a feature of sending some text via email from my iphone app. please tell me how to proceed. plz tell the steps on how to send email from and to .
thanks

What you want is the documentation for the MFMailComposeViewController

A very cool, and easy way to gain this and other share features is to add ShareKit. It take 5 minutes to setup and lets you add Twitter, Facebook and others.

Related

How to share data in iphone from Telegraph to Whatsapp

In WhatsApp we can easily share the content with message app, mail, and even within WhatsApp.
But in Telegraph I cannot see this forward menu. I have tried to look in the settings for a permission option to allow Telegraph to share data with WhatsApp, but have been unsuccessful yet. Any guidance?
The answer is that it has to be done using a email or online repository as a two step process. And then re-post the data in Whats-app.

Add Facebook log-in button

Edicy.com doesn't support php and I was wondering what html code to add to enable Facebook log-in that doesn't require php.
I'm also wondering if I need to sign up as developer and get an ID in Facebook to be able to use the code.
Thanks in advance for any help!
Follow these steps:
You need to register as a developer here (free of course).
Then create an app from here. And configure the appropriate settings.
This will get you an app id, which is used in the code
Without PHP, yes of course, integrating the javascript sdk is too simple.
Integrate the facebook login from here - trust me too simple!
Rest, if you find any difficulty you'll find its solution here in stack!
I hope that helps. Good luck!

How to extract the gmail and yahoo contacts to my iphone application

I started with the new project where i have to fetch the gmail and yahoo contacts to my iphone Application, I googled a lot but didn't find any solution apart from GData, any tutorials or solutions would be very helpful.
Thanks in Advance
i have made demo using GDATA for gmail contact, you can download it from here
Also for yahho i have tried my best but i didn't succeed so my advice to you that don't work for yahoo it's very hard to import yahoo contacts in application then also if you want to try and get success then please inform me.
Let me know your review on this demo. one more thing you are able to run this demo only on iphone device, if you want to run it on simulator then you need to do some setting in project setting.
Also don't forgot to add you gmail id and password here
#define gmailID ""
#define gmailpass ""
Wish you best of luck.

How to find photos posted by users via my ios app

So, i have an ipad app(Xmas window) that allows users to post some postcards in their facebook publish stream. Is it possible to find these photos?)
Thanks
Please check this link.>>>http://www.huffingtonpost.com/2012/09/24/facebook-bug-private-messages-timeline_n_1909813.html
I never used this one so i am not sure. once we get the solution let me know to you.
Thanks

iphone app userid

I have an app where we want users to be able to send us email/info. This would be a standard template which will open up on a button click within the app.
I am struggling at the moment to find a legit way to do it. The problem is there are 2 things I need.
1) A way to let users send email to me
2) A way of knowing the person sending me mail is actually someone who has downloaded my app.
Does anyone know if there is a way to do this? Does apple give us information/user id's or email id's of poeple who have downloaded the app?
Many thanks in advance for any help with this..
PB
Here's a good example on how to send email.
As for identifying if they send it from your app, you might have to create some login feature on your own. I haven't heard of Apple providing IDs of users who have bought your app.