Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Allow changing of Device ID multiple times #498

Closed hborisoff closed 2 years ago

hborisoff commented 2 years ago
What Where/Who
JIRA Issue SDK-732
People Involved @hborisoff

Allow switching Device ID after Leanplum has started using Leanplum.forceNewDeviceId(String). In opposite to the other method Leanplum.setDeviceId(String) this one allows for multiple changes. The push tokens are also moved to the new device and push notifications are possible immediately.