Skip to content

Releases: RevenueCat/purchases-flutter

1.4.0

15 Oct 20:02
86be635
Compare
Choose a tag to compare

1.3.1

30 Sep 14:42
91ee1fd
Compare
Choose a tag to compare

1.3.1

  • Build config updates to fix build issues on iOS:
    • Added DEFINES_MODULE build setting for cocoapods projects
    • added swift version
    • made framework compile statically
    • replaced #import with @import
      #100
    • bumped iOS version to 3.7.2
    • bumped purchases-hybrid-common version to 1.4.3

1.3.0

23 Sep 17:09
3fdfa13
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.2 Changelog here
  • Bumped purchases-ios to 3.7.1 Changelog here
  • Bumped purchases-android to 3.5.0 Changelog here

1.2.1

03 Jul 19:53
Compare
Choose a tag to compare
  • Fix a NullPointerException in the Android plugin (#83)
  • Made some clarifications on the docs for the type parameter in getProducts and purchaseProduct (#81)

1.2.0

01 Jul 21:46
Compare
Choose a tag to compare
  • Bumped iOS to 3.4.0 Changelog here
  • Bumped Android to 3.2.0 Changelog here
  • Upgrade Flutter Android APIs (#74)
  • Adds userDefaultsSuiteName as an option when setting up the SDK (#70)
  • Added managementURL to PurchaserInfo (#67)
  • Added originalPurchaseDate to PurchaserInfo (#66)
  • Added setProxyURL (#63)
  • Exposes setFinishTransactions (#45)
  • Adds missing error codes (#64)
  • Adds new headers for platformFlavor and platformFlavorVersion (#57, #46)

1.1.1

20 May 20:44
8956c23
Compare
Choose a tag to compare
  • Update README.md to remove macOS support (#52)
  • Await setDebugLogsEnabled before next steps in the sample app (#38)

1.1.0

01 Apr 20:33
4b59002
Compare
Choose a tag to compare

1.0.5

27 Mar 23:59
c6a438a
Compare
Choose a tag to compare

1.0.4

24 Dec 09:51
Compare
Choose a tag to compare
  • Fixes getOffering always returns null #19

1.0.3

21 Dec 20:50
Compare
Choose a tag to compare
  • Fixes crash when there's no offerings #17