I'm facing the problem that when i clear data of my app, or i just reinstall it, in the next run i get a new RichPushUser credential, and thus my inbox is completely empty as it looks as a new user.
What i am trying to accomplish is to allow the user use the same richpushuser in multiple devices, so they can access the same inbox.
I tried setting a fixed Alias, but that doesn't help. And the RichPushUser class only allow you to get id/password, but not setting them.
Any ideas? Thanks