Skip to content

Releases: adaptyteam/AdaptySDK-iOS

2.3.1

07 Feb 15:16
Compare
Choose a tag to compare
  • Fixed a bug that caused a new anonymous user to be created when migrating from earlier versions of the SDK.

2.3.0

19 Jan 17:08
Compare
Choose a tag to compare
  • Added an option to specify the paywall locale.
    ❗️Please note that you should enable this feature in the dashboard, in other case the SDK will not receive any values for remoteConfig

2.2.2

30 Dec 14:51
Compare
Choose a tag to compare
  • Added integration with Firebase and Google Analytics. Read more.

2.2.1

22 Dec 17:23
Compare
Choose a tag to compare
  • Fixed a bug when some additional purchase parameters were not sent in Observer Mode.

2.2.0

12 Dec 14:17
Compare
Choose a tag to compare
  • The library structure has been changed
  • Example Project now uses SPM instead of Cocoapods
  • AdaptyDelegate method paymentQueue(shouldAddStorePaymentFor:defermentCompletion:) was renamed to shouldAddStorePayment(for:defermentCompletion:)
  • Added default implementation for shouldAddStorePayment(for:defermentCompletion:). Now you should implement it only if you want to interrupt the user-initiated purchase and continue the transaction manually
  • Added some serialization/deserialization logic for cross-platform support

2.1.1

02 Dec 10:01
Compare
Choose a tag to compare
  • Fixed a bug that caused the getPaywallProducts function to return unknown eligibility on rare cases when working with waitForReceiptValidation policy.
  • Added additional logs for edge cases.

2.1.0

18 Nov 18:06
Compare
Choose a tag to compare

Additions:

  • Added apiKey check on activate (there will be full reset if you change your apiKey without app reinstall).
  • Added integration with OneSignal. Read more.
  • Added integration with Pushwoosh. Read more.

Public Api changes:

  • Removed facebookUserId field from Profile.
  • customPayload field of AdaptyPaywall renamed to remoteConfig.
  • customPayloadString field of AdaptyPaywall renamed to remoteConfigString.

2.0.4

10 Nov 15:15
Compare
Choose a tag to compare
  • fixed typo in AdaptyProfileParameters coding keys

2.0.3

09 Nov 17:15
Compare
Choose a tag to compare
  • Apple Search Ads attribution logic refactoring.

2.0.2

08 Nov 17:17
Compare
Choose a tag to compare
  • Since a number of our users encountered naming ambiguity errors, we decided to rename all our entities so that they contain the prefix Adapty.
  • Fixed a bug where the .getPaywallProducts(paywall:) function returned redundant products.