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?
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.
|
|
|
Cheers |
|||
|
|
|
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. |
|||
|
|
