Hi team,
I am writing a native ios module for react native.
When the user logs in for the first time, I call the function:
- initializeWithMunchkinID
- registerPushDeviceToken
- associateLead
When the user logs out, I call the function:
- unregisterPushDeviceToken
But when the user re-login, I call these functions:
- initializeWithMunchkinID
- registerPushDeviceToken
- associateLead
but do not receive push notifications.
Please help me, thanks