[WIP] firebase init Error
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: eaa004e2f90854b6b8202d82666bb6b3
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// TDKAppsFlyer.h
|
||||
// TDKAppsFlyer
|
||||
//
|
||||
// Created by 曾伟 on 2024/3/18.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
//! Project version number for TDKAppsFlyer.
|
||||
FOUNDATION_EXPORT double TDKAppsFlyerVersionNumber;
|
||||
|
||||
//! Project version string for TDKAppsFlyer.
|
||||
FOUNDATION_EXPORT const unsigned char TDKAppsFlyerVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like
|
||||
#import <TDKAppsFlyer/TDKAppsFlyerApi.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6d8212da1f6e74e16a48d45eea4110d3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,38 @@
|
||||
//
|
||||
// TDKAppsFlyerApi.h
|
||||
// TDKAppsFlyer
|
||||
//
|
||||
// Created by 曾伟 on 2024/3/18.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <TYSDKCoreKit/TYBaseResp.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TDKAppsFlyerApi : NSObject
|
||||
|
||||
/// 初始化AF
|
||||
+ (void)registerAppsFlyer;
|
||||
|
||||
/// 设置userId
|
||||
+ (void)setUserId:(NSString *)userId;
|
||||
|
||||
/// 上报数据
|
||||
+ (void)logEventWithEventName:(nonnull NSString *)eventName parameters:(NSDictionary * _Nullable)values;
|
||||
|
||||
// 在start之前调用,会将这个dic中的所有参数上报到AF报表中
|
||||
+ (void)setDefaultEventParameters:(nullable NSDictionary<NSString *, id> *)parameters;
|
||||
|
||||
// 等待ATT的超时时间
|
||||
+ (void)waitForATT:(NSInteger)timeoutInterval;
|
||||
|
||||
// 等待ATT的超时时间
|
||||
+ (NSString *)getAppsFlyerDeviceId;
|
||||
|
||||
// 获取需要在XYSDK中使用的参数
|
||||
+ (void)fetchAttributionParametersWithCompletion:(TYBaseRespBlock)completion;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1d655fc6605a24215bf1d96c30ee8248
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5f912aabd4772422d93751fb2897bdd3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 45dae032334e94ceeb2fa00dca8f7ea7
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,6 @@
|
||||
framework module TDKAppsFlyer {
|
||||
umbrella header "TDKAppsFlyer.h"
|
||||
export *
|
||||
|
||||
module * { export * }
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3af6e419c895a44a2b34afd3535942a3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f6e4e623a66a7422ab2f2e12301fa92e
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user