parent
42025a081a
commit
94f8e44ea9
|
|
@ -231,9 +231,13 @@ namespace Guru
|
||||||
{
|
{
|
||||||
_storeController = controller;
|
_storeController = controller;
|
||||||
_storeExtensionProvider = extensions;
|
_storeExtensionProvider = extensions;
|
||||||
var uuid = IPMConfig.IPM_DEVICE_ID;
|
var uuid = IPMConfig.UUID;
|
||||||
if(string.IsNullOrEmpty(_uid)) _uid = IPMConfig.IPM_UID;
|
if(string.IsNullOrEmpty(_uid)) _uid = IPMConfig.IPM_UID;
|
||||||
|
|
||||||
|
if (!string.IsNullOrEmpty(_uid) && string.IsNullOrEmpty(uuid))
|
||||||
|
{
|
||||||
|
uuid = IDHelper.GenUUID(_uid);
|
||||||
|
}
|
||||||
LogI($"--- IAP Initialized Success. With UID: {_uid} and UUID: {uuid}");
|
LogI($"--- IAP Initialized Success. With UID: {_uid} and UUID: {uuid}");
|
||||||
|
|
||||||
#if UNITY_IOS
|
#if UNITY_IOS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue