-
打补丁包的时候一直出错。显示we found loader classes are found in old secondary dex...后面基本是tinker的类。通过dex2jar发现,dex2里面确实是有tinker的类:
```
tencent.tinker
-android
-bsdiff
-commons
-lib
-loader
…
-
platform:android **4.4.2**
device:**sony xperia**
sdk version: libpingpp-**2.0.5**
目前仅在该设备发现此奔溃,在选择发起**支付宝支付**时,360安全卫士(**极客版**)提示app**获取应用列表的权限**,选择**禁止**后,只要调用支付宝支付就会崩溃。
目前只发现该环境会有获取应用列表的权限。
---
…
-
Modify the file AppDelegate.m, add the following code, this bug will disappear.
# import
- (BOOL)application:(UIApplication *)application
openURL:(NSURL *)url
sourceApplication:(NSString …
-
```
Crashed: com.apple.root.default-qos
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000010
-[UTDIDMain testInit]
Crashed: com.apple.root.default-qos
0 libobjc.A.dylib 0x180d2db90…
-
拉取dev分支代码,localmaven后,用的tinker1.74的版本,打补丁的时候,还是会出现了这一个问题。日志和配置的第三方库如下:
以下是tinkerpatchdebug日志
----------------------tinker build warning ------------------------------------
tinker will change you…
-
ios 支付成功后,但是没有回调参数给我。
我后台传过来的是字符串(&)
Your system information:
Cordova CLI: 6.2.0
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 1.2.4-nightly-1917
Ionic C…
-
项目在编译的时候经常卡在merge_dex_task这里,不清楚是怎么回事。
-
```
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_AlipaySDK", referenced from:
objc-class-ref in libPingxx.a(PingppInternal+Alipay.o)
```
这是错误信息。
新手一枚,烦请各位不吝赐教。T_T
-
i use the androidannotations in my project,but now ,it cannot generated _.class
-
公钥私钥都是正确的,就是ios客户端无法使用返回的签名。
iOS拿 $response->getOrderString() 后返回的参数,不用服务器返回的签名,自己签名是可以的。
貌似签名逻辑有问题,能看下吗?谢谢。