How to Programmatically check and open an existing app in iOS 8?

后端 未结 6 2013
执笔经年
执笔经年 2021-02-08 04:14

I want to check whether an app is present in my iphone or not. If it is present I want to launch it else open the App Store link of the app.

Please suggest the required

6条回答
  •  星月不相逢
    2021-02-08 04:55

    You need to use URL Schemes. The idea is as follows:

    Setting URL identifier to your apps makes it recognize by other apps. Just like that, the app you want to open need to have one custom URL identifier. Google it for custom URL identifier of your desired app. Use below link for reference on how to use URL Schemes.

    For Reference

    Site to check URL identifiers for apps

提交回复
热议问题