diff --git a/Runtime/Code/SDK/GuruSDK.Properties.cs b/Runtime/Code/SDK/GuruSDK.Properties.cs index 1f5471f..d053530 100644 --- a/Runtime/Code/SDK/GuruSDK.Properties.cs +++ b/Runtime/Code/SDK/GuruSDK.Properties.cs @@ -31,7 +31,10 @@ namespace Guru public static string AppVersionCode => GuruAppVersion.code; public static string AppVersionString => GuruAppVersion.ToString(); - + + public static bool IsNewUser => IPMConfig.IPM_NEWUSER; + + private static GuruAppVersion _appVersion; private static GuruAppVersion GuruAppVersion {