From 207fead0b75994b11c48c185a703f07220c3a2ee Mon Sep 17 00:00:00 2001
From: lpw <pengwei.li@gamehollywood.com>
Date: Tue, 26 Jan 2021 09:41:41 +0800
Subject: [PATCH] 3.9.2

---
 frameworks/Chartboost.framework/Versions/A/Headers/CBAnalytics.h |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/CBAnalytics.h b/frameworks/Chartboost.framework/Versions/A/Headers/CBAnalytics.h
index e37459b..f84114c 100644
--- a/frameworks/Chartboost.framework/Versions/A/Headers/CBAnalytics.h
+++ b/frameworks/Chartboost.framework/Versions/A/Headers/CBAnalytics.h
@@ -64,7 +64,8 @@
              productDescription:(NSString *)productDescription
                    productPrice:(NSDecimalNumber *)productPrice
                 productCurrency:(NSString *)productCurrency
-              productIdentifier:(NSString *)productIdentifier;
+              productIdentifier:(NSString *)productIdentifier
+DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 
 /*!
  @abstract
@@ -90,7 +91,8 @@
                        productDescription:(NSString *)productDescription
                              productPrice:(NSDecimalNumber *)productPrice
                           productCurrency:(NSString *)productCurrency
-                        productIdentifier:(NSString *)productIdentifier;
+                        productIdentifier:(NSString *)productIdentifier
+DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 /*!
  @abstract
  Track an In App Purchase Event.
@@ -103,7 +105,8 @@
  and targeting.
  */
 + (void)trackInAppPurchaseEvent:(NSData *)receipt
-                        product:(SKProduct *)product;
+                        product:(SKProduct *)product
+DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 
 
 /*!
@@ -127,7 +130,8 @@
             eventField:(CBLevelType)eventField
              mainLevel:(NSUInteger)mainLevel
               subLevel:(NSUInteger)subLevel
-           description:(NSString*)description;
+           description:(NSString*)description
+DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 
 /*!
  @abstract
@@ -147,6 +151,7 @@
 + (void)trackLevelInfo:(NSString*)eventLabel
             eventField:(CBLevelType)eventField
              mainLevel:(NSUInteger)mainLevel
-           description:(NSString*)description;
+           description:(NSString*)description
+DEPRECATED_MSG_ATTRIBUTE("This method is deprecated and will be removed in a future version.");
 
 @end

--
Gitblit v1.8.0