-
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
fix: segment compatibility #2
Conversation
Hi @Shahroz16, I just tried to upgrade from CIO 2x to CIO 3x but I am now blocked as we already have the Segment SDK in place and can't add this library at the same time via SPM. Two questions:
Thanks! |
Hey @PaulWen, thank you for your feedback. As customerio/customerio-ios#670, we are currently evaluating the effort required to support both SDKs running in parallel, but we haven't finalized a solution yet. In the meantime, you can continue using V2, as it is fully supported and compatible with analytics-swift SDK. We will keep you updated on any developments. Since V3 offers support for our CDP, we utilize features of Segment SDK. If you have any additional feedback or more use cases to share regarding the integration of analytics-swift SDK with V3 (as in our using both CIO CDP and Segment or just wanted to utilize some of v2 features of CIO), please do share with us. If it's easier to share privately you can email [email protected] to start a thread with our product team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍🏻
Problem:
Our fork and Segment SDK can't be added at the same time via SPM.
Solution:
Update module name from
Segment
toCioAnalytics
.Changes:
Segment