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

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

分享网页,调试版本正常,正式版提示:当前微信版本不支持该功能 #243

Closed ShaoGongBra closed 1 year ago

ShaoGongBra commented 1 year ago

全网居然搜不到一模一样的问题

ShaoGongBra commented 1 year ago

经测试,开启了这个选项就无法分享,需要怎么处理 enableSeparateBuildPerCPUArchitecture

ShaoGongBra commented 1 year ago

1.0.27的版本

ShaoGongBra commented 1 year ago

经研究加入下面的混淆就能分享

-keep class com.tencent.mm.opensdk.** {*;}

-keep class com.tencent.wxop.** {*;}

-keep class com.tencent.mm.sdk.** {*;}