This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
1.3.5-beta.0
Pre-release
Pre-release
Add API to set attribution tracking ids
Added
- On
Glassfy
:
+ (void)setAttributionWithType:(GYAttributionType)type value:(NSString *_Nullable)value completion:(GYErrorCompletion)block;
+ (void)setAttributions:(NSArray<GYAttributionItem*> *)attributions completion:(GYErrorCompletion)block;
- New class
GYAttributionItem
:
+ (instancetype)attributionItemWithType:(GYAttributionType)name value:(NSString *_Nullable)value;
- New enum
GYAttributionType
:
GYAttributionTypeAdjustID
GYAttributionTypeAppsFlyerID
GYAttributionTypeIDFA
GYAttributionTypeIDFV
GYAttributionTypeIP