Skip to content

Releases: adaptyteam/AdaptySDK-iOS

1.13.2

03 Jun 13:28
Compare
Choose a tag to compare

Added

  • Added syncInstall request caching.
  • Added configurable retries for requests.

Updated

  • Updated server error codes.
  • Made receipt validation api method private.
  • Removed validate button from example app.
    +Updated paywalls cache policy.
  • Updated CryptoSwift dependency to 1.4.0.
  • Made external analytics disabling independent from network request.

1.13.0

07 May 13:39
Compare
Choose a tag to compare

Added:

  • Added support for MacOS.
  • Added caching based on request / response hash system for several GET requests.
  • Added POST request hashes for updateProfile / updateAttribution methods.
  • Added restore action, restore event and edge offsets placeholder handling for visual paywalls.

1.12.7

12 Apr 09:48
Compare
Choose a tag to compare

Added

  • Added isFamilyShareable property to product for iOS 14+

1.12.6

01 Apr 08:37
Compare
Choose a tag to compare

Added

  • Added .presentCodeRedemptionSheet() to public SDK API.
  • Added callback for active promo, even if promo didn't change since last call.

Updated

  • Marked networkUserId as required for .updateAttribution() method.

1.12.5

22 Mar 09:42
Compare
Choose a tag to compare

Updated

  • Removed idfa / idfv from syncInstall payload in case of disabled external analytics.

1.12.4

10 Mar 15:18
Compare
Choose a tag to compare

Added

  • Added retry for createProfile request in case of poor connection or if server is down.

1.12.3

18 Feb 12:15
Compare
Choose a tag to compare

Added

  • Added facebookAnonymousId to .updateProfile() method params.

Updated

  • Replaced Bundle SDK Version with constant value.
  • Completely disabled Kinesis events in case user opt out from external analytics.

1.12.2

10 Feb 14:15
Compare
Choose a tag to compare

Added

  • Added public abTestName and name properties to PaywallModel and to nested products array.

Updated

  • Updated Kinesis logic to perform everything on a background thread.
  • Forced all SDK callbacks to be performed on a main thread.
  • Renamed setVariationId(, forTransactionId: ) method.
  • Removed deprecated plist property AdaptyAutomaticPaywallsScreenReportingEnabled.

1.12.1

29 Jan 12:15
Compare
Choose a tag to compare

Added

  • Added ability to opt-out from external analytics services.
  • Added ability to connect observer mode purchase with a paywall it was made from.

1.12.0

22 Jan 10:19
Compare
Choose a tag to compare

Updated

  • Fixed a/b metrics calculations for interrupted transactions.