Deferred Deep Linking in iOS

后端 未结 4 1847
感动是毒
感动是毒 2020-12-12 13:04

We\'re trying to implement deferred deep linking in one of our iOS applications to encourage users to invite their friends to use the app, and reward users based on how many

4条回答
  •  执笔经年
    2020-12-12 13:07

    My answer from HERE

    Apple no longer supports Deep Links. It is now called Universal Links and works a bit differently.

    Source

    Now that Apple no longer supports URI schemes for deep linking, developers must implement Universal Links in order to deep link properly on iOS. If you are already using URI schemes, check out our blog on transitioning to Universal Links.

    From: HERE

    And HERE is another article on Universal Links and what they are.

提交回复
热议问题