I was wondering how push notifications were displayed on screen for iOS 4? Since there is no notification center (iOS 5) will the push notification instead automatically be displayed as an alert or must I implement this myself?
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.
The code/logic to implement to send “message” push notifications is no different in iOS 4 vs iOS 5. the only difference is the appearance to the user which is a UIAlertView style notification with a “Go to App” button and an ok button. Also be aware there is no notification center that will keep track of old notifications.