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, i'd like to add the option to "Gift" the app. Basically I like to add a button which pops up the username to whom i want to gift. Is this possible?

share|improve this question

2 Answers

up vote 1 down vote accepted


As far as i know this functionality is part of the App Store and there is no API to provide that functionality in-app.

Cheers
Shai

share|improve this answer

The best you can do is make the "gift" button open up the app store pointing to the app's page (which is still useful, IMO).

Once you have the web URL for your app, tell your UIApplication to open it and the user will land in the App Store app:

How to link to apps on the app store

Make sure you use the itms-apps:// hint below the accepted answer or you'll wind up with a double redirect which is annoying.

share|improve this answer

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.