We have a requirement where we have to send some business notifications (including whatsapp notification ) to the users existing in our data base. Since the whatsapp notifications are costly and there is a product requirement that we should send the whatsapp notification to the users who have app installed in their mobile. no need to send the users who have unisntalled the app.
What are the ways to find it out.
following solution i have alread read.
Using FCM from server side on can get to know whether app has installed or not based on the response they get of the sent notification.
We have a mobile web /PWA which is a exact copy of our android app. is there any way we can utilize it to find out the solution ?