Home > Mobile >  [in] WeChat can login authorization, but not the callback onResp function (entry Activity configured
[in] WeChat can login authorization, but not the callback onResp function (entry Activity configured

Time:10-20

Already done in accordance with the requirements for the official documentation (WXEntryActivity put, signature is correct, handleIntent also wrote, also registered the App), jump to properly WeChat App authorization page, but returned in WXEntryActivity onCreate handleIntent error:

MicroMsg. SDK. WXApiImplV10: handleIntent fail, the ex=println needs a message

A lot of search on the net also after many attempts, such as wxapi. CreateWXApi (this, appid. False) last parameter to true, and so on, but still to this fault,
But WeChat pay can normal callback, so is WeChat login, can't share when the callback,
Card here, don't move a muscle, now very try so hard, the hope can help you know, thank you

CodePudding user response:

Or where I can find a WeChat opensdk source, I'll see if can also

CodePudding user response:

To solve the problem myself, also wrote a blog post, the hope can help people with the same problem!

https://blog.csdn.net/Livart_Corp/article/details/94354236
  • Related