Commit ad10e0999ed7de2fb2a412a6410d3d6c134fb93c
1 parent
d6a208e3c4
Exists in
master
update iosSDK to date
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
android/GameSDKSample/src/com/gumptech/loginsdk/sample/MainActivity.java
... | ... | @@ -18,7 +18,7 @@ public class MainActivity extends Activity implements GumpSDK.Callback { |
18 | 18 | |
19 | 19 | private Button btnLoginOrLogout; |
20 | 20 | |
21 | - private String appId = "10022"; | |
21 | + private String appId = "10021"; | |
22 | 22 | |
23 | 23 | @Override |
24 | 24 | protected void onCreate(Bundle savedInstanceState) { |
... | ... | @@ -51,7 +51,7 @@ public class MainActivity extends Activity implements GumpSDK.Callback { |
51 | 51 | GumpSDK.pay(MainActivity.this, payInfo); |
52 | 52 | } |
53 | 53 | }); |
54 | - GumpSDK.init(getApplicationContext(), appId, "93a27b0bd99bac3e68a440b48aa421ab", "1000"); | |
54 | + GumpSDK.init(getApplicationContext(), appId, "f702defbc67edb455949f46babab0c18", "1000"); | |
55 | 55 | GumpSDK.setLogoShow(true); |
56 | 56 | tvVersion.setText("SDK Version:" + GumpSDK.getVersion()); |
57 | 57 | GumpSDK.start(this); |
ios/ios_20150215.zip
No preview for this file type