Commit 1b1227b3bf825db11723447e3776b60ab4dda2ac
1 parent
bb06908ca0
Exists in
master
更新银联sdk到3.1.0,解决android5.0崩溃问题
Showing 10 changed files with 2 additions and 2 deletions Side-by-side Diff
- InlandSDKDemo/src/com/gump/inland/sdk/demo/MainActivity.java
- InlandSDKRelease/libs/InlandSDK_v1.0.0_proguard.jar
- InlandSDKRelease/libs/InlandSDK_v1.0.1_proguard.jar
- InlandSDKRelease/libs/UPPayAssistEx.jar
- InlandSDKRelease/libs/UPPayPluginExStd.jar
- InlandSDKRelease/libs/arm64-v8a/libentryexstd.so
- InlandSDKRelease/libs/armeabi-v7a/libentryexstd.so
- InlandSDKRelease/libs/armeabi/libentryexstd.so
- InlandSDKRelease/libs/mips/libentryexstd.so
- InlandSDKRelease/libs/x86/libentryexstd.so
InlandSDKDemo/src/com/gump/inland/sdk/demo/MainActivity.java
... | ... | @@ -37,7 +37,7 @@ public class MainActivity extends Activity { |
37 | 37 | btnPay = (Button) findViewById(R.id.purchase); |
38 | 38 | |
39 | 39 | Log.d(TAG, "MainActivity onCreate"); |
40 | - InlandSDK.setIsDebugEnable(true); | |
40 | + InlandSDK.setIsDebugEnable(false); | |
41 | 41 | InlandSDK.setScreenLandscape(false); |
42 | 42 | InlandSDK.initializeSDK("10000", "dkfjgljdlgjldjgl","1001"); |
43 | 43 | Passport.getInstance().registerCallback(new InlandSDKCallback<GumpUser>() { |
... | ... | @@ -76,7 +76,7 @@ public class MainActivity extends Activity { |
76 | 76 | PayRequest payRequest = new PayRequest(); |
77 | 77 | payRequest.setPrice(1); |
78 | 78 | payRequest.setProduct("玄冥剑"); |
79 | - payRequest.setExtOrder("p100201508311730"); | |
79 | + payRequest.setExtOrder("p100201508311731"); | |
80 | 80 | payRequest.setGumpUid(Passport.getInstance().getGumpUser().getUid()); |
81 | 81 | InlandSDK.purchase(MainActivity.this, payRequest, new PurchaseCallback() { |
82 | 82 |
InlandSDKRelease/libs/InlandSDK_v1.0.0_proguard.jar
No preview for this file type
InlandSDKRelease/libs/InlandSDK_v1.0.1_proguard.jar
No preview for this file type
InlandSDKRelease/libs/UPPayAssistEx.jar
No preview for this file type
InlandSDKRelease/libs/UPPayPluginExStd.jar
No preview for this file type
InlandSDKRelease/libs/arm64-v8a/libentryexstd.so
No preview for this file type
InlandSDKRelease/libs/armeabi-v7a/libentryexstd.so
No preview for this file type
InlandSDKRelease/libs/armeabi/libentryexstd.so
No preview for this file type
InlandSDKRelease/libs/mips/libentryexstd.so
No preview for this file type
InlandSDKRelease/libs/x86/libentryexstd.so
No preview for this file type