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

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

registerApp Error(ios) #171

Closed zhaokgithub closed 1 year ago

zhaokgithub commented 3 years ago

Error: WeChat API invoke returns false.

cxjhk commented 3 years ago

同问 该问题

junyongNie commented 3 years ago

WeChat.registerApp('appid', 'universalLink');

// 在 IOS 上,universalLink 必须填写,因为 WeChat SDK 需要它,你可以乱填一个合法的网址格式,比如你的APP接口地址。