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?
|
|
Would use ShareKit, this gives you Email, Facebook and twitter. Which will give the largest exposure. |
|||
|
|
|
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 |
|||
|
|