IPhone : Is it possible to ignore one type of push notification in iOS

on Tuesday, February 24, 2015

The problem is that I want to make ios client responsible for taking care of displaying/not displaying push notification relating on some kind type in push dictionary.


I would present some kind of modal view where user can choose what notifications he want to see.


And the question is it possible to ignore that chosen type when app is turned off or in background?


I know it's bad solution due to unnecessary unwanted pushes to be send and drain battery and it surely should be managed on the server side, but for now I need very fast solution that would be replaced in the future or even there could be double side check.


0 comments:

Post a Comment