【问题标题】:Google Plus not working in iOS 10Google Plus 无法在 iOS 10 中运行
【发布时间】: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


【解决方案1】:

错误10814是针对,

启动服务数据库中没有应用程序与输入匹配 标准

Apple 从 ios 10 更改了一些 api 调用方法。

为了解决这个问题,你可以参考这个链接,

error 10814

希望这会对你有所帮助。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-04-22
    • 2018-06-13
    • 2017-05-01
    • 2015-08-17
    • 2017-10-26
    • 1970-01-01
    • 2016-12-29
    相关资源
    最近更新 更多