(已解决)#warning:尚未配置[微信]URL Scheme:wx4868b35061f87884, 无法使用进行授权。

#warning:尚未配置[微信]URL Scheme:wx4868b35061f87884, 无法使用进行授权。 (说白了就是注册白名单)

” -canOpenURL: failed for URL: "weixin://app/wx4868b35061f87885/" - error: "This app is not allowed to query for scheme weixin"  “

此error源自iOS9 URL Scheme 特性,需将指定域名加入白名单,解决此问题分两步:

一:在项目info 设置下 找到URL Types 选项下的 URL Schemes 添加其注册的 微信APP ID

 

(已解决)#warning:尚未配置[微信]URL Scheme:wx4868b35061f87884, 无法使用进行授权。

二:在info.plist文件中添加如下代码

<key>LSApplicationQueriesSchemes</key>

<array>

<string>weixin</string>

</array>

 

(已解决)#warning:尚未配置[微信]URL Scheme:wx4868b35061f87884, 无法使用进行授权。

上一篇:PC到移动是逆风,移动到PC是顺风(转载)


下一篇:使用Nibernate遇到的一个错误 Could not compile the mapping document: eDirectory.Domain.Mappings.Customer.hbm.xml