Hello! I am developing an app in wich I will need to send notifications to some different groups of people.
I didn’t know how to make it, so I added three components of “Push notification” to the app, but it is not working.
The logic i thought about it when someone press a list picker in the main screen opens another screen and set subscription of one push notification block to true, and the others to false.
Is anything wrong in my code? Or is it impossible? Is there any another solution? Thanks!