少年修仙传客户端代码仓库
client_Hale
2019-03-02 afa812bb9ae00677123affbbb5a5f9a5609ca1fb
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)