Skip to content

Releases: adaptyteam/AdaptySDK-iOS

1.11.1

19 Jan 16:23
Compare
Choose a tag to compare

Added

  • Added manual paywall screen tracking showcase to demo app.
  • Added a cosmetic forceUpdate to getPurchaserInfo method.
  • Added paywalls re-sync during first launch if receipt is non-empty.
  • Added guaranteed didReceiveUpdatedPurchaserInfo delegate method call per session.

Updated

  • Fixed Kinesis service callback handling.
  • Removed getPromo method empty body response error log.

1.11.0

23 Dec 13:49
Compare
Choose a tag to compare

Added

  • Added support for manual paywall screen reporting. Added showcase for A/B test in docs.
  • Added detailed description for iOS 14 simulator products fetch request error.

Updated

  • Made visualPaywall / customPayloadString / customPayload in PaywallModel nullable.
  • Removed .state from getPurchaserInfo callback. Refactored getPurchaserInfo to work with cached data. Added purchaserInfo background updates.
  • Removed .state from getPaywalls callback. Added optional forceUpdate and set cached state as a default one for getPaywalls.
  • Added tip about Swift 5.0 requirement to README.

1.10.3

09 Dec 15:41
Compare
Choose a tag to compare

Added

  • Added customPayloadString public property to PaywallModel

Multiple improvements for Flutter integration

03 Dec 14:26
Compare
Choose a tag to compare

Added

  • Added apnsTokenString to public properties.

Updated

  • Replaced error with info message for setFallbackPaywalls method in case there are already stored real paywalls available.