Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 571 Bytes

QUESTIONS.md

File metadata and controls

21 lines (18 loc) · 571 Bytes

WeChat Not Installed on iOS?

if you have installed WeChat on your iPhone but you still catch an exception called "wechat not installed",just add the following code to your info.plist:

<key>LSApplicationQueriesSchemes</key>
<array>
<string>weixin</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>

Can't Launch WeChat on Android?

Check your signature please.

Failed to notify project evalution listener

Failed to notify project evalution listener