问题描述
我正在实现动态链接,并且一切正常,除了在我的项目设置中,我还更改了"Team ID"(又名"AppStore App Prefix").
I am implementing dynamic links and everything works well, besides that in my project settings I changed the "Team ID" aka "AppStore App Prefix".
如果我访问myproject.page.link/apple-app-site-association
,它仍然会给我旧的团队ID,并且我担心在发布该应用程序后可能会中断动态链接.
If I visit myproject.page.link/apple-app-site-association
it still is giving me the old team ID and I am worrying that could break dynamic links later when the App is being released.
更新需要时间吗?还是我有办法强制刷新值?
Does it take time to be updated? Or is there a way for me to force a refresh of the values?
谢谢.
推荐答案
它已缓存,因此可能需要一些时间.如果您在一天之后仍然看到它,请向Firebase支持人员提交票证,该票证可以将其路由到动态链接小组: https://firebase.google.com/support/contact/?category=troubleshooting
It is cached, so can take some time. If you're still seeing it after a day, please file a ticket with Firebase support who can route it through to the Dynamic Links team: https://firebase.google.com/support/contact/?category=troubleshooting
这篇关于Firebase更新apple-app-site-association的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!