Expo push notifications gives the same token for different devices

I push the device push token to the user’s account when they are logged in, and remove it when they aren’t. That way users only get appropriate notifications on the off chance different users use the same device.

I am noticing something funny though, I have the Expo client running on 4 different devices, 2 Android and 2 IOS. Here’s the issue: the token being reported is the EXACT SAME for the iPad and the iPhone! The Android devices report different, appropriate tokens.

Has anyone ran into this, and if so what was the fix? Perhaps this is just an Expo client issue, and will not replicate when the .ipa file is introduced? I don’t have a Mac right now so cannot check that on my own.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.