Im about to develop notifications for my app.
In whatsapp you can receive group messages or single messages, and you are able to block one or the other type of notifications with in the settings of the app, not in the general settings of the phone, where you can disable any notifications.
My app will receive different types of notifications, the user should also be able to block notifications of one type and enable others.
What I don’t understand is how my app or whatsapp is able to distinguish the different types of notifications, from what I know the notifications are handled by the iOS, so could you explain me how this can be done?
thanks
I assume you’re talking about push notifications, so:
They’ll be being “blocked” on the server. i.e. the server will only be sending out notifications for the types that you’ve chosen. You can’t do it in the app.