Skip to content

Conversation

@nickolas-dimitrakas
Copy link

@nickolas-dimitrakas nickolas-dimitrakas commented Aug 30, 2025

Summary

  • Added a new mParticle-Rokt-NoLocation library product alongside the default integration, giving developers the option to integrate without CoreLocation dependencies. Updated Package.swift and podspec accordingly to support both variants while keeping dependencies consistent.

Testing Plan

  • Was this tested locally? If not, explain why.
  • Verified locally that data flows successfully from the example apps to the mParticle UI Live Stream.

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

@nickolas-dimitrakas nickolas-dimitrakas requested a review from a team as a code owner August 30, 2025 02:14
@nickolas-dimitrakas nickolas-dimitrakas changed the title Feat/create no location target for rokt kit feat: create no location target for rokt kit Aug 30, 2025
@nickolas-dimitrakas nickolas-dimitrakas marked this pull request as draft September 2, 2025 16:41
objc.source_files = 'mParticle-Rokt/*.{h,m}'
objc.public_header_files = 'mParticle-Rokt/*.h'
objc.dependency 'mParticle-Apple-SDK/mParticleNoLocation', '~> 8.0'
objc.dependency 'Rokt-Widget', '~> 4.10'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to extract this version into a variable and reuse it so that we don't have to change multiple places when upgrading the version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants