I am using OneSignal to manage push notifications. Everything works great, but how do you deal with multiple users on the same device?
For example, player A logs into my app. OneSignal only sees them by their player id which is associated with the device.
Now Player A logs out, and logs back into my app as Player B. Because both Player A and Player B use the same device, OneSignal will send them the same notifications (because the Player id is device specific).
How can you differentiate between many different users on the same device using OneSignal then?