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

[CF-106] Fetch AdServices Token #1519

Merged
merged 45 commits into from
May 2, 2022
Merged

[CF-106] Fetch AdServices Token #1519

merged 45 commits into from
May 2, 2022

Commits on Apr 20, 2022

  1. Add new configuration option automaticAdServicesAttributionTokenColle…

    …ction, deprecated automaticAppleSearchAdsAttributionCollection
    Maddie Beyl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    f3131f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d322c7c View commit details
    Browse the repository at this point in the history
  3. Fetch and post ad services token

    Maddie Beyl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    dbcdc4c View commit details
    Browse the repository at this point in the history
  4. Fix incorrect available check

    Maddie Beyl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c557ba5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    882a936 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into ad-services

    Maddie Beyl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    21aa633 View commit details
    Browse the repository at this point in the history
  7. fetching unit tests

    Maddie Beyl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    cc93cdb View commit details
    Browse the repository at this point in the history
  8. formatting/renaming

    Maddie Beyl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9706097 View commit details
    Browse the repository at this point in the history
  9. Remove code for fetching

    Maddie Beyl committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    c98031a View commit details
    Browse the repository at this point in the history
  10. Use canImport

    Co-authored-by: NachoSoto <NachoSoto@users.noreply.github.com>
    beylmk and NachoSoto authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    03357e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Update availability checks, move to Deprecations.swift

    Maddie Beyl committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    bcd58a2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ad-services' of github.com:RevenueCat/purchases-ios int…

    …o ad-services
    Maddie Beyl committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    5c957b7 View commit details
    Browse the repository at this point in the history
  3. Remove some todos, fix formatting

    Maddie Beyl committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4c6332c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. fix lint

    Maddie Beyl committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    4a952c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. fix mockattributionfetcher

    Maddie Beyl committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3811408 View commit details
    Browse the repository at this point in the history
  2. API testers

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

    Maddie Beyl committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    81f2628 View commit details
    Browse the repository at this point in the history
  4. move rest of deprecations to deprecations.swift

    Maddie Beyl committed Apr 25, 2022
    2 Configuration menu
    Copy the full SHA
    47ecfff View commit details
    Browse the repository at this point in the history
  5. Add comment about OS availability

    Maddie Beyl committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d51c37f View commit details
    Browse the repository at this point in the history
  6. Revert "move rest of deprecations to deprecations.swift"

    This reverts commit 47ecfff.
    Maddie Beyl committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f2014f8 View commit details
    Browse the repository at this point in the history
  7. Add explicit integer values for attribution networks

    Maddie Beyl committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8923389 View commit details
    Browse the repository at this point in the history
  8. Fix deprecation warning ...

    Maddie Beyl committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    e5dea3a View commit details
    Browse the repository at this point in the history
  9. update fastlane

    Maddie Beyl committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    10a073b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Revert "Fix deprecation warning ..."

    This reverts commit e5dea3a.
    Maddie Beyl committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    352de9e View commit details
    Browse the repository at this point in the history
  2. skipping setting properties on de-init

    Maddie Beyl committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    bae8e3c View commit details
    Browse the repository at this point in the history
  3. Update docc and AttributionNetwork api tester

    Maddie Beyl committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d4a552a View commit details
    Browse the repository at this point in the history
  4. Remove iad code

    Maddie Beyl committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c181dc7 View commit details
    Browse the repository at this point in the history
  5. deprecate attributionnetwork enum value

    Maddie Beyl committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f29aedb View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. remove superfluous lint disable

    Maddie Beyl committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d6d3dc7 View commit details
    Browse the repository at this point in the history
  2. remove iad-associated unit tests

    Maddie Beyl committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    67b3e7a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ad-services-sdk' into ad-services

    Maddie Beyl committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4d800ac View commit details
    Browse the repository at this point in the history
  4. fix more unit tests

    Maddie Beyl committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    2b21373 View commit details
    Browse the repository at this point in the history
  5. Fix bad merges

    Maddie Beyl committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    61c28a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26b02f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Make adServicesToken a var

    Maddie Beyl committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    a11742a View commit details
    Browse the repository at this point in the history
  2. use do catch, more details in error log

    Maddie Beyl committed Apr 28, 2022
    3 Configuration menu
    Copy the full SHA
    6a7697b View commit details
    Browse the repository at this point in the history
  3. formatting

    Maddie Beyl committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    60db73b View commit details
    Browse the repository at this point in the history
  4. Update Sources/Purchasing/Purchases.swift

    Co-authored-by: NachoSoto <NachoSoto@users.noreply.github.com>
    beylmk and NachoSoto authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1df28a0 View commit details
    Browse the repository at this point in the history
  5. linking optional

    Maddie Beyl committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3e3d383 View commit details
    Browse the repository at this point in the history
  6. directly return

    Maddie Beyl committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cc98cbe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    839bc8d View commit details
    Browse the repository at this point in the history
  8. make error not optional

    Maddie Beyl committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2c16386 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into ad-services

    Maddie Beyl committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    42bbabc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    3de0061 View commit details
    Browse the repository at this point in the history
  2. Don't link AdServices.framework on watchOS & tvOS (#1554)

    This fixes the watchOS and tvOS compilation (yay CI test coverage catching this!)
    Now the framework is only linked for the rest of the platforms.
    NachoSoto authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    d9f757b View commit details
    Browse the repository at this point in the history