码迷,mamicode.com
首页 > 微信 > 详细

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

时间:2017-01-20 22:11:39      阅读:1266      评论:0      收藏:0      [点我收藏+]

标签:文件   pes   open   not   注册   分享   gem   pen   项目   

#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

 

技术分享

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

<key>LSApplicationQueriesSchemes</key>

<array>

<string>weixin</string>

</array>

 

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

标签:文件   pes   open   not   注册   分享   gem   pen   项目   

原文地址:http://www.cnblogs.com/luorende/p/6323289.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!