Releases: forceoperationx/public-fox-ios-sdk
Releases · forceoperationx/public-fox-ios-sdk
4.6.3
4.6.2
Changes
- Added F.O.X internal parameters in reengagement cv
4.6.1
Changes
- New API
getInstallId
inCYZFox
to get F.O.X install id.
4.6.0
Changes
- Added F.O.X internal parameters.
- New API
addExtraValue:forKey:
inCYZFoxOption
to add an extra key-value parameter at install tracking. - New API
addExtraInfo:
inCYZFoxOption
to add multiple extra key-value parameters at install tracking.
4.5.0
4.4.0
Changes
- New API
CYZFoxConfig.offlineMode
to stop sending any information from the App to the F.O.X server. - Merge dynamic build framework packages into one.
Migration to this version would need delete the files and build settings aboutCYZAdCommon.framework
&CYZUtil.framework
for those who imported the SDK 4.0.0 ~ 4.3.0 byCarthage
.
Fixes
- Fix typo of log text.
- Fix bug: repeat call of function
CYZFox.trackInstall
may cause crash.
4.3.0
4.2.2
4.2.1
3.7.0
Changes
- Supported for iOS 11. iOS 11 beta 9 checked.
- New API(
-(void) setBuid:(NSString*) buid
) to set customized unique identifierbuid
when re-engagement tracking - performance improvement for deferred deep link
- remove
SERVER_URL
setting inAppAdforce.plist
, use default server URL inHTTPS
protocol