Closed reeq-dev closed 1 year ago
Update: downgrade for 2.2.1 made it work
Experiencing same issue, drop of mixpanel events since last update.
experiencing same issue, downgraded to 2.2.1
experiencing same issue, downgraded to 2.2.1 doesn't work as well.. any other suggestions?
experiencing same issue, downgraded to 2.2.1 doesn't work as well.. any other suggestions?
for 2.2.1:
Hey @hilat-autofleet , yes It works .. forgot to update here. btw thanks 🙏
It looks like the issue has been solved in version 2.2.5. At least I am seeing events from iOS on that version.
This issue should be fixed in v2.2.5. Please update and let us know if the issue persists.
iOS does not track any events even from freshly installed project. 0 logs after
.setLoggingEnabled(true);
from xcode or rn terminal. Since the react-native package installs a swift package as well I tried to setup and fire event from swift file and it worked - so problem is related to react-native wrapper Android seems fine.XCode: 14.2 (14C18) Chip: M1 Pro "react-native": "0.71.7" "mixpanel-react-native": "^2.2.4",
Pay attention that there is some changings in Podfile to allow launch app on m1:
and excluded archs in build settings for target: arm64 aswell
repo to reproduce https://bitbucket.org/nreeq/mixpanel_test_project/src/master/