From b4b831f69c3b12d3affa6af62c63e54ba53faace Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 22 Jan 2019 10:53:57 +0800
Subject: [PATCH] 添加V3.8.0

---
 frameworks/WASdkIntf.framework/WASdkIntf             |    0 
 frameworks/WASdkIntf.framework/Headers/WAPushProxy.h |    2 
 config/wa_sdk_track_config.plist                     |   55 ---------------------------
 frameworks/WASdkIntf.framework/Headers/WAIPush.h     |    2 
 config/wa_sdk.plist                                  |    2 
 WASdkIntf.podspec                                    |    2 
 frameworks/WASdkIntf.framework/Headers/WASdkIntf.h   |    2 
 7 files changed, 6 insertions(+), 59 deletions(-)

diff --git a/WASdkIntf.podspec b/WASdkIntf.podspec
index ae321ed..800ca2c 100644
--- a/WASdkIntf.podspec
+++ b/WASdkIntf.podspec
@@ -9,7 +9,7 @@
 Pod::Spec.new do |s|
 
 s.name = 'WASdkIntf'
-s.version = '3.7.1'
+s.version = '3.8.0'
 s.summary = 'WASdkIntf framework in production environment.'
 s.license = 'MIT'
 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
diff --git a/config/wa_sdk.plist b/config/wa_sdk.plist
index 45a876b..a30a962 100644
--- a/config/wa_sdk.plist
+++ b/config/wa_sdk.plist
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>WaSdkServerUrl</key>
-	<string>https://api.wingsdk.com/sdkapi/</string>
+	<string>http://sdk-test1.gamehollywood.com/sdk_bkd_qa/sdkapi/</string>
 	<key>appKey</key>
 	<string>abc</string>
 	<key>appId</key>
diff --git a/config/wa_sdk_track_config.plist b/config/wa_sdk_track_config.plist
index 1d21c25..c2422bf 100644
--- a/config/wa_sdk_track_config.plist
+++ b/config/wa_sdk_track_config.plist
@@ -21,62 +21,9 @@
 		<key>ChannelId</key>
 		<string>AppleStore</string>
 		<key>URL</key>
-		<string>https://api.wingsdk.com/data/</string>
+		<string>http://sdk-test2.gamehollywood.com/data_collection_qa/data/forward/</string>
 		<key>Enabled</key>
 		<true/>
-		<key>Mapping</key>
-		<dict>
-			<key>ghw_launch</key>
-			<string></string>
-			<key>ghw_startup</key>
-			<string></string>
-			<key>ghw_complete_registration</key>
-			<string></string>
-			<key>ghw_login</key>
-			<string></string>
-			<key>ghw_initiated_payment</key>
-			<string></string>
-			<key>ghw_payment</key>
-			<string></string>
-			<key>ghw_initiated_purchase</key>
-			<string></string>
-			<key>ghw_purchase</key>
-			<string></string>
-			<key>ghw_heartbeat</key>
-			<string></string>
-			<key>ghw_level_achieved</key>
-			<string></string>
-			<key>ghw_add_to_cart</key>
-			<string></string>
-			<key>ghw_add_to_wishlist</key>
-			<string></string>
-			<key>ghw_search</key>
-			<string></string>
-			<key>ghw_spent_credits</key>
-			<string></string>
-			<key>ghw_achievement_unlocked</key>
-			<string></string>
-			<key>ghw_content_view</key>
-			<string></string>
-			<key>ghw_share</key>
-			<string></string>
-			<key>ghw_invite</key>
-			<string></string>
-			<key>ghw_re_engage</key>
-			<string></string>
-			<key>ghw_update</key>
-			<string></string>
-			<key>ghw_user_create</key>
-			<string></string>
-			<key>ghw_user_info_update</key>
-			<string></string>
-			<key>ghw_task_update</key>
-			<string></string>
-			<key>ghw_gold_update</key>
-			<string></string>
-			<key>ghw_opened_from_push_notification</key>
-			<string></string>
-		</dict>
 	</dict>
 	<key>APPSFLYER</key>
 	<dict>
diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPush.h b/frameworks/WASdkIntf.framework/Headers/WAIPush.h
index 64cc5fe..4d96b76 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPush.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPush.h
@@ -35,7 +35,7 @@
 - (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler;
 
 // 通知的点击事件
-- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)())completionHandler;
+- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
 
 // 程序进入后台
 - (void)applicationDidEnterBackground:(UIApplication *)application;
diff --git a/frameworks/WASdkIntf.framework/Headers/WAPushProxy.h b/frameworks/WASdkIntf.framework/Headers/WAPushProxy.h
index 9a8e6e3..e2b1bb3 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAPushProxy.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAPushProxy.h
@@ -34,7 +34,7 @@
 + (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler;
 
 // 通知的点击事件
-+ (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)())completionHandler;
++ (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
 
 // 程序进入后台
 + (void)applicationDidEnterBackground:(UIApplication *)application;
diff --git a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h
index f6b6c62..98e28bb 100644
--- a/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h
+++ b/frameworks/WASdkIntf.framework/Headers/WASdkIntf.h
@@ -65,4 +65,4 @@
 
 // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h>
 
-//time:2018/11/06 09:11 ver:3.7.1
+//time:2019/01/15 12:30 ver:3.8.0
diff --git a/frameworks/WASdkIntf.framework/WASdkIntf b/frameworks/WASdkIntf.framework/WASdkIntf
index 6270622..19bc5f3 100644
--- a/frameworks/WASdkIntf.framework/WASdkIntf
+++ b/frameworks/WASdkIntf.framework/WASdkIntf
Binary files differ

--
Gitblit v1.8.0