【发布时间】:2017-09-30 16:21:25
【问题描述】:
在documentation 中,它说将以下行添加到我的AppDelegate.swift:
// Set deepLinkURLScheme to the custom URL scheme you defined in your
// Xcode project.
FIROptions.default().deepLinkURLScheme = self.customURLScheme
据我了解,这应该与您在info.plist 中放置的链接相同。但是,我很困惑为什么在quickstart-ios repo 中他们决定将其设为“dlscheme”。
谁能帮我理解这个方案到底是什么?
【问题讨论】:
标签: ios xcode firebase firebase-dynamic-links