I'm trying to binding WeChat SDK into Xamarin using .jar file from WeChat SDK Downloads.
I had follow the tutorials from here. Unfortunately, I'm having these 2 issues when trying to rebuild the solutions:
Severity Code Description Project File Line Suppression State Error CS0102 The type 'BaseResp' already contains a definition for 'ErrCode'
Severity Code Description Project File Line Suppression State Error CS0102 The type 'WXMediaMessage' already contains a definition for 'MediaObject'
Can you guys give me some guidance please. Thanks in advance for help. :)