Skip to content

Releases: jointag/JTProximitySDK-iOS

1.16.0

08 Jan 11:10
Compare
Choose a tag to compare
Release 1.16.0

Release 1.15.0

09 Jan 09:16
Compare
Choose a tag to compare
  • Raised minimum iOS requirement to iOS 11.0
  • Removed deprecated architecture x386
  • Minor fixes

1.15.0-beta.1

22 Sep 10:50
Compare
Choose a tag to compare
fixup! Updated pod specs

Release 1.14.1

31 Mar 15:48
Compare
Choose a tag to compare
  • Bugfixes

Release 1.14.0

29 Mar 09:59
Compare
Choose a tag to compare
  • Implemented the tracking of user tags
  • Implemented the tracking of external user identifiers
  • Implemented a new manual consent framework. The manual consent now allows to
    specify the user's consent among several possible types: profiling,
    monitoring, advertising and advanced tracking.
  • Changed the priority of consent formats: manual consent now has a higher
    priority than IAB-compliant consent

Release 1.13.0

10 Nov 09:56
Compare
Choose a tag to compare
  • Minor fixes

Release 1.12.0

08 Sep 12:12
Compare
Choose a tag to compare

iOS 14 Compatibily Update

  • Library updated to support iOS 14 new Location Framework and App Tracking
    Transparency Framework

Breaking changes to Library Permissions

  • The library no longer automatically prompt for the required permissions
    at startup. All required permissions must now be prompted by the
    application

  • The library now offers helper methods easily request these permissions.
    These are the methods provided:

    • requestTrackingAuthorization() for prompting Tracking permission
      request

    • requestNotificationAuthorization() for prompting Notification
      permission request

    • requestLocationAuthorization() for prompting Location permission
      request

Release 1.11.0

18 Aug 13:24
Compare
Choose a tag to compare
  • Migrated the library framework format from the previous fat-binary static framework to multi-binary dynamic xcframework

Release 1.10.0

03 Aug 13:45
Compare
Choose a tag to compare
  • Added support for v2.0 IAB-compliant CMP Frameworks

Release 1.9.0

01 Jul 08:48
Compare
Choose a tag to compare
  • Added an option to programmatically disable/enable advertising delivery