little-snow-fox / react-native-wechat-lib

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
MIT License
653 stars 127 forks source link

iOS WeChat API invoke returns false. #224

Closed xhf3332 closed 1 year ago

xhf3332 commented 1 year ago

iOS 报错 [javascript] Possible Unhandled Promise Rejection (id: 3): Error: WeChat API invoke returns false. @http://192.168.31.228:8081/index.bundle?platform=ios&dev=true&minify=false:180300:

image
surethink commented 1 year ago

奇怪,我也是同样的问题。登录没问题

little-snow-fox commented 1 year ago

这种情况一般是因为你传递了错误格式的 universalLink 参数导致,如果你实在没 universalLink,你可以填一个 https://baidu.com 进去做测试

xhf3332 commented 1 year ago

这种情况一般是因为你传递了错误格式的 universalLink 参数导致,如果你实在没。universalLink,你可以填一个 https://baidu.com 进去做测试 谢谢。是的。universalLink 链接有点问题。