Links to open apps in iOS

后端 未结 2 2057
陌清茗
陌清茗 2021-02-20 12:09

I want to open apps using a link. So when you tap a link in safari, you open an app.

I had already found these links:

Message  --- sms:
Maps --- maps://
         


        
2条回答
  •  醉话见心
    2021-02-20 12:58

    Have to many possibility, here there a calling from Safari from developer.apple.com:

    iPhoneURLScheme Reference

    Here there a youtube dev for chrome mobile

    Youtube scheme for chrome

    This Is for Linkedin: linkedin://profile/{id}

    The best way to get all information is to learn the PhoneGap Scheme, and if you want with phoneGap you can try to convert your web app in to a Partial Native app in Xcode.

    Hope this help you.

提交回复
热议问题