| | |
| | | send.ExtraLen = (ushort)send.Extra.Length;
|
| | | Debug.LogFormat("C0101_tagCPlayerLogin 444444444444444444");
|
| | | }
|
| | | string deviceInfo = "ios";
|
| | | try
|
| | | { |
| | | deviceInfo = DeviceUtility.GetDeviceModel();
|
| | | deviceInfo.Replace(" ", "").Replace("=", "").Replace("%", "").Replace("-", "").Replace("|","");
|
| | | }
|
| | | catch (Exception ex)
|
| | | {
|
| | | Debug.LogError("C0101_tagCPlayerLogin Exception: " + ex.Message);
|
| | | }
|
| | | send.AccID = sdkLoginResult.account;
|
| | |
|
| | | var deviceInfo = DeviceUtility.GetDeviceModel();
|
| | | deviceInfo.Replace(" ", "").Replace("=", "").Replace("%", "").Replace("-", "").Replace("|","");
|
| | | var versionStr = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex, "_", deviceInfo);
|
| | | Debug.LogFormat("C0101_tagCPlayerLogin 5555555555555555");
|
| | |
|