Universal links on iOS vs. deep links (URL schemes)

前端 未结 4 1850
北恋
北恋 2020-12-22 18:49

As I\'m reading, iOS 9 introduced Universal Links. In the \"Support Universal Links\" section in Apple\'s App Search Programming Guide, it says that this is not exactly like

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-22 19:47

    Universal Links replace URL/URI schemes?

    In Apple's Ideal World, YES!


    Universal Links is a type of deep links?

    Because Apple force to developer user Universal Links in order to deep link. So, Universal Links is a type of deep linking by Apple. But if you see Facebook lasted SDK they implemented own WebView in order support deep linking in iOS 9.0 +. So, for Apple Universal Links better than deep linking.

提交回复
热议问题