Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

in my iphone app, in about view, i want insert a button to suggest the application to other people, but i don't know how do this...(email? Facebook/Twitter? other?) What do you suggest? What the best way to suggest an application to a friend?

share|improve this question
Duplicate of stackoverflow.com/questions/6027304/… – Stack May 17 '11 at 7:51

2 Answers

Would use ShareKit, this gives you Email, Facebook and twitter. Which will give the largest exposure.

share|improve this answer

The simplest would probably be to create a button that would open up the mail program and insert a link to your app in the app store in the body of the email.

See this post which describes it well

How to link to apps on the app store

Email has the benefit of the user selecting specific friends/colleagues who would be interested, and so would be more likely to follow the link & download.

Some sort of social integration (twitter/facebook) would also be beneficial and has higher viral potential, even if it is less personal (possible lower % response rate) -- however this would require working with multiple platforms/SDK's and necessitate the user logging in to be able to post via their accounts.

You can read more about Facebook integration here:

http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app

Hope this helps

share|improve this answer
Thanks for help. I think i will use e-mail. – jason May 17 '11 at 7:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.