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 to Localytics 5.1.0, refactor & lint module, allow beacon monitoring #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

hansemannn
Copy link

@hansemannn hansemannn commented May 5, 2018

  • Updated the Localytics iOS-SDK to 5.1.0 (latest)
  • Updated the Localytics Android-SDK to 5.1.1 (latest)
  • Added full GPDR complience by the following methods:
    • pauseDataUploading()
    • setCustomerIdWithPrivacyOptedOut(customer_id: String, optedOut: Boolean)
    • setPrivacyOptedOut(optedOut: Boolean)
  • Refactored some methods, linted the whole source with clang-format
  • Added a new API to allow beacon monitoring (iOS only) without additional modules using
// Start monitoring
Localytics.startMonitoring((event) => {
  // Do stuff ...
  Ti.API.info(event);

  // Stop monitoring
  Localytics.stopMonitoring();
});

In general, I would like this module to become more official again. Let us know if we can help from the Titanium core team!

New Releases:

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.

1 participant