Rjaibi Mejdi
Rjaibi Mejdi

Reputation: 6880

How to display the description page of the AppStore inside my iOs Application?

I want to show from my application (iOS or Mobile Web Site if possible) the AppStore description page without opening the AppStore application, like facebook do. See images below for exemples:

When we clic below a AppStore Description page in opened inside the facebook application

==> Result

AppStore Insite facebook Application

Thank you for helping me

Upvotes: 1

Views: 661

Answers (1)

Pawel
Pawel

Reputation: 4715

This is a feature available in iOS 6. You should take a look at the SKStoreProductViewController class available in StoreKit framework.

According to docs in order to display an app store link within your app you will require an iTunes Product Identifier. For further reference please refer to aforementioned documentation.

Upvotes: 4

Related Questions