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
Added
- added
userIdproperty - 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
userIdif anemaildoes not exist:track,trackPushOpen,registerToken, anddisableDevice.