Skip to content
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

Update for RN 61 #1

Open
wants to merge 29 commits into
base: update
Choose a base branch
from
Open

Update for RN 61 #1

wants to merge 29 commits into from

Conversation

fhadsheikh
Copy link

No description provided.

gustavogenovese and others added 29 commits October 10, 2019 10:16
…dd 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)

* Update Android SDK to 5.6.0

* Lock iOS podspec to 3.4.4

* Updater package

* Update Readme

* Change implementation to api within gradle build

* Update iOS Mixpanel to 3.4.5

* Lock iOS podspec to 3.4.5

* Update npm version

* Update gitignore - add prefs and vsc project

* Update index.d.ts - add clearSuperProperties

* Add support for clearing a single registration id on Android

* Udpate index.d.ts

* [iOS] Pass deviceToken as string to `removePushDeviceToken` as it's convinient way to de-register iOS device

* Update readme

* Update npm version

* Update README.md

* [Android] Retrieves current Firebase Cloud Messaging token

* Update readme.md and index.d.ts

* [Android] Add getPushRegistrationId

* Add missing definition

* Update README.md

* Update definitions and error messages

* Update Android SDK to 5.6.3

* Update iOS podspec to 3.4.7

* Update npm version

* Update dependencies version

* [iOS] Podspec should take velues from package.json

* Added support for tvOS

* Add append method; update readme.md

* Update Mixpanel.h

* Added fine grained in-app message control

* Add Opting Out / In

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.

* Update version

* Update doc

* Add information about Autolinking

* Add missing Platform import

* Update readme; add changelog

* Expose iOS params that can be passed on Mixpanel instance initalization: trackCrashes, automaticPushTracking, launchOptions

* Fix typo
…o 5.6.8; Check against potential NPE (#207)

* Update Android SDK to 5.6.0

* Lock iOS podspec to 3.4.4

* Updater package

* Update Readme

* Change implementation to api within gradle build

* Update iOS Mixpanel to 3.4.5

* Lock iOS podspec to 3.4.5

* Update npm version

* Update gitignore - add prefs and vsc project

* Update index.d.ts - add clearSuperProperties

* Add support for clearing a single registration id on Android

* Udpate index.d.ts

* [iOS] Pass deviceToken as string to `removePushDeviceToken` as it's convinient way to de-register iOS device

* Update readme

* Update npm version

* Update README.md

* [Android] Retrieves current Firebase Cloud Messaging token

* Update readme.md and index.d.ts

* [Android] Add getPushRegistrationId

* Add missing definition

* Update README.md

* Update definitions and error messages

* Update Android SDK to 5.6.3

* Update iOS podspec to 3.4.7

* Update npm version

* Update dependencies version

* [iOS] Podspec should take velues from package.json

* Added support for tvOS

* Add append method; update readme.md

* Update Mixpanel.h

* Added fine grained in-app message control

* Add Opting Out / In

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.

* Update version

* Update doc

* Add information about Autolinking

* Add missing Platform import

* Update readme; add changelog

* Expose iOS params that can be passed on Mixpanel instance initalization: trackCrashes, automaticPushTracking, launchOptions

* Fix typo

* [iOS] Add missing MixpanelType.h file

* Method createAlias should accept two parameters

* Update mixpanel-android to 5.6.8

* Update package.json

* Update CHANGELOG.md

* Update README.md

* Add check against potential NPE

* Update package.json

* Update CHANGELOG.md

Co-authored-by: Davide Scalzo <[email protected]>
The version available to pod install now are the 3.6.0 version, with the old 3.5.0, the package are failing on install ios depencendy.
Fix `showInAppMessageIfAvailable` : No token parameter required, but still sending unknown variable.
…242)

* Added access to the setAppSessionPropertiesIOS which was not exposed

* Removed interface for object
Fixing rare instance when getCurrentActivity is null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.