Hi everyone.. i've a big problem, i must know if a user has uninstalled the app.
I use firebase messaging to send push notification using a token.
There is a way to know if a user has deleted the app?
I read that maybe using the fact that the firebase token became invalid after a while... but i tried to send a notification to a old token (some hours after i deleted the app) but the firebase response says:
success: 1, failure: 0
so my question is: Will a token of an uninstalled app ever become invalid? If yes, someone knows after how much time it happens? Someone has some other suggetions to detect if the user deleted the app?
Thanks to everyone, I hope to receive some tips!
I use firebase messaging to send push notification using a token.
There is a way to know if a user has deleted the app?
I read that maybe using the fact that the firebase token became invalid after a while... but i tried to send a notification to a old token (some hours after i deleted the app) but the firebase response says:
success: 1, failure: 0
so my question is: Will a token of an uninstalled app ever become invalid? If yes, someone knows after how much time it happens? Someone has some other suggetions to detect if the user deleted the app?
Thanks to everyone, I hope to receive some tips!