How to open native iOS app (calendar, notes…) from a link on website?

前端 未结 3 1869
余生分开走
余生分开走 2020-12-02 19:16

Is it possible to open native iOS app, e.g. calendar or notes, from an HTML link which is in website? I tried to find an example but I couldn\'t. I ran into these URL scheme

3条回答
  •  离开以前
    2020-12-02 19:40

    Calendar and Notes do not have URL schemes. Apple provides a reference for those of their apps that do use URL schemes here:

    https://developer.apple.com/library/archive/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html

提交回复
热议问题