From 4b4fada0304289ba49fe0bacaac077fa41d1df5c Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 18 Mar 2025 09:04:51 +0800 Subject: [PATCH] 提交 4.4.0 --- config/wa_sdk_track_config.plist | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/wa_sdk_track_config.plist b/config/wa_sdk_track_config.plist index c2422bf..01b9238 100644 --- a/config/wa_sdk_track_config.plist +++ b/config/wa_sdk_track_config.plist @@ -21,18 +21,23 @@ <key>ChannelId</key> <string>AppleStore</string> <key>URL</key> - <string>http://sdk-test2.gamehollywood.com/data_collection_qa/data/forward/</string> + <string>https://api.wingsdk.com/data/</string> <key>Enabled</key> <true/> </dict> <key>APPSFLYER</key> <dict> <key>AppsFlyerDevKey</key> - <string>922wXRJwEns6Qj4MfMt4Gg</string> + <string>aPsRP3rfqNUBuX77PRwAs6</string> <key>AppleAppID</key> <string>113996505</string> <key>Enabled</key> <true/> </dict> + <key>FIREBASE</key> + <dict> + <key>Enabled</key> + <true/> + </dict> </dict> </plist> -- Gitblit v1.8.0