All Versions
153
Latest Version
Avg Release Cycle
5 days
Latest Release
5 days ago

Changelog History
Page 13

  • v2.3.0 Changes

    • ๐Ÿ”ง addAttribution is now a class method that can be called before the SDK is configured.
    • addAttribution will automatically add the rc_idfa and rc_idfv parameters if the AdSupport and UIKit frameworks are included, respectively.
    • A network user identifier can be send to the addAttribution function, replacing the previous rc_appsflyer_id parameter.
    • ๐Ÿ”ง Apple Search Ad attribution can be automatically collected by setting the automaticAttributionCollection boolean to true before the SDK is configured.
    • โž• Adds an optional configuration boolean observerMode. This will set the value of finishTransactions at 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.