Skip to content
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
Compare
Choose a tag to compare
@lgarbo lgarbo released this 04 Nov 09:48

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