Skip to content

Releases: jointag/JTProximitySDK-iOS

Release 1.8.0

26 Mar 14:06
Compare
Choose a tag to compare
  • Removed CoreBluetooth framework from project dependencies so that Apple AppStore submission no longer send an incorrect warning for ITMS-90683: The app's Info.plist file should contain a NSBluetoothAlwaysUsageDescription.
  • Minor fixes

Release 1.7.1

11 Dec 13:50
Compare
Choose a tag to compare
  • Fixed an issue when handling new versions of "IABConsent_ParsedPurposeConsents" string

Release 1.7.0

29 Nov 13:50
Compare
Choose a tag to compare
  • Major performance optimization
  • Implemented a circuit breaker design pattern for networ requests
  • Fixed a critical issue with AppData/Library/Preference storage size greatly increasing over months of app usage

Release 1.6.0

26 Sep 11:11
Compare
Choose a tag to compare
  • Implemented Consent logic
    • Added support to IAB Framework 1.1 compatible CMPs
    • Added support for manual consent handling
  • Replaced deprecated UIWebView with WKWebView
  • Removed debug parameter for initialization method

Release 1.6.0-alpha.1

12 Sep 12:38
Compare
Choose a tag to compare
Release 1.6.0-alpha.1 Pre-release
Pre-release
  • GDPR compliance
    • Implemented manual consent flow
    • Implemented IAB Framework 1.0 support for third party CMPs
  • iOS 13 compatibility

Release 1.4.0

22 Oct 13:45
Compare
Choose a tag to compare
  • Advertisement contents of type "link" can now be configured to be opened in
    the system browser instead of a embedded WebView
  • Added an Info toolbar to the content interface, with the following:
    • A Privacy button that opens a web page in the browser, where the user will
      review the platform privacy informations and has the ability to optout from
      the platform notifications
  • New tracking parameters are supplied to the web page when opening a
    link-type contents ¹:
    • jta : platform apiKey
    • jti : advertising identifier
    • jtu : installation identifier

Release 1.4.0-beta.1

31 Aug 10:17
Compare
Choose a tag to compare
Release 1.4.0-beta.1 Pre-release
Pre-release
  • Advertisement contents of type "link" can now be configured to be opened in
    the system browser instead of a embedded WebView

  • [FIX] Implemented local databases cleanup

  • [FIX] Fixed the returned value of ProximitySDK.handleUserNotification()

Release 1.3.5

16 Feb 15:51
Compare
Choose a tag to compare
  • Minor bugfixes

Release 1.3.3

17 Nov 14:44
Compare
Choose a tag to compare
  • Various bugfixes and optimizations

Release 1.3.2

03 Nov 09:37
Compare
Choose a tag to compare
  • minor bugfixes