Duplicate device entries when using push notifications

0
Hi, when using a mobile mendix app with push notifications your mobile device is registered to receive notifications. This results in a new entry in the database with your registration id. If you reinstall the mobile app the system will create another entry in the db with a different registration id. This means the user has now two entries in the database. Then if you send a new push notification to the user, the system will create two messages (one for each device registration). The behaviour I suspect is one entry for each device, and a user can have zero or more devices. Is it normal behaviour that one device has multiple registration ids?
asked
1 answers
0

Good one, did you also raise an issue on Github. There it is picked up sooner then here ;)

Regards,

Ronald

answered