diff --git a/AppsFlyerLib.framework/Versions/A/AppsFlyerLib b/AppsFlyerLib.framework/Versions/A/AppsFlyerLib index 49a3497..74b937a 100644 Binary files a/AppsFlyerLib.framework/Versions/A/AppsFlyerLib and b/AppsFlyerLib.framework/Versions/A/AppsFlyerLib differ diff --git a/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h b/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h index 720fb5f..24b4bbb 100644 --- a/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h +++ b/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerTracker.h @@ -2,7 +2,7 @@ // AppsFlyerTracker.h // AppsFlyerLib // -// AppsFlyer iOS SDK 4.8.1 (602) +// AppsFlyer iOS SDK 4.8.2 (617) // Copyright (c) 2013 AppsFlyer Ltd. All rights reserved. // @@ -36,7 +36,7 @@ #define AFEventOpenedFromPushNotification @"af_opened_from_push_notification" #define AFEventLocation @"af_location_coordinates" #define AFEventCustomerSegment @"af_customer_segment" - +#define AFEventContent @"af_content" // In app event parameter names @@ -150,13 +150,7 @@ typedef enum { @end @interface AppsFlyerTracker : NSObject { - - BOOL _isDebug; BOOL permitAggregateiAdData; - BOOL _useReceiptValidationSandbox; - BOOL _useUninstallSandbox; - EmailCryptType emailCryptType; - NSArray *userEmails; } +(AppsFlyerTracker*) sharedTracker; @@ -180,10 +174,6 @@ typedef enum { */ @property (nonatomic, strong) NSString *currencyCode; - -/* AppsFlyer's SDK send the data to AppsFlyer's servers over HTTPS. You can set the isHTTPS property to NO in order to use regular HTTP. */ -//@property BOOL isHTTPS; - /* * AppsFLyer SDK collect Apple's advertisingIdentifier if the AdSupport framework included in the SDK. * You can disable this behavior by setting the following property to YES. @@ -293,12 +283,12 @@ typedef enum { /* * In case you want to track deep linking, call this method from your delegate's openURL method. */ -- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication __attribute__((deprecated)); +- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication; /* * In case you want to track deep linking, call this method from your delegate's openURL method with refferer. */ -- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation __attribute__((deprecated)); +- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation; - (void) handleOpenUrl:(NSURL *) url options:(NSDictionary *)options; @@ -325,11 +315,6 @@ typedef enum { - (void) remoteDebuggingCallWithData:(NSString *) data; -//- (void) crossPromotionViewed:(NSString*) appID campaign:(NSString*) campaign; -//- (void) openAppStoreForAppID:(NSString*) appID campaign:(NSString*) -//campaign paramters:(NSDictionary*) parameters -// viewController: (UIViewController*) viewController; - /*! * @brief This property accepts a string value representing the host name for all enpoints. * @warning To use `default` SDK endpoint – set value to `nil`. diff --git a/AppsFlyerTracker.framework/AppsFlyerTracker b/AppsFlyerTracker.framework/AppsFlyerTracker index 86e2734..9c7810e 100755 Binary files a/AppsFlyerTracker.framework/AppsFlyerTracker and b/AppsFlyerTracker.framework/AppsFlyerTracker differ diff --git a/AppsFlyerTracker.framework/Headers/AppsFlyerLib-Prefix.pch b/AppsFlyerTracker.framework/Headers/AppsFlyerLib-Prefix.pch index 78ca8f3..0fd9b4d 100644 --- a/AppsFlyerTracker.framework/Headers/AppsFlyerLib-Prefix.pch +++ b/AppsFlyerTracker.framework/Headers/AppsFlyerLib-Prefix.pch @@ -6,5 +6,5 @@ #import #endif -#define kAppsFlyerSDKBuildNumber @"4.8.1" -#define kJenkinsBuildNumber @"602" +#define kAppsFlyerSDKBuildNumber @"4.8.2" +#define kJenkinsBuildNumber @"617" diff --git a/AppsFlyerTracker.framework/Headers/AppsFlyerTracker.h b/AppsFlyerTracker.framework/Headers/AppsFlyerTracker.h index 720fb5f..24b4bbb 100644 --- a/AppsFlyerTracker.framework/Headers/AppsFlyerTracker.h +++ b/AppsFlyerTracker.framework/Headers/AppsFlyerTracker.h @@ -2,7 +2,7 @@ // AppsFlyerTracker.h // AppsFlyerLib // -// AppsFlyer iOS SDK 4.8.1 (602) +// AppsFlyer iOS SDK 4.8.2 (617) // Copyright (c) 2013 AppsFlyer Ltd. All rights reserved. // @@ -36,7 +36,7 @@ #define AFEventOpenedFromPushNotification @"af_opened_from_push_notification" #define AFEventLocation @"af_location_coordinates" #define AFEventCustomerSegment @"af_customer_segment" - +#define AFEventContent @"af_content" // In app event parameter names @@ -150,13 +150,7 @@ typedef enum { @end @interface AppsFlyerTracker : NSObject { - - BOOL _isDebug; BOOL permitAggregateiAdData; - BOOL _useReceiptValidationSandbox; - BOOL _useUninstallSandbox; - EmailCryptType emailCryptType; - NSArray *userEmails; } +(AppsFlyerTracker*) sharedTracker; @@ -180,10 +174,6 @@ typedef enum { */ @property (nonatomic, strong) NSString *currencyCode; - -/* AppsFlyer's SDK send the data to AppsFlyer's servers over HTTPS. You can set the isHTTPS property to NO in order to use regular HTTP. */ -//@property BOOL isHTTPS; - /* * AppsFLyer SDK collect Apple's advertisingIdentifier if the AdSupport framework included in the SDK. * You can disable this behavior by setting the following property to YES. @@ -293,12 +283,12 @@ typedef enum { /* * In case you want to track deep linking, call this method from your delegate's openURL method. */ -- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication __attribute__((deprecated)); +- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication; /* * In case you want to track deep linking, call this method from your delegate's openURL method with refferer. */ -- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation __attribute__((deprecated)); +- (void) handleOpenURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication withAnnotation:(id) annotation; - (void) handleOpenUrl:(NSURL *) url options:(NSDictionary *)options; @@ -325,11 +315,6 @@ typedef enum { - (void) remoteDebuggingCallWithData:(NSString *) data; -//- (void) crossPromotionViewed:(NSString*) appID campaign:(NSString*) campaign; -//- (void) openAppStoreForAppID:(NSString*) appID campaign:(NSString*) -//campaign paramters:(NSDictionary*) parameters -// viewController: (UIViewController*) viewController; - /*! * @brief This property accepts a string value representing the host name for all enpoints. * @warning To use `default` SDK endpoint – set value to `nil`. diff --git a/AppsFlyerTracker.framework/Info.plist b/AppsFlyerTracker.framework/Info.plist index 6a70161..446c9e8 100644 Binary files a/AppsFlyerTracker.framework/Info.plist and b/AppsFlyerTracker.framework/Info.plist differ