I’m developing a chat using APNS.
My question is if is possible to intercept a notification and stop it in order to be processed by the app in the application:didReceiveRemoteNotification: method but without raising any pop up in the device?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you can’t, except in special situations (e.g. Push notifications are used for Newsstand apps to notify them of new issues, but no popup is shown).