Links to open apps in iOS

后端 未结 2 2061
陌清茗
陌清茗 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:51

    The apps would need to have a custom URL scheme registered in their info.plist. A registry site was launched a while back in an attempt to make it easier for developers to discover existing custom URL schemes: http://handleopenurl.com/ Unfortunately, the site has been blacklisted by Norton Safe Web, so click at your own risk.

    UPDATE: The site is no longer available. Click on the original link only if you want to fall into the vast emptiness of the web or visit the Wayback Machine at Internet Archive to see the site in its glory days.

    https://web.archive.org/web/20161128234603/http://handleopenurl.com/

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题