tool · inferred from evidence
launch
A method of the vwoSDK that initializes and returns a client instance.
- vwoSDK.getAndUpdateSettingsFile is not a function
Call it on the client instance returned by launch(), not on the SDK itself: var vwoClientInstance = vwoSDK.launch({ settingsFile: settingsFile }); vwoClientInstance.getAndUpdateSettingsFile().then(...). That is the documented usage. Source