From 4c789310042dcaefe76e59864b3a485001baf7ed Mon Sep 17 00:00:00 2001 From: Hazim Bin Ijaz Date: Fri, 2 May 2025 12:29:35 +0500 Subject: [PATCH] Added the Privacy Policy liink --- Assets/Scripts/Dev/GameConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Dev/GameConstants.cs b/Assets/Scripts/Dev/GameConstants.cs index f38d076f..5a0b6d96 100644 --- a/Assets/Scripts/Dev/GameConstants.cs +++ b/Assets/Scripts/Dev/GameConstants.cs @@ -10,7 +10,7 @@ public class GameConstants public static string DisplayNameKey = "DisplayName"; public static string PlayfabTitleId = "168AE2"; public static string PrivacyPolicyPrefKey = "PrivacyPolicy"; - public static string PrivacyPolicyLink = "https://www.google.com"; + public static string PrivacyPolicyLink = "https://rizze.io/eula"; public static string AndroidURL = "https://play.google.com/store/apps/details?id=com.rizze.pipuzzle&hl=en-US&ah=gfIMAf3ZQA42PzRKpRnkmyC0Sek&pli=1";