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

牧云@^-^@ 提交于 2019-12-18 09:32:51

问题


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).

From the appstore, its not working because the download last more than this time From xcode build, if we open directly the app its working. If we build from xcode and then wait 5 minutes, its not working anymore

Any clue about this ? Its really bad because Branch base lifetime is about 2hours, and a 5 minutes lifetime make them kind of useless


回答1:


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 :)




回答2:


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.



来源:https://stackoverflow.com/questions/43491846/how-to-handle-lifetime-in-firebase-dynamic-links-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!