Android
Set a custom user identifier
Using MobileProtect you can add a custom user identifier which will be attached to events sent by the SDK, you can do so using:
MobileProtect.setUserIdentifier("your user identifier")
iOS
Set a custom user identifier
Using MobileProtect you can add a custom user identifier which will be attached to events sent by the SDK, you can do so using:
[DTMobileProtect setUserIdentifier:@"user_1"];