iOS注册SDK时一直提示wxlog:Error:register fail, WeChat scheme(weixin) is not be added to LSApplicationQueriesSchemes in plist!
这个已经设置过了,我也看到那个回答,说用这个来测试,[[NSBundle mainBundle] objectForInfoDictionaryKey:@"LSApplicationQueriesSchemes"];
确实得不到,但是可以得到bundle ID,所以我觉得不是info.plist的位置问题。
把weixin/weixinULAPI/wechat 写在最前面三个试试
wxlog:Error:register fail, WeChat scheme(weixin) is not be added to LSApplicationQueriesSchemes in plist
用不universalLink的版本就正常,请问怎么处理
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"LSApplicationQueriesSchemes"];获取到了,还是提示WeChat scheme(weixin) is not be added to LSApplicationQueriesSchemes in plist! 最后你怎么解决的
想问一下,同样在plist文件中获取不到LSApplicationQueriesSchemes 怎么解决的?
你好,请参考:https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409?highLine=sdk
自查一下。