This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Releases: glassfy/ios-sdk
Releases · glassfy/ios-sdk
1.4.2
1.4.1
Paywall
What's Changed
- Added support to Customizable Paywall
Connect Glassfy Universal Code
What's Changed
- added support to Connect Glassfy Universal Code
Purchase History API
What's Changed
- Added support to the Purchase History Object & Purchase History Api
1.3.6
1.3.5
Now you can set attributions attributes with the following code:
Glassfy.setAttribution(type: .IDFA, value: "device_idfa") { err in
// [...]
}
the following attributes can be set
Unique Adjust ID of the device. Available after the installation has been successfully tracked.
.AdjustID
App identifier generated by AppsFlyer at installation. A new ID is generated if an app is deleted, then reinstalled.
.AppsFlyerID
Identifier For Advertisers - Unique to each device. Only use for advertising.
.IDFA
Identifier For Vendor - Uniquely identifies a device to the app’s vendor.
.IDFV
User IP address
.IP
1.3.5-beta.0
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
1.4.0-beta.0
Beta support for Customizable Paywall : see https://docs.glassfy.io/docs/how-to-create-a-customizable-paywall-and-deploy-it-in-your-app