Reputation: 12085
Since some weeks Facebook displays ads for apps in their iOS client. When you click on them the App Store apps detail page opens as a modal view controller inside the Facebook app.
I only know how do open App Store pages via their URL, but how to show a App Store page from inside your app?
Upvotes: 3
Views: 459
Reputation: 18561
You're looking for the SKStoreProductViewController. Here is a link to the docs :)
I also found this helpful tutorial :)
Upvotes: 6