Core/SDK/SDKUtility.cs
@@ -134,6 +134,8 @@ RegistrationID = string.Empty; AssetCopyFinished = false; ChannelPlatform = E_ChannelPlatform.Free; NetworkType = NetworkReachability.NotReachable; BatteryLevel = 100; #if !UNITY_EDITOR if (InitFinished) @@ -184,6 +186,7 @@ m_Json["appID"] = VersionConfig.Get().appId; SendMessageToSDK(m_Json); #endif StartCoroutine("ProcessNetworkStatus"); } private void OnApplicationFocus(bool focus)