Skip to content

Commit b73df13

Browse files
committed
Change Default Example GDPR Setting
• Changes the Example project so that it doesn't require GDPR privacy consent by default (to avoid developer confusion)
1 parent 580eb82 commit b73df13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalExample/Assets/OneSignal/Example/GameControllerExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class GameControllerExample : MonoBehaviour {
3636
private static string extraMessage;
3737
public string email = "Email Address";
3838

39-
private static bool requiresUserPrivacyConsent = true;
39+
private static bool requiresUserPrivacyConsent = false;
4040

4141
void Start () {
4242
extraMessage = null;

0 commit comments

Comments
 (0)