From 29d165b5cde551cc952b730f5eff53b6edc63287 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Tue, 22 Jul 2025 16:32:00 +0800 Subject: [PATCH] 提交版本 4.6.0 --- WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WATrackProxy.h | 4 Sources/WAApImpl/config/wa_sdk_impl_config_apple.xml | 2 WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h | 34 ++++ WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/WASdkIntf | 0 WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Info.plist | 0 WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Info.plist | 0 WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/WAApImpl | 0 WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Info.plist | 0 WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/WACommon | 0 WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WACustomerResult.h | 40 +++++ Sources/WASdkImpl/config/wa_sdk_impl_config_winga.xml | 2 WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WACustomerResult.h | 40 +++++ WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WATrackProxy.h | 4 WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommConstants.h | 6 WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAParamConfigObj.h | 2 WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommon.h | 2 WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIAdmob.h | 10 - WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIUser.h | 34 ++++ WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WASdkIntf.h | 3 WASdkImpl/FMDB.xcframework/Info.plist | 28 ++-- WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAParamConfigObj.h | 2 WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Headers/WAApImpl.h | 2 WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Headers/WASdkImpl.h | 4 WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Headers/WAApImpl.h | 2 WASdkImpl/Toast.xcframework/Info.plist | 28 ++-- WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/WASdkImpl | 0 WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Info.plist | 0 WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIAdmob.h | 10 - WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/WASdkImpl | 0 WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAUserProxy.h | 30 ++++ WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h | 30 ++++ WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/WACommon | 0 WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Info.plist | 0 WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Headers/WASdkImpl.h | 4 WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WASdkIntf.h | 3 WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Info.plist | 0 WASdkIntf/WASdkIntf.xcframework/Info.plist | 28 ++-- WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommon.h | 2 WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Info.plist | 0 WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommConstants.h | 6 WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/WASdkIntf | 0 WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Info.plist | 0 WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/WAApImpl | 0 43 files changed, 286 insertions(+), 76 deletions(-) diff --git a/Sources/WAApImpl/config/wa_sdk_impl_config_apple.xml b/Sources/WAApImpl/config/wa_sdk_impl_config_apple.xml index af9ef5f..7364c61 100644 --- a/Sources/WAApImpl/config/wa_sdk_impl_config_apple.xml +++ b/Sources/WAApImpl/config/wa_sdk_impl_config_apple.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <config> - <version val="AP4.5.0" /> + <version val="AP4.6.0" /> <comps> <comp module="USR" plaf="APPLE" mandatory="YES" value="WAAPUser" desc="APPLE用户账户" /> diff --git a/Sources/WASdkImpl/config/wa_sdk_impl_config_winga.xml b/Sources/WASdkImpl/config/wa_sdk_impl_config_winga.xml index 75b6040..33aa3af 100644 --- a/Sources/WASdkImpl/config/wa_sdk_impl_config_winga.xml +++ b/Sources/WASdkImpl/config/wa_sdk_impl_config_winga.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <config> - <version val="WA4.5.0" /> + <version val="WA4.6.0" /> <comps> <comp module="USR" plaf="WINGA" mandatory="YES" value="WASdkUser" desc="WINGA用户账户" /> diff --git a/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Headers/WAApImpl.h b/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Headers/WAApImpl.h index 77ea78e..121c085 100644 --- a/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Headers/WAApImpl.h +++ b/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Headers/WAApImpl.h @@ -19,5 +19,5 @@ #import <WAApImpl/WAAPUser.h> #import <WAApImpl/WAAPLogin.h> -//time:2025/06/25 12:29 ver:4.5.0 +//time:2025/0722 12:29 ver:4.6.0 // 1 diff --git a/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Info.plist b/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Info.plist index c1b96fa..4c91171 100644 --- a/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Info.plist +++ b/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/Info.plist Binary files differ diff --git a/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/WAApImpl b/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/WAApImpl index 372d55e..d046553 100644 --- a/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/WAApImpl +++ b/WAApImpl/WAApImpl.xcframework/ios-arm64/WAApImpl.framework/WAApImpl Binary files differ diff --git a/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Headers/WAApImpl.h b/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Headers/WAApImpl.h index 77ea78e..121c085 100644 --- a/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Headers/WAApImpl.h +++ b/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Headers/WAApImpl.h @@ -19,5 +19,5 @@ #import <WAApImpl/WAAPUser.h> #import <WAApImpl/WAAPLogin.h> -//time:2025/06/25 12:29 ver:4.5.0 +//time:2025/0722 12:29 ver:4.6.0 // 1 diff --git a/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Info.plist b/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Info.plist index c1b96fa..4c91171 100644 --- a/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Info.plist +++ b/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/Info.plist Binary files differ diff --git a/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/WAApImpl b/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/WAApImpl index 07f63ac..6341de1 100644 --- a/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/WAApImpl +++ b/WAApImpl/WAApImpl.xcframework/ios-x86_64-simulator/WAApImpl.framework/WAApImpl Binary files differ diff --git a/WASdkImpl/FMDB.xcframework/Info.plist b/WASdkImpl/FMDB.xcframework/Info.plist index 9a2268f..cf2a0d3 100644 --- a/WASdkImpl/FMDB.xcframework/Info.plist +++ b/WASdkImpl/FMDB.xcframework/Info.plist @@ -8,6 +8,20 @@ <key>BinaryPath</key> <string>FMDB.framework/FMDB</string> <key>LibraryIdentifier</key> + <string>ios-arm64</string> + <key>LibraryPath</key> + <string>FMDB.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>ios</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>FMDB.framework/FMDB</string> + <key>LibraryIdentifier</key> <string>ios-x86_64-simulator</string> <key>LibraryPath</key> <string>FMDB.framework</string> @@ -19,20 +33,6 @@ <string>ios</string> <key>SupportedPlatformVariant</key> <string>simulator</string> - </dict> - <dict> - <key>BinaryPath</key> - <string>FMDB.framework/FMDB</string> - <key>LibraryIdentifier</key> - <string>ios-arm64</string> - <key>LibraryPath</key> - <string>FMDB.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> </dict> </array> <key>CFBundlePackageType</key> diff --git a/WASdkImpl/Toast.xcframework/Info.plist b/WASdkImpl/Toast.xcframework/Info.plist index 7f7a5f8..28202fa 100644 --- a/WASdkImpl/Toast.xcframework/Info.plist +++ b/WASdkImpl/Toast.xcframework/Info.plist @@ -8,6 +8,20 @@ <key>BinaryPath</key> <string>Toast.framework/Toast</string> <key>LibraryIdentifier</key> + <string>ios-arm64</string> + <key>LibraryPath</key> + <string>Toast.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>ios</string> + </dict> + <dict> + <key>BinaryPath</key> + <string>Toast.framework/Toast</string> + <key>LibraryIdentifier</key> <string>ios-x86_64-simulator</string> <key>LibraryPath</key> <string>Toast.framework</string> @@ -19,20 +33,6 @@ <string>ios</string> <key>SupportedPlatformVariant</key> <string>simulator</string> - </dict> - <dict> - <key>BinaryPath</key> - <string>Toast.framework/Toast</string> - <key>LibraryIdentifier</key> - <string>ios-arm64</string> - <key>LibraryPath</key> - <string>Toast.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> </dict> </array> <key>CFBundlePackageType</key> diff --git a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommConstants.h b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommConstants.h index bf35d25..df8af9d 100644 --- a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommConstants.h +++ b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommConstants.h @@ -309,6 +309,12 @@ //46.查询待发送事件接口 extern NSString *const WASDK_EVENT_WAIT_SEND_EVENT; +//13.通知ghg校验玩家任务 +extern NSString *const WASDK_GHG_CHECK_PLAYER_TASK ; +//14.获取ghg广告任务 +extern NSString *const WASDK_GHG_TASKLIST ; + +extern NSString *const WASDK_NEED_PUSERID_AND_PTOKEN ; extern NSString *const WASDK_FB_INVITE_FROM_USERID; diff --git a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommon.h b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommon.h index 2d957b3..472b2dc 100644 --- a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommon.h +++ b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Headers/WACommon.h @@ -27,5 +27,5 @@ #import <WACommon/WAWebProgressView.h> #import <WACommon/WAWebViewController.h> -//time:2025/06/25 12:29 ver:4.5.0 +//time:2025/0722 12:29 ver:4.6.0 // 1 diff --git a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Info.plist b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Info.plist index da88faf..cd79be8 100644 --- a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Info.plist +++ b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/Info.plist Binary files differ diff --git a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/WACommon b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/WACommon index 0a29d69..5e35fab 100644 --- a/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/WACommon +++ b/WASdkImpl/WACommon.xcframework/ios-arm64/WACommon.framework/WACommon Binary files differ diff --git a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommConstants.h b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommConstants.h index bf35d25..df8af9d 100644 --- a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommConstants.h +++ b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommConstants.h @@ -309,6 +309,12 @@ //46.查询待发送事件接口 extern NSString *const WASDK_EVENT_WAIT_SEND_EVENT; +//13.通知ghg校验玩家任务 +extern NSString *const WASDK_GHG_CHECK_PLAYER_TASK ; +//14.获取ghg广告任务 +extern NSString *const WASDK_GHG_TASKLIST ; + +extern NSString *const WASDK_NEED_PUSERID_AND_PTOKEN ; extern NSString *const WASDK_FB_INVITE_FROM_USERID; diff --git a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommon.h b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommon.h index 2d957b3..472b2dc 100644 --- a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommon.h +++ b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Headers/WACommon.h @@ -27,5 +27,5 @@ #import <WACommon/WAWebProgressView.h> #import <WACommon/WAWebViewController.h> -//time:2025/06/25 12:29 ver:4.5.0 +//time:2025/0722 12:29 ver:4.6.0 // 1 diff --git a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Info.plist b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Info.plist index da88faf..cd79be8 100644 --- a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Info.plist +++ b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/Info.plist Binary files differ diff --git a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/WACommon b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/WACommon index 944526d..c9d14b9 100644 --- a/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/WACommon +++ b/WASdkImpl/WACommon.xcframework/ios-x86_64-simulator/WACommon.framework/WACommon Binary files differ diff --git a/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Headers/WASdkImpl.h b/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Headers/WASdkImpl.h index bbb1698..b4e6ccf 100644 --- a/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Headers/WASdkImpl.h +++ b/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Headers/WASdkImpl.h @@ -46,8 +46,8 @@ #import <WASdkImpl/WASdkGTMBase64.h> -//time:2025/06/25 12:29 ver:4.5.0 -// 3 +//time:2025/07/22 12:29 ver:4.6.0 +// 2 diff --git a/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Info.plist b/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Info.plist index c115a71..539fb11 100644 --- a/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Info.plist +++ b/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/Info.plist Binary files differ diff --git a/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/WASdkImpl b/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/WASdkImpl index bf6614d..14b733e 100644 --- a/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/WASdkImpl +++ b/WASdkImpl/WASdkImpl.xcframework/ios-arm64/WASdkImpl.framework/WASdkImpl Binary files differ diff --git a/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Headers/WASdkImpl.h b/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Headers/WASdkImpl.h index bbb1698..b4e6ccf 100644 --- a/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Headers/WASdkImpl.h +++ b/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Headers/WASdkImpl.h @@ -46,8 +46,8 @@ #import <WASdkImpl/WASdkGTMBase64.h> -//time:2025/06/25 12:29 ver:4.5.0 -// 3 +//time:2025/07/22 12:29 ver:4.6.0 +// 2 diff --git a/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Info.plist b/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Info.plist index c115a71..539fb11 100644 --- a/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Info.plist +++ b/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/Info.plist Binary files differ diff --git a/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/WASdkImpl b/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/WASdkImpl index eff02a7..a4087fb 100644 --- a/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/WASdkImpl +++ b/WASdkImpl/WASdkImpl.xcframework/ios-x86_64-simulator/WASdkImpl.framework/WASdkImpl Binary files differ diff --git a/WASdkIntf/WASdkIntf.xcframework/Info.plist b/WASdkIntf/WASdkIntf.xcframework/Info.plist index b8aa306..a0c2314 100644 --- a/WASdkIntf/WASdkIntf.xcframework/Info.plist +++ b/WASdkIntf/WASdkIntf.xcframework/Info.plist @@ -8,20 +8,6 @@ <key>BinaryPath</key> <string>WASdkIntf.framework/WASdkIntf</string> <key>LibraryIdentifier</key> - <string>ios-arm64</string> - <key>LibraryPath</key> - <string>WASdkIntf.framework</string> - <key>SupportedArchitectures</key> - <array> - <string>arm64</string> - </array> - <key>SupportedPlatform</key> - <string>ios</string> - </dict> - <dict> - <key>BinaryPath</key> - <string>WASdkIntf.framework/WASdkIntf</string> - <key>LibraryIdentifier</key> <string>ios-x86_64-simulator</string> <key>LibraryPath</key> <string>WASdkIntf.framework</string> @@ -34,6 +20,20 @@ <key>SupportedPlatformVariant</key> <string>simulator</string> </dict> + <dict> + <key>BinaryPath</key> + <string>WASdkIntf.framework/WASdkIntf</string> + <key>LibraryIdentifier</key> + <string>ios-arm64</string> + <key>LibraryPath</key> + <string>WASdkIntf.framework</string> + <key>SupportedArchitectures</key> + <array> + <string>arm64</string> + </array> + <key>SupportedPlatform</key> + <string>ios</string> + </dict> </array> <key>CFBundlePackageType</key> <string>XFWK</string> diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WACustomerResult.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WACustomerResult.h new file mode 100644 index 0000000..46c1ab2 --- /dev/null +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WACustomerResult.h @@ -0,0 +1,40 @@ +// +// WACustomerResult.h +// WASdkIntf +// +// Created by lpw on 2025/7/15. +// Copyright © 2025 GHW-T-01. All rights reserved. +// 打开聚合客服中心回调结果 + +#import <Foundation/Foundation.h> +#import "WALoginResult.h" +#import "WABindingResult.h" +NS_ASSUME_NONNULL_BEGIN + + +/// 客户中心回掉类型(对应不同业务场景) +typedef NS_ENUM(NSUInteger, WACustomerOperationType) { + WACustomerOperationTypeDeleteAccount, // 删除账号申请 + WACustomerOperationTypeNewAccount, // 新建账户 + WACustomerOperationTypeSwitchAccount, // 切换账户 + WACustomerOperationTypeBindAccount // 绑定账号 +}; + + + + +@interface WACustomerResult : NSObject + +/// 操作类型(标记当前回调对应的业务) +@property (nonatomic, assign) WACustomerOperationType operationType; +/// 错误信息(非空表示操作失败) +@property (nonatomic, strong) NSError *error; +/// 账号删除状态(仅 operationType 为 DeleteAccount 时有效,对应旧接口的 status) +@property (nonatomic, assign) NSUInteger deleteStatus; +/// 登录结果(仅 operationType 为 NewAccount/SwitchAccount 时有效) +@property (nonatomic, strong) WALoginResult *loginResult; +/// 绑定结果(仅 operationType 为 BindAccount 时有效) +@property (nonatomic, strong) WABindingResult *bindingResult; +@end + +NS_ASSUME_NONNULL_END diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIAdmob.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIAdmob.h index 6fb6d3f..9c6a439 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIAdmob.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIAdmob.h @@ -158,16 +158,6 @@ -/** - * 获取推广任务列表 - * @param completion 完成回调,返回任务列表数组或错误信息 - * 数组元素格式为: - * @{ - * @"taskName": @"任务名称", - * @"taskStatus": @"0/1" // 0表示未完成,1表示已完成 - * } - */ -- (void)fetchPromotionTasksWithCompletion:(void(^)(NSArray<NSDictionary *> * _Nullable tasks, NSError * _Nullable error))completion; @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIUser.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIUser.h index db70293..0f50f06 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIUser.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAIUser.h @@ -9,7 +9,9 @@ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <WASdkIntf/WAUserProxy.h> -#import <WASdkIntf/WASdkIntf.h> + + + @interface WAIUser : NSObject -(void)setLoginFlowType:(int)flowType; -(int)getLoginFlowType; @@ -179,4 +181,34 @@ */ - (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock; +/*! +@discussion 打开客服中心 4.6.0增加 + */ + +- (void)showCustomerCenterWithCompletion:(void(^)(WACustomerResult*deleteResult))completionBlock; + + + + /** + @discussion 获取任务列表 4.6.0增加 + * 获取推广任务列表 + * @param completeBlock 完成回调,返回任务列表数组或错误信息 + * 数组元素格式为: + * @{ + * @"taskName": @"任务名称", + * @"taskStatus": @"0/1" // 0表示未完成,1表示已完成 + * } + */ + +-(void)fetchPromotionTasksWithCompletion:(void(^_Nullable)(NSArray<NSDictionary *> * _Nullable tasks, NSError * _Nullable error))completeBlock; + + + + +/*! +@discussion 查询玩家任务完成情况 4.6.0增加 + */ +- (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock; + + @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAParamConfigObj.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAParamConfigObj.h index 701e9f8..a8982f7 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAParamConfigObj.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAParamConfigObj.h @@ -73,5 +73,7 @@ */ @property(nonatomic,copy)NSString * consentNoticeId; +//4.6.0 add +@property(nonatomic)NSInteger iosPromotionSwitch; // iOS 互推广告开关0:关闭 1:打开 @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WASdkIntf.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WASdkIntf.h index f8c6529..803432b 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WASdkIntf.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WASdkIntf.h @@ -75,6 +75,7 @@ #import <WASdkIntf/WADeleteResult.h> #import <WASdkIntf/WAIAdmob.h> #import <WASdkIntf/WAAdMobProxy.h> +#import <WASdkIntf/WACustomerResult.h> //! Project version number for WASdkIntf. FOUNDATION_EXPORT double WASdkIntfVersionNumber; @@ -84,5 +85,5 @@ // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h> -//time:2025/06/25 12:29 ver:4.5.0 +//time:2025/0722 12:29 ver:4.6.0 // 2 diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WATrackProxy.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WATrackProxy.h index c48ffa4..efa262e 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WATrackProxy.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WATrackProxy.h @@ -97,6 +97,10 @@ extern NSString *const WAEventForApplePayStateChanged; //苹果支付状态改变 extern NSString *const WAEventForOrderCheckNoTransaction; //下单检测未消耗事件 +// 20250717 +extern NSString *const WAEventAdmobAd_Show; //admob 广告事件 +extern NSString *const WAEventParameterNameAdmobAdType; //admob 广告事件参数 adtype +extern NSString *const WAEventParameterNameAdmobAdName; //admob 广告事件参数 adname diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAUserProxy.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAUserProxy.h index 3db7d3b..0e73235 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAUserProxy.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAUserProxy.h @@ -16,6 +16,7 @@ #import <WASdkIntf/WACertificationInfo.h> #import <WASdkIntf/WADeleteRequestModel.h> #import <WASdkIntf/WADeleteResult.h> +#import <WASdkIntf/WACustomerResult.h> typedef NS_ENUM(NSInteger, OpenGameReviewState) { OpenGameReviewStateReject=0, //游戏评价结果:不,谢谢! @@ -481,4 +482,33 @@ + (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock; + + +/*! +@discussion 客服中心弹窗 + */ ++ (void)showCustomerCenterWithCompletion:(void(^)(WACustomerResult*customerResult))block; + + + + +/** + * 获取推广任务列表 + * @param completeBlock 完成回调,返回任务列表数组或错误信息 + * 数组元素格式为: + * @{ + * @"taskName": @"任务名称", + * @"taskStatus": @"0/1" // 0表示未完成,1表示已完成 + * } + */ ++(void)fetchPromotionTasksWithCompletion:(void(^_Nullable)(NSArray<NSDictionary *> * _Nullable tasksArray, NSError * _Nullable error))completeBlock; + + + + +/*! +@discussion 查询玩家任务完成情况 4.6.0增加 + */ ++ (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock; + @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Info.plist b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Info.plist index 57b2efc..264e9eb 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Info.plist +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Info.plist Binary files differ diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/WASdkIntf b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/WASdkIntf index 8cd781d..2a10b55 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/WASdkIntf +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/WASdkIntf Binary files differ diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WACustomerResult.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WACustomerResult.h new file mode 100644 index 0000000..46c1ab2 --- /dev/null +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WACustomerResult.h @@ -0,0 +1,40 @@ +// +// WACustomerResult.h +// WASdkIntf +// +// Created by lpw on 2025/7/15. +// Copyright © 2025 GHW-T-01. All rights reserved. +// 打开聚合客服中心回调结果 + +#import <Foundation/Foundation.h> +#import "WALoginResult.h" +#import "WABindingResult.h" +NS_ASSUME_NONNULL_BEGIN + + +/// 客户中心回掉类型(对应不同业务场景) +typedef NS_ENUM(NSUInteger, WACustomerOperationType) { + WACustomerOperationTypeDeleteAccount, // 删除账号申请 + WACustomerOperationTypeNewAccount, // 新建账户 + WACustomerOperationTypeSwitchAccount, // 切换账户 + WACustomerOperationTypeBindAccount // 绑定账号 +}; + + + + +@interface WACustomerResult : NSObject + +/// 操作类型(标记当前回调对应的业务) +@property (nonatomic, assign) WACustomerOperationType operationType; +/// 错误信息(非空表示操作失败) +@property (nonatomic, strong) NSError *error; +/// 账号删除状态(仅 operationType 为 DeleteAccount 时有效,对应旧接口的 status) +@property (nonatomic, assign) NSUInteger deleteStatus; +/// 登录结果(仅 operationType 为 NewAccount/SwitchAccount 时有效) +@property (nonatomic, strong) WALoginResult *loginResult; +/// 绑定结果(仅 operationType 为 BindAccount 时有效) +@property (nonatomic, strong) WABindingResult *bindingResult; +@end + +NS_ASSUME_NONNULL_END diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIAdmob.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIAdmob.h index 6fb6d3f..9c6a439 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIAdmob.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIAdmob.h @@ -158,16 +158,6 @@ -/** - * 获取推广任务列表 - * @param completion 完成回调,返回任务列表数组或错误信息 - * 数组元素格式为: - * @{ - * @"taskName": @"任务名称", - * @"taskStatus": @"0/1" // 0表示未完成,1表示已完成 - * } - */ -- (void)fetchPromotionTasksWithCompletion:(void(^)(NSArray<NSDictionary *> * _Nullable tasks, NSError * _Nullable error))completion; @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h index db70293..0f50f06 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h @@ -9,7 +9,9 @@ #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #import <WASdkIntf/WAUserProxy.h> -#import <WASdkIntf/WASdkIntf.h> + + + @interface WAIUser : NSObject -(void)setLoginFlowType:(int)flowType; -(int)getLoginFlowType; @@ -179,4 +181,34 @@ */ - (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock; +/*! +@discussion 打开客服中心 4.6.0增加 + */ + +- (void)showCustomerCenterWithCompletion:(void(^)(WACustomerResult*deleteResult))completionBlock; + + + + /** + @discussion 获取任务列表 4.6.0增加 + * 获取推广任务列表 + * @param completeBlock 完成回调,返回任务列表数组或错误信息 + * 数组元素格式为: + * @{ + * @"taskName": @"任务名称", + * @"taskStatus": @"0/1" // 0表示未完成,1表示已完成 + * } + */ + +-(void)fetchPromotionTasksWithCompletion:(void(^_Nullable)(NSArray<NSDictionary *> * _Nullable tasks, NSError * _Nullable error))completeBlock; + + + + +/*! +@discussion 查询玩家任务完成情况 4.6.0增加 + */ +- (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock; + + @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAParamConfigObj.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAParamConfigObj.h index 701e9f8..a8982f7 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAParamConfigObj.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAParamConfigObj.h @@ -73,5 +73,7 @@ */ @property(nonatomic,copy)NSString * consentNoticeId; +//4.6.0 add +@property(nonatomic)NSInteger iosPromotionSwitch; // iOS 互推广告开关0:关闭 1:打开 @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WASdkIntf.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WASdkIntf.h index f8c6529..803432b 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WASdkIntf.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WASdkIntf.h @@ -75,6 +75,7 @@ #import <WASdkIntf/WADeleteResult.h> #import <WASdkIntf/WAIAdmob.h> #import <WASdkIntf/WAAdMobProxy.h> +#import <WASdkIntf/WACustomerResult.h> //! Project version number for WASdkIntf. FOUNDATION_EXPORT double WASdkIntfVersionNumber; @@ -84,5 +85,5 @@ // In this header, you should import all the public headers of your framework using statements like #import <WASdkIntf/PublicHeader.h> -//time:2025/06/25 12:29 ver:4.5.0 +//time:2025/0722 12:29 ver:4.6.0 // 2 diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WATrackProxy.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WATrackProxy.h index c48ffa4..efa262e 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WATrackProxy.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WATrackProxy.h @@ -97,6 +97,10 @@ extern NSString *const WAEventForApplePayStateChanged; //苹果支付状态改变 extern NSString *const WAEventForOrderCheckNoTransaction; //下单检测未消耗事件 +// 20250717 +extern NSString *const WAEventAdmobAd_Show; //admob 广告事件 +extern NSString *const WAEventParameterNameAdmobAdType; //admob 广告事件参数 adtype +extern NSString *const WAEventParameterNameAdmobAdName; //admob 广告事件参数 adname diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h index 3db7d3b..0e73235 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h @@ -16,6 +16,7 @@ #import <WASdkIntf/WACertificationInfo.h> #import <WASdkIntf/WADeleteRequestModel.h> #import <WASdkIntf/WADeleteResult.h> +#import <WASdkIntf/WACustomerResult.h> typedef NS_ENUM(NSInteger, OpenGameReviewState) { OpenGameReviewStateReject=0, //游戏评价结果:不,谢谢! @@ -481,4 +482,33 @@ + (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock; + + +/*! +@discussion 客服中心弹窗 + */ ++ (void)showCustomerCenterWithCompletion:(void(^)(WACustomerResult*customerResult))block; + + + + +/** + * 获取推广任务列表 + * @param completeBlock 完成回调,返回任务列表数组或错误信息 + * 数组元素格式为: + * @{ + * @"taskName": @"任务名称", + * @"taskStatus": @"0/1" // 0表示未完成,1表示已完成 + * } + */ ++(void)fetchPromotionTasksWithCompletion:(void(^_Nullable)(NSArray<NSDictionary *> * _Nullable tasksArray, NSError * _Nullable error))completeBlock; + + + + +/*! +@discussion 查询玩家任务完成情况 4.6.0增加 + */ ++ (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock; + @end diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Info.plist b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Info.plist index 57b2efc..264e9eb 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Info.plist +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Info.plist Binary files differ diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/WASdkIntf b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/WASdkIntf index a7e5695..362ed4b 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/WASdkIntf +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/WASdkIntf Binary files differ -- Gitblit v1.8.0