Channel/Android/bthygame/debug/libs/library-debug-bthygame.aarBinary files differ
Channel/Android/bthygame/release/libs/library-release-bthygame.aarBinary files differ
Channel/IOS/bthygame/Plugins/The2thWorldSDK/UniversalSDK.h
@@ -14,8 +14,8 @@ #define UNITY_OBJ_NAME "SDKUtility" #define UNITY_FUNC_NAME "HandleSdkMessage" #define PRODUCT_CODE @"11551405828525867075827863910622" #define PRODUCT_KEY @"77792741" #define PRODUCT_CODE @"39093968277554192529077309149923" #define PRODUCT_KEY @"93322915" #define S2U_BatteryLevel 1 #define S2U_BatteryCharging 2 SdkProject/channel/bthygame/java/com/secondworld/sdk/BtGamePlatform.java
@@ -3,9 +3,6 @@ import android.Manifest; import android.content.Context; import com.secondworld.sdk.utils.LogUtil; import org.json.JSONException; import org.json.JSONObject; public class BtGamePlatform extends PlatformDiff { @@ -17,12 +14,12 @@ @Override public String platformProductCode() { return "11551405828525867075827863910622"; return "39093968277554192529077309149923"; } @Override public String platformProductKey() { return "77792741"; return "93322915"; } @Override