wangguan
2020-12-04 7663d2a2fe0dd97e1933354553827d29d66f3b45
电脑版获取设备ID
1 files modified
6 ■■■■■ changed files
Assets/Scripts/UI/FinalPanel/FinalHttp.cs 6 ●●●●● patch | view | raw | blame | history
Assets/Scripts/UI/FinalPanel/FinalHttp.cs
@@ -25,6 +25,12 @@
            GameConfig.Imei = TDAA_SDKManager.Ins.GetDeviceId();//使用设备ID
        }
        else if (Application.platform == RuntimePlatform.WindowsEditor || Application.platform == RuntimePlatform.WindowsPlayer)
        {
            //为了方便测试
            GameConfig.Imei = PlayerPrefs.GetString("GemBattlePlayerNickName");
            Debug.Log("这里是电脑版,直接设置Imei为昵称" + GameConfig.Imei);
        }
        Debug.Log("设置imei0:" + GameConfig.Imei);
    }