vin*_*047 6 interstitial ios firebase swift firebase-authentication
使用 Firebase 电子邮件链接身份验证(无密码)时是否可以跳过以下插页式页面?目前,无论是否安装该应用程序,都会显示此页面。我宁愿跳过它并直接打开应用程序(如果已安装),否则重定向到应用程序商店页面。
这是我当前使用的代码:
let actionCodeSettings = ActionCodeSettings()
actionCodeSettings.url = URL(string: linkToAppStorePage)!
actionCodeSettings.handleCodeInApp = true
actionCodeSettings.setIOSBundleID(Bundle.main.bundleIdentifier!)
Auth.auth().sendSignInLink(toEmail: email, actionCodeSettings: actionCodeSettings) { error in
...
}
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
311 次 |
最近记录: |