diff --git a/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h b/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h index e688853..cb088e1 100644 --- a/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h +++ b/Repro.embeddedframework/Repro.framework/Headers/RPREventProperties.h @@ -57,8 +57,6 @@ @end @interface RPRPurchaseProperties : NSObject -@property (nonatomic, readwrite) double value; -@property (nonatomic, readwrite, copy) NSString *currency; @property (nonatomic, readwrite, copy) NSString *contentName; @property (nonatomic, readwrite, copy) NSString *contentCategory; @property (nonatomic, readwrite) NSInteger numItems; diff --git a/Repro.embeddedframework/Repro.framework/Headers/Repro.h b/Repro.embeddedframework/Repro.framework/Headers/Repro.h index 9f41a5f..f3a5d66 100644 --- a/Repro.embeddedframework/Repro.framework/Headers/Repro.h +++ b/Repro.embeddedframework/Repro.framework/Headers/Repro.h @@ -49,7 +49,7 @@ typedef NS_ENUM(NSInteger, RPRLogLevel) { + (void)trackAddToWishlist:(RPRAddToWishlistProperties *)properties; + (void)trackInitiateCheckout:(RPRInitiateCheckoutProperties *)properties; + (void)trackAddPaymentInfo:(RPRAddPaymentInfoProperties *)properties; -+ (void)trackPurchase:(NSString *)contentID properties:(RPRPurchaseProperties *)properties; ++ (void)trackPurchase:(NSString *)contentID value:(double)value currency:(NSString*)currency properties:(RPRPurchaseProperties *)properties; + (void)trackShare:(RPRShareProperties *)properties; + (void)trackCompleteRegistration:(RPRCompleteRegistrationProperties *)properties; + (void)trackLead:(RPRLeadProperties *)properties; diff --git a/Repro.embeddedframework/Repro.framework/Info.plist b/Repro.embeddedframework/Repro.framework/Info.plist index 80b6d1e..f2b5835 100644 Binary files a/Repro.embeddedframework/Repro.framework/Info.plist and b/Repro.embeddedframework/Repro.framework/Info.plist differ diff --git a/Repro.embeddedframework/Repro.framework/Repro b/Repro.embeddedframework/Repro.framework/Repro index a6fadbf..9ece7c1 100644 Binary files a/Repro.embeddedframework/Repro.framework/Repro and b/Repro.embeddedframework/Repro.framework/Repro differ diff --git a/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist b/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist index d897fe2..b0d23dd 100644 Binary files a/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist and b/Repro.embeddedframework/Repro.framework/ReproSDKResources.bundle/Info.plist differ diff --git a/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist b/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist index d897fe2..b0d23dd 100644 Binary files a/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist and b/Repro.embeddedframework/Resources/ReproSDKResources.bundle/Info.plist differ