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

前端 未结 2 1342
失恋的感觉
失恋的感觉 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:14

    Ok, got the answer from support. I put it here for others people

    Hi Jonathan,

    Yes, the 5 minutes limitation is intended. I have brought your request to the attention of the engineers, but I can't share any details or timelines at this time.

    Thanks,

    EDIT: As said Todd Kerpelman Firebase was super reactive and update the lifetime to 60 minutes. Work perfect now ! Thanks :)

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

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