-
Notifications
You must be signed in to change notification settings - Fork 1
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
Is this library still supported? #28
Comments
Hey @TizianoCoroneo,
Can you please answer a few queries: |
We always strive to stay on latest versions of everything, and following that we got rid of Cocoapods in favor of SPM almost 2 years ago. Yes I would prefer to have SPM support. I understand pinning the version to the last version that you tested, but I think that allowing at least patch version bumps, like from 6.12.2 to 6.12.3, should be allowed. I'll refactor our project to use Rudderstack v1 for the moment, thanks for the info. |
To inform you, we plan to update the current restriction in the Swift Package Manager (SPM) so that you can utilise the latest version of the AppsFlyer SDK. The ETA for this update is late next week. I'll keep you updated. |
Hey @TizianoCoroneo, |
Hey @TizianoCoroneo, |
Works, thank you! |
The latest version of the Rudderstack SDK is 2.4.3, and the current definition in the
Package.swift
offrom: "1.0.0"
will avoid updating to major versions.Similarly, the latest version of the AppsFlyer SDK is
6.12.3
that is explicitly excluded from the specified range:"6.12.2"..<"6.12.3"
.Is this library still supported? Why is the latest version of AppsFlyer explicitly excluded? Should I copy paste the content of this library into our project? Should I roll my own?
The text was updated successfully, but these errors were encountered: