gpt4 book ai didi

iOS 快速登录 Google Plus

转载 作者:行者123 更新时间:2023-11-30 13:03:37 24 4
gpt4 key购买 nike

在 iOS 9 SDK 上测试 google-plus-ios-sdk-1.7.1 时,调用 GPPSignIn.sharedInstance() 最终会在内部 Google Sign-In SDK 调用 canOpenURL 时崩溃

  2016-09-22 14:12:56.135 MCN[305:49025] -canOpenURL: failed for URL: "com.google.gppconsent.2.4.1://" - error: "This app is not allowed to query for scheme com.google.gppconsent.2.4.1"
2016-09-22 14:12:56.137 MCN[305:49025] -canOpenURL: failed for URL: "com.google.gppconsent.2.4.0://" - error: "This app is not allowed to query for scheme com.google.gppconsent.2.4.0"
2016-09-22 14:12:56.139 MCN[305:49025] -canOpenURL: failed for URL: "com.google.gppconsent.2.3.0://" - error: "This app is not allowed to query for scheme com.google.gppconsent.2.3.0"
2016-09-22 14:12:56.140 MCN[305:49025] -canOpenURL: failed for URL: "com.google.gppconsent.2.2.0://" - error: "This app is not allowed to query for scheme com.google.gppconsent.2.2.0"
2016-09-22 14:12:56.141 MCN[305:49025] -canOpenURL: failed for URL: "com.google.gppconsent://" - error: "This app is not allowed to query for scheme com.google.gppconsent"
2016-09-22 14:12:56.143 MCN[305:49025] -canOpenURL: failed for URL: "hasgplus4://" - error: "This app is not allowed to query for scheme hasgplus4"

添加此方案

<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.example.foo</string>
<string>com.googleusercontent.apps.1234567890-abcdefghijklmnopqrstuvwxyz</string>
<string>com-google-gidconsent-google</string>
<string>com-google-gidconsent-youtube</string>
<string>com-google-gidconsent</string>
<string>com.google.gppconsent.2.4.1</string>
<string>com.google.gppconsent.2.4.0</string>
<string>googlechrome</string>
<string>googlechrome-x-callback</string>
</array>

获取其他崩溃

2016-09-22 14:20:01.169 MCN[309:50443] -canOpenURL: failed for URL: "com.google.gppconsent.2.4.1://" - error: "(null)"
2016-09-22 14:20:01.171 MCN[309:50443] -canOpenURL: failed for URL: "com.google.gppconsent.2.4.0://" - error: "(null)"
2016-09-22 14:20:01.173 MCN[309:50443] -canOpenURL: failed for URL: "com.google.gppconsent.2.3.0://" - error: "This app is not allowed to query for scheme com.google.gppconsent.2.3.0"
2016-09-22 14:20:01.175 MCN[309:50443] -canOpenURL: failed for URL: "com.google.gppconsent.2.2.0://" - error: "This app is not allowed to query for scheme com.google.gppconsent.2.2.0"
2016-09-22 14:20:01.177 MCN[309:50443] -canOpenURL: failed for URL: "com.google.gppconsent://" - error: "This app is not allowed to query for scheme com.google.gppconsent"

最佳答案

我认为以下内容可能适合您。

<key>LSApplicationQueriesSchemes</key>
<array>
<string>com-google-gidconsent-google</string>
<string>com-google-gidconsent-youtube</string>
<string>com-google-gidconsent</string>
<string>com.google.gppconsent.2.4.1</string>
<string>com.google.gppconsent.2.4.0</string>
<string>googlechrome</string>
<string>googlechrome-x-callback</string>
<string>hasgplus4</string>
<string>com.google.gppconsent.2.3.0</string>
<string>com.google.gppconsent.2.2.0</string>
<string>com.google.gppconsent</string>
</array>

关于iOS 快速登录 Google Plus,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39637640/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com