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 9a88dce commit 8904879Copy full SHA for 8904879
source/gameanalytics/GAHTTPApi.cpp
@@ -56,7 +56,7 @@ namespace gameanalytics
56
std::string gameKey = state::GAState::getGameKey();
57
58
// Generate URL
59
- std::string url = remoteConfigsBaseUrl + "/" + initializeUrlPath + "?game_key=" + gameKey + "&interval_seconds=0&configs_hash=" + configsHash;
+ std::string url = remoteConfigsBaseUrl + "/" + initializeUrlPath + "?game_key=" + gameKey + "&interval_seconds=0&configs_hash=" + configsHash + "&config_vsn_supported=3";
60
61
logging::GALogger::d("Sending 'init' URL: %s", url.c_str());
62
0 commit comments