Jared McFarland
Jared McFarland
Make sure you are using the latest version `v4.10.1` which includes a fix that should address this issue: https://github.com/mixpanel/mixpanel-python/issues/127#issuecomment-1986537906
`v5.0.6` is released with the `PrivacyInfo.xcprivacy` added as a `resource` in the `.podspec`, `Package.swift` and `Copy Bundle Resources` build phase for all targets. Also, bumped the min iOS target down...
Fixed by https://github.com/mixpanel/mixpanel-react-native/pull/282 in `v3.0.9`
@cmriboldi Thanks for the PR. I think we can add it, just a few things though... 1. Fix the conflict 2. Add/update tests - https://github.com/mixpanel/mixpanel-swift/blob/master/MixpanelDemo/MixpanelDemoTests/MixpanelDemoTests.swift#L787 - https://github.com/mixpanel/mixpanel-swift/blob/master/MixpanelDemo/MixpanelDemoTests/MixpanelOptOutTests.swift#L208 - https://github.com/mixpanel/mixpanel-swift/blob/master/MixpanelDemo/MixpanelDemoMacTests/MixpanelDemoTests.swift#L714 -...
@copilot Please update the pull request with the following change: Add a workflow step in .github/workflows/android.yml after the emulator setup to wait for the Android emulator to fully boot before...
## Addressed GitHub Copilot Feedback Refactored the first launch check to use the established message passing pattern instead of creating a new Thread: ### Changes made: 1. **Added `CHECK_FIRST_LAUNCH` message...