Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] iAd + AdServices #1740

Closed
wants to merge 30 commits into from
Closed

Commits on May 2, 2022

  1. [CF-106] Fetch AdServices Token (#1519)

    Co-authored-by: NachoSoto <NachoSoto@users.noreply.github.com>
    Co-authored-by: Josh Holtz <me@joshholtz.com>
    3 people authored May 2, 2022
    Configuration menu
    Copy the full SHA
    fd2fb2d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Merge branch 'main' into ad-services-sdk

    # Conflicts:
    #	RevenueCat.xcodeproj/project.pbxproj
    Maddie Beyl committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6879358 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Merge branch 'main' into ad-services-sdk

    # Conflicts:
    #	Gemfile.lock
    #	RevenueCat.xcodeproj/project.pbxproj
    #	Sources/Logging/Strings/StoreKitStrings.swift
    #	Sources/Misc/Deprecations.swift
    #	Tests/UnitTests/Purchasing/PurchasesTests.swift
    Maddie Beyl committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d14960f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Merge branch 'main' into ad-services-sdk

    # Conflicts:
    #	Tests/APITesters/SwiftAPITester/SwiftAPITester/PurchasesAPI.swift
    #	Tests/UnitTests/Purchasing/Purchases/PurchasesTests.swift
    Maddie Beyl committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e1021cb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. [CF-553] Post AdServices token (#1534)

    Co-authored-by: NachoSoto <NachoSoto@users.noreply.github.com>
    Co-authored-by: Josh Holtz <me@joshholtz.com>
    3 people authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cbe9819 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Merged in main

    joshdholtz committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    cbc44cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ed569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4b6440 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    efa22df View commit details
    Browse the repository at this point in the history
  2. Merged main

    joshdholtz committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a3e6429 View commit details
    Browse the repository at this point in the history
  3. Add files back -- wont build, need to fix for attribution dictionary …

    …migration to [AttrNetwork: String]
    Maddie Beyl committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d0c576f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Revert "Add files back -- wont build, need to fix for attribution dic…

    …tionary migration to [AttrNetwork: String]"
    
    This reverts commit d0c576f.
    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c6f1eab View commit details
    Browse the repository at this point in the history
  2. Add back deleted files

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5f444d7 View commit details
    Browse the repository at this point in the history
  3. Add iAd stuff back in... build failing due to [AttrNetwork: String] r…

    …efactor
    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    0e66fe1 View commit details
    Browse the repository at this point in the history
  4. Fix latestAdvertisingIdsByNetworkSent rename

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    46ff17c View commit details
    Browse the repository at this point in the history
  5. Fix String -> AttributionNetwork refactor

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    eb13a18 View commit details
    Browse the repository at this point in the history
  6. Update outdated deprecation message

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f7ed2dc View commit details
    Browse the repository at this point in the history
  7. remove de-init setting of static property

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    2386e08 View commit details
    Browse the repository at this point in the history
  8. temporarily disable treating build warnings as errors + add todo, unt…

    …il i figure out a workaround for calling deprecated stuff
    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    710b780 View commit details
    Browse the repository at this point in the history
  9. Update api testers

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    d66ef3c View commit details
    Browse the repository at this point in the history
  10. First round of adding back unit tests

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    5324d54 View commit details
    Browse the repository at this point in the history
  11. rearrange to avoid diffs against main

    Maddie Beyl committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    9545953 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. add back missing test

    Maddie Beyl committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    893f51f View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Maddie Beyl committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    4d80bd8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into ad-services-sdk

    Maddie Beyl committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    e18b65e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a42840 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Rearrange attribution poster tests to avoid duplicate guard #availabl…

    …e checks
    Maddie Beyl committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    952d4f9 View commit details
    Browse the repository at this point in the history
  2. add setUpWithError guard for ios-only tests

    Maddie Beyl committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    aebfbe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bfb8c0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ad-services-sdk-with-iad' of github.com:RevenueCat/purc…

    …hases-ios into ad-services-sdk-with-iad
    
    # Conflicts:
    #	Tests/UnitTests/Attribution/AttributionPosterTests.swift
    Maddie Beyl committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8078cb7 View commit details
    Browse the repository at this point in the history