Hello, checkEnvironment() in AdjustConfig checks for a proper environment by comparing the String objects. We think comparing values should be in place. Instead of: environment == AdjustConfig.ENVIRONMENT_SANDBOX use: environment.equals(AdjustConfig.ENVIRONMENT_SANDBOX) Please excuse me if I'm missing an important point.