Skip to content

Commit 4f03350

Browse files
committed
add track event button to scene
1 parent 55afeaf commit 4f03350

File tree

4 files changed

+390
-82
lines changed

4 files changed

+390
-82
lines changed

OneSignalExample/Assets/OneSignal/Example/OneSignalExampleBehaviour.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class OneSignalExampleBehaviour : MonoBehaviour
6363
/// <summary>
6464
/// set to your app id (https://documentation.onesignal.com/docs/keys-and-ids)
6565
/// </summary>
66-
public string appId = "77e32082-ea27-42e3-a898-c72e141824ef";
66+
public string appId;
6767

6868
/// <summary>
6969
/// whether you would prefer OneSignal Unity SDK prevent initialization until consent is granted via

0 commit comments

Comments
 (0)