GameAnalytics / GA-SDK-ROBLOX

Repository for GameAnalytics Roblox SDK
MIT License
68 stars 45 forks source link

RemoteConfigs don't load in Studio #80

Closed seyaidev closed 4 years ago

seyaidev commented 4 years ago

I'm trying to write code for RemoteConfigs, but I can't properly test them in Studio. They only load on a live server.

the1schwartz commented 4 years ago

When using the SDK in the studio it is set to use sandbox keys and not the real keys and the sandbox server doesn't get your remote configs. It can be fixed manually in the code if necessary by changing the code a few different places in this script: https://github.com/GameAnalytics/GA-SDK-ROBLOX/blob/master/GameAnalyticsSDK/GameAnalytics/HttpApi/init.lua