【发布时间】:2016-11-21 10:45:45
【问题描述】:
我遇到了以下问题,google plus 可以在 iOS 10 的 Xcode 8.1 中打开 url 方案
-canOpenURL: failed for URL: "com.google.gppconsent.2.4.1://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
2016-11-21 16:05:58.229 googlePlus[16034:206474] -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-11-21 16:05:58.238 googlePlus[16034:206474] -canOpenURL: failed for URL: "com.google.gppconsent.2.3.0://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
2016-11-21 16:05:58.240 googlePlus[16034:206474] -canOpenURL: failed for URL: "com.google.gppconsent.2.2.0://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
2016-11-21 16:05:58.242 googlePlus[16034:206474] -canOpenURL: failed for URL: "com.google.gppconsent://" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
2016-11-21 16:05:58.243 googlePlus[16034:206474] -canOpenURL: failed for URL: "hasgplus4://" - error: "This app is not allowed to query for scheme hasgplus4"
【问题讨论】:
-
有你在 KEYCHAIN SHARING
-
没有。为什么你告诉钥匙串共享
-
因为在 ios 10 中需要
-
感谢工作正常@NarendraPandey
标签: ios swift google-plus