Skip to content

Commit 8904879

Browse files
committed
remote configs v3
1 parent 9a88dce commit 8904879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gameanalytics/GAHTTPApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace gameanalytics
5656
std::string gameKey = state::GAState::getGameKey();
5757

5858
// Generate URL
59-
std::string url = remoteConfigsBaseUrl + "/" + initializeUrlPath + "?game_key=" + gameKey + "&interval_seconds=0&configs_hash=" + configsHash;
59+
std::string url = remoteConfigsBaseUrl + "/" + initializeUrlPath + "?game_key=" + gameKey + "&interval_seconds=0&configs_hash=" + configsHash + "&config_vsn_supported=3";
6060

6161
logging::GALogger::d("Sending 'init' URL: %s", url.c_str());
6262

0 commit comments

Comments
 (0)