GameAnalytics / GA-SDK-ROBLOX

Repository for GameAnalytics Roblox SDK
MIT License
67 stars 44 forks source link

RemoteConfigs don't load in Studio #80

Closed herfave closed 4 years ago

herfave 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