I am developing an app for the iPhone that needs to notify the user when they have any new unread important messages, so i am wanting to use the push notification service. But the user has to sign in using a username and password which is then checked against the web service. Can I still use the push notification service if the user has to sign in with a username and password? And if i can is there any example code any where that does the same thing using push notification with a username and password?
Share
I have actually resolved this, not with a very good fix but with a fix that will work for the time being. I actually use local notification that runs using schedules and then when it receives a local notification it runs a processor to call to the webservice with the username and password.