All Versions
153
Latest Version
Avg Release Cycle
5 days
Latest Release
5 days ago
Changelog History
Page 13
Changelog History
Page 13
-
v2.3.0 Changes
- ๐ง
addAttributionis now a class method that can be called before the SDK is configured. addAttributionwill automatically add therc_idfaandrc_idfvparameters if theAdSupportandUIKitframeworks are included, respectively.- A network user identifier can be send to the
addAttributionfunction, replacing the previousrc_appsflyer_idparameter. - ๐ง Apple Search Ad attribution can be automatically collected by setting the
automaticAttributionCollectionboolean totruebefore the SDK is configured. - โ Adds an optional configuration boolean
observerMode. This will set the value offinishTransactionsat configuration time. - โก๏ธ Header updates to include client version which will be used for debugging and reporting in the future.
- ๐ง
-
v2.2.0 Changes
- โ Adds subscription offers
-
v2.1.1 Changes
- โช Avoid refreshing receipt everytime restore is called
-
v2.1.0 Changes
- โ Adds userCancelled as a parameter to the completion block of the makePurchase function.
- ๐ Better error codes.
-
v2.0.0 Changes
- ๐จ Refactor to all block based methods
- Optional delegate method to receive changes in Purchaser Info
- ๐ Ability to turn on detailed logging by setting
debugLogsEnabled
-
v1.2.1 Changes
- โ Adds support for Tenjin
-
v1.2.0 Changes
- Singleton management handled by the SDK
- โ Adds reset, identify and create alias calls
-
v1.1.5 Changes
- Conform RCPurchasesDelegate to NSObject
- โ Adds requestDate to the purchaser info to avoid edge cases
- โ Add iOS 11.2 availability annotations
-
v1.1.4 Changes
- ๐ Make RCPurchases initializer return a non-optional
-
v1.1.3 Changes
- โ Add option for disabling transaction finishing.