Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Add ability to initialize SDK with userId instead of an email

Choose a tag to compare

@davidtruong davidtruong released this 14 Oct 06:18
· 80 commits to master since this release

Added

  • added userId property
  • added new overloaded function for sharedInstanceWithApiKey to pass in a userId instead of an email.

Removed

  • removed header for initWithApiKey

Changed

  • changed the arguments of the following apis to use userId if an email does not exist: track, trackPushOpen, registerToken, and disableDevice.