How to check if “show notification” is enabled?
My app is integrated with parse.com and whenever it gets a response from parse.com, it generates a notification and shows it to user.
I need to know that if user has disabled "show notification" checkbox. I have to show a dialog as disabled to the user while trying to login. I haven't used notification service into my app.
Please make me suggestion on how to solve this.