Skip to content

Releases: RevenueCat/cordova-plugin-purchases

1.3.1

16 Oct 18:32
14a6ec8
Compare
Choose a tag to compare

1.3.0

25 Sep 20:13
c803df6
Compare
Choose a tag to compare

1.3.0

  • Attribution V2:
    • Deprecated addAttribution in favor of setAdjustId, setAppsflyerId, setFbAnonymousId, setMparticleId.
    • Added support for OneSignal via setOnesignalId
    • Added setMediaSource, setCampaign, setAdGroup, setAd, setKeyword, setCreative, and collectDeviceIdentifiers
      RevenueCat/purchases-android#184
  • Bumped purchases-hybrid-common to 1.4.3 Changelog here
  • Bumped purchases-ios to 3.7.2 Changelog here
  • Bumped purchases-android to 3.5.0 Changelog here
  • Added PurchasesPlugin.swift to prevent compiling issues on objective-c projects
  • removed use-frameworks setting in the sample app to fix linking issues

Release 1.2.2 (#54)

14 Sep 17:08
4db7387
Compare
Choose a tag to compare

1.2.1

09 Sep 21:26
ac7aa07
Compare
Choose a tag to compare
  • Removed lambda from Android code (#51)

1.2.0

19 Jun 22:03
Compare
Choose a tag to compare
  • Bumped iOS to 3.4.0 Changelog here
  • Bumped Android to 3.2.0 Changelog here
  • Added managementURL to PurchaserInfo
  • Added setProxyURL
  • Added originalPurchaseDate to PurchaserInfo
  • Adds new headers for platformFlavor and platformFlavorVersion
  • Adds userDefaultsSuiteName as an option when setting up the SDK
  • Linked TS Types (#42)
  • Moved iOS common files to use pod dependencies (#39)
  • Moved Android common files to use gradle maven dependency (#39)

1.1.0

02 Apr 21:59
c9feead
Compare
Choose a tag to compare

1.1.0

  • Adds an example project that shows how to set up an app with RevenueCat
    #29
  • Adds Subscriber Attributes, which allow developers to store additional, structured information
    for a user in RevenueCat. More info: https://docs.revenuecat.com/docs/user-attributes.
  • Adds new method to invalidate the purchaser info cache, useful when promotional purchases are granted from outside the app.
    #32

1.0.5

05 Feb 21:08
78598c9
Compare
Choose a tag to compare
  • Adds shouldPurchasePromoProduct, which allows the app to decide how and when to handle promotional purchases made by users directly through the App Store (#25).
  • Fixes some JSDocs and export types #26.

1.0.4

19 Dec 03:34
Compare
Choose a tag to compare

Adds missing types

1.0.3

19 Dec 03:29
Compare
Choose a tag to compare
  • Renames introEligibilityStatus to status in IntroEligibility

1.0.2: checkTrialOrIntroductoryPriceEligibility and SDKs updates (#24)

18 Dec 20:34
b0c8af5
Compare
Choose a tag to compare
  • Adds checkTrialOrIntroductoryPriceEligibility. Note that Android always returns INTRO_ELIGIBILITY_STATUS_UNKNOWN.
  • Updates iOS to 3.0.1 and Android to 3.0.4