This repository was archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Add push / registration methods; update readme and typescript defs; add tvOS support, update iOS and Android SDK; make podspec package.json driven; add fine grained in-app message control; add opt in / out tracking; add autolinking information; Expose iOS params that can be passed on Mixpanel instance initalization: trackCrashes, automaticPushTracking, launchOptions; add Changelog #180
Merged
davide-scalzo
merged 47 commits into
davide-scalzo:master
from
lorenc-tomasz:clear_push_registration_token
Oct 30, 2019
Merged
Add push / registration methods; update readme and typescript defs; add tvOS support, update iOS and Android SDK; make podspec package.json driven; add fine grained in-app message control; add opt in / out tracking; add autolinking information; Expose iOS params that can be passed on Mixpanel instance initalization: trackCrashes, automaticPushTracking, launchOptions; add Changelog #180
davide-scalzo
merged 47 commits into
davide-scalzo:master
from
lorenc-tomasz:clear_push_registration_token
Oct 30, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update iOS to 3.4.4 and Android to 5.6.0
…onvinient way to de-register iOS device
Clear push registration token update deps
The later versions of Mixpanel have the ability to opt in/out of collecting data for GDPR purposes. This adds support for those as well as updating the Mixpanel library.
Contributor
Author
Why you #import the Mixpanel.h into app delegate? It's not necessary. From RN 0.60 the auto-linking feature works out of the box. |
Contributor
Author
|
@aakashsigdel Could you look into this PR and merge it? |
…on: trackCrashes, automaticPushTracking, launchOptions
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[Android] Allow to retrieve current Firebase Cloud Messaging token.
[Android] Add support for clearing a single registration id on Android
[iOS] Pass deviceToken as string to
removePushDeviceTokenas more convenient way[General] Update Readme.md
[General] Update index.d.ts
[General] Update npm package version