1. Did login using jwt.
Zendesk.getInstance().loginUser(jwt)
2. Tested push notifications - getting push notifications.
3. Did logout
Zendesk.getInstance().logoutUser
4.Tested push notifications - Not getting push notifications
Is this an expected behavior that after doing logout we will not get the notifications ?