Is there a way for an app to know, programmatically, if it can receive push notifications?
Share
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.
Initially you need to try to register for receiving push notifications.
If there is possibility you will receive succes delegate method
And if there is no possibility you will receive failure delegate method. Note that you can analyze error message for more specific info