How to handle lifetime in firebase dynamic links ? (iOS)

前端 未结 2 1343
失恋的感觉
失恋的感觉 2020-12-12 01:45

I have a question about dynamic links on iOS. We use them in our applications, and it seems that their expiration time is really short (about 5 minutes).

<
2条回答
  •  借酒劲吻你
    2020-12-12 02:17

    Some further detail:

    Yes, this 5 minute limitation was intentional as FeFe noted -- due to the way the Dynamic Links team is implementing this feature, the accuracy of dynamic links for non-installed apps tends to decrease over time, and they wanted to make sure there was good trade-off between time and accuracy.

    That said, I think they went too far in the "accuracy" direction, and after some discussion, the team decided to change this limit to an hour. Note that this value isn't set in stone and might be subject to change in the future, depending on feedback from developers and users. But I think 60 minutes should be a pretty good setting for most people.

提交回复
热议问题