diff --git a/AdformTracking.framework/Versions/A/AdformTracking b/AdformTracking.framework/Versions/A/AdformTracking index 47d1478..5badd9c 100644 Binary files a/AdformTracking.framework/Versions/A/AdformTracking and b/AdformTracking.framework/Versions/A/AdformTracking differ diff --git a/AdformTracking.framework/Versions/A/Headers/AFTrackPoint.h b/AdformTracking.framework/Versions/A/Headers/AFTrackPoint.h index b851d97..743b2c7 100644 --- a/AdformTracking.framework/Versions/A/Headers/AFTrackPoint.h +++ b/AdformTracking.framework/Versions/A/Headers/AFTrackPoint.h @@ -99,30 +99,5 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)setOrder:(nullable AFOrder *)order; - -//Deprecated - -/** - Returns custom parameters set to the tracking point. - - @return A dictionary with parameters or nil if none were set. - */ -- (NSDictionary *)getParameters __deprecated_msg("To get custom parameters set to trackpoint use 'order:' instead!"); - -/** - Adds a custom parameter to the track point. - - @param key A key for a parameter. - @param parameter A parameter for a key. - */ -- (void)addParameter:(NSString *)key withValue:(NSString *)parameter __deprecated_msg("To add custom parameters to trackpoint use 'setOrder:' instead!"); - -/** - Sets multiple custom parameters to the track point. - - @param parameters A dictionary containing parameters. - */ -- (void)setParameters:(NSDictionary *)parameters __deprecated_msg("To add custom parameters to trackpoint use 'setOrder:' instead!"); - @end NS_ASSUME_NONNULL_END diff --git a/AdformTracking.framework/Versions/A/Headers/AdformTrackingSDK.h b/AdformTracking.framework/Versions/A/Headers/AdformTrackingSDK.h index fbec87e..1c56611 100644 --- a/AdformTracking.framework/Versions/A/Headers/AdformTrackingSDK.h +++ b/AdformTracking.framework/Versions/A/Headers/AdformTrackingSDK.h @@ -121,18 +121,6 @@ NS_ASSUME_NONNULL_BEGIN */ - (void)setOrder:(nullable AFOrder *)order; -/** - Used to proccess the url that opend the application to handle deep linking and interactions with SDK. - - Must be called in [UIApplicationDelegate application:openURL:sourceApplication:annotation:]. - - @param url URL that was passed in [UIApplicationDelegate application:openURL:sourceApplication:annotation:] method. - @param sourceApplication sourceApplication that was passed in [UIApplicationDelegate application:openURL:sourceApplication:annotation:] method. - - @return YES if the call was intended for AdformTrackingSDK, else NO. - */ -- (BOOL )applicationOpenUrl:(NSURL *)url sourceApplication:(nullable NSString *)sourceApplication; - /** You can use this method to manually specifying if GDPR is applied. Must be a BOOL value wraped in a NSNumber. @@ -183,26 +171,30 @@ NS_ASSUME_NONNULL_BEGIN */ - (nullable NSString *)customUserAgent; -@end +/// Used to proccess the url that opend the application to handle deep linking and interactions with SDK. +/// +/// Must be called in [UIApplicationDelegate application:openURL:options:]. +/// +/// @param url URL that was passed to [UIApplicationDelegate application:openURL:options:] method. +/// @param options Options dictionary that was passed to [UIApplicationDelegate application:openURL:options:] method. +- (BOOL)applicationOpenURL:(NSURL *)url options:(NSDictionary *)options; -@interface AdformTrackingSDK () +@end //Deprecated +@interface AdformTrackingSDK () /** - Adds custom parameter for initial tracking points ("Start" and "Download"). + Used to proccess the url that opend the application to handle deep linking and interactions with SDK. - @param key A key for a parameter. - @param parameter A parameter for a key. - */ -- (void)addParameter:(NSString *)key withValue:(NSString *)parameter __deprecated_msg("To add custom parameters to trackpoint use 'setOrder:' instead!"); + Must be called in [UIApplicationDelegate application:openURL:sourceApplication:annotation:]. -/** - Sets multiple custom parameters for initial tracking points ("Start" and "Download"). + @param url URL that was passed to [UIApplicationDelegate application:openURL:sourceApplication:annotation:] method. + @param sourceApplication sourceApplication that was passed in [UIApplicationDelegate application:openURL:sourceApplication:annotation:] method. - @param parameters A dictionary containing parameters. + @return YES if the call was intended for AdformTrackingSDK, else NO. */ -- (void)setParameters:(NSDictionary *)parameters __deprecated_msg("To add custom parameters to trackpoint use 'setOrder:' instead!"); +- (BOOL )applicationOpenUrl:(NSURL *)url sourceApplication:(nullable NSString *)sourceApplication __deprecated_msg("To add custom parameters to trackpoint use 'setOrder:' instead!"); @end NS_ASSUME_NONNULL_END diff --git a/README.md b/README.md index 1e73962..765e88c 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,12 @@ Instructions on how to do it can be found [here](https://github.com/google/proto # Release notes +## 1.4.0 + +### New Features + +* IAB Transparent Consent Framework 2.0 support. + ## 1.3.3 ### New Features