We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b63b03 commit ddae3e7Copy full SHA for ddae3e7
sample/Main.cpp
@@ -4,8 +4,8 @@
4
5
#include "GameAnalytics/GameAnalytics.h"
6
7
-constexpr const char* GAME_KEY = "bd624ee6f8e6efb32a054f8d7ba11618";
8
-constexpr const char* SECRET_KEY = "7f5c3f682cbd217841efba92e92ffb1b3b6612bc";
+constexpr const char* GAME_KEY = "INSERT_GAME_KEY";
+constexpr const char* SECRET_KEY = "INSERT_SECRET_KEY";
9
10
struct RemoteConfigs:
11
public gameanalytics::IRemoteConfigsListener
0 commit comments