I'm using Parse Push notification, after the quick start guide, my app can now receive push notification.
Here's the problem, just like Facebook, I want to control the notification sent by Parse, I want to add IF statement before showing the notification.
Example, when I send a push message, everyone will receive this message, then there's an IF statement with data from sharedpreferences, the sharedpref saved "Gender" and in the IF statement, IF (push = "male") then show notification message. else do not show notification message.
How can I do that?
