Opening facebook page and app store using ionic 3 in iOS

Hey Guys,

I wanna open my facebook page link using the ionic: It’s working in Android using:

window.open('fb://page/620967164688741', '_system')

and through some tutorials I came to know that in order to open Facebook page, use the:

window.open('fb://profile/620967164688741', '_system')

But even after doing that, I’m unable to open.

And same goes with open the store, on Android it’s working fine but again issue on iOS. Below is the code:

let promise = this.market.open('com.teach9.teach9');

Can someone correct me where I’m making mistake?

Use InAppBrowser I think it will help u. Link - https://ionicframework.com/docs/native/in-app-browser/ or use iframe .

To open App Store on iOS do not use app package name but app id from store.