-
- 使用版本:react-native 0.63.2 + xcode 11.6,配置环境IOS开发环境
- 问题一:`react-native link react-native-wechat-lib`,按文档[Build Setup for iOS
](https://github.com/little-snow-fox/react-native-wechat-lib/blob/master…
-
(base) PS C:\ProgramData\Anaconda3\wxRobot-master> python ./wx_robot.py
Traceback (most recent call last):
File "./wx_robot.py", line 8, in
from api.wxapi import *
File "C:\ProgramData\A…
-
pingpp版本2.2.32
微信WechatOpenSDK 1.8.7
在 func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> …
-
-keep com.xiaobu121.xiaobu.xiaobu_android.wxapi.WXEntryActivity
急求帮助
-
I run Erlang.Parse.from_file on
https://github.com/erlang/otp/blob/master/lib/wx/api_gen/wxapi.conf
and get the error
```
failed: In wxapi.conf.copy, at offset 820: syntax error.
Erlang__Erl_…
-
![image](https://user-images.githubusercontent.com/29892736/67573390-caa64880-f76a-11e9-8974-fa5257851687.png)
-
``` java
Intent intent = new Intent();
String packageName = getPackageName();
ComponentName componentName = new ComponentName(packageName, packageName + ".wxapi.WXPayEntryActivity");
intent.setCompone…
-
按照文档加入下面这段代码
`- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url {
return [WXApi handleOpenURL:url delegate:self];
}
- (BOOL)application:(UIApplication *)applicatio…
-
if([WXApi isWXAppInstalled]==NO)
{
[SportProgressView dismissWithError:@"请安装微信" afterDelay:1];
return;
}
调用这个方法,在iphone6,ios10.2,判断不了用户是否安装微信,其实我手机是有微信的。
-
你好,像APP接入了微信登录、支付等,必须要在manifest里配置指定格式的Activity,否则可能无法正常回调,比如:
`
`
其中com.xxx.xxx是应用包名,以上信息配置到manifest里后,也会被XmlClassGuard混淆,会造成微信登录、支付异常,请问有办法能指定不混淆某些Activity吗?