I had the same problem and in my case, it was that I didn't set the dynamicLinkDomain (it isn't on the firebase example).let actionCodeSettings = ActionCodeSettings()actionCodeSettings.url = URL(string: "https://XXXXXX.page.link")actionCodeSettings.dynamicLinkDomain = "XXXXXX.page.link"actionCodeSettings.handleCodeInApp = trueactionCodeSettings.setIOSBundleID(Bundle.main.bundleIdentifier!) 这篇关于Firebase动态链接无效并被阻止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-28 02:09