Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 03:19
· 56 commits to refs/heads/main since this release
7426abf

Highlights

Features

  • Support for advertising identifier and adId consent collection (#55) @timkimadobe
  • Added the getUrlVariable API to support passing the visitor ID from a mobile app to a web view (#79) @addb

Maintenance

  • API docs for setAdvertisingIdentifier (#72) @emdobrin
  • Test app updates for the new APIs.

Full Changelog: 1.0.1...1.1.0

What's Changed

  • Migrating adID feature branch to current dev branch by @timkimadobe in #52
  • Update Test App to use real IDFA flow for ad ID changes by @timkimadobe in #54
  • Adding log for trying to update identifiers for ad ID reserved namespaces by @timkimadobe in #56
  • Bump cocoapods-downloader from 1.4.0 to 1.6.3 by @dependabot in #62
  • merge main -> dev after v1.0.1 release by @emdobrin in #63
  • Release Drafter draft release tool by @timkimadobe in #64
  • Merge latest dev changes -> feature/adidConsent by @emdobrin in #66
  • Updated test dependencies by @emdobrin in #67
  • Update ad ID consent to align with sample app implementation by @timkimadobe in #69
  • Update Swift Test App for iOS 13 compatibility by @timkimadobe in #70
  • Select test scheme from xcodeproj by @emdobrin in #71
  • API docs for setAdvertisingIdentifier by @emdobrin in #72
  • Support for advertising identifier and adId consent collection by @timkimadobe in #55
  • Update test app dependencies for adid by @emdobrin in #74
  • TestAppObjC updates for setAdvertisingIdentifier by @emdobrin in #77
  • Bump version to 1.1.0 by @emdobrin in #78
  • Feature: Added new getUrlVariables API by @addb in #79
  • Dev -> Staging v1.1.0 by @addb in #81
  • staging -> main for 1.1.0 release by @emdobrin in #82
  • Fix test-podspec script by @addb in #83

New Contributors