You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I migrate my app from cordova to capacitor. App redirected to native Wechat app, but I can't get a response for both Android and iOS. Please give me solution to solve this problem. Thanks.
Here is my code: const scope = 'snsapi_userinfo'; const state = '_' + (+new Date()); Wechat.auth((response: any) => { console.log(response) }, (err: any) => { console.log(err) })
plugin version:
"cordova-plugin-wechat": "^2.9.0"
The text was updated successfully, but these errors were encountered:
I migrate my app from cordova to capacitor. App redirected to native Wechat app, but I can't get a response for both Android and iOS. Please give me solution to solve this problem. Thanks.
Here is my code:
const scope = 'snsapi_userinfo';
const state = '_' + (+new Date());
Wechat.auth((response: any) => { console.log(response) }, (err: any) => { console.log(err) })
"cordova-plugin-wechat": "^2.9.0"
The text was updated successfully, but these errors were encountered: