Releases: wingify/vwo-ios-sdk
Releases · wingify/vwo-ios-sdk
Version 2.5.1
Merge pull request #9 from wingify/init-fix
fix: throw failure callback on relaunch of SDK
2.5.0
Added API for User Profile
VWOConfig.userID
2.4.2
- Added VWO.setCustomVariable back
- Bug fix of segment evaluation
2.4.1
- Fixed the bug where launchSynchronously had wrong signature in header file
2.4.0
Added following API
Fetch variation name of campaign from test key
variationNameFor(testKey:)
Fetch variation info
boolFor(key:defaultValue:)
intFor(key:defaultValue:)
doubleFor(key:defaultValue:)
stringFor(key:defaultValue:)
objectFor(key:defaultValue:)
Deprecated API
variationFor(key:defaultValue:)
2.3.1
- Fixed a bug where variationForKeyWithDefaultValue did not accept nil as default value.
2.3.0
Removed JS based socket code
2.2.0
Extended segmentation with
- Screen width
- Screen height
- Country
Deprecated
- VWO.launch(apiKey). launch with completion handlers should be used instead
- VWO.variationForKey. VWO.variationForKeyWithDefaultValue should be used
2.1.0
Updated version and version number
2.0.1
Updated to version 2.0.1(4)