Is it possible to send a text push notification to an iPhone app without it popping up a modal dialog? I want it to go straight to the tray, like an Android notification. I know the notification tray can present notifications on iPhone very similarly to Android, but my research tells me the only way to get one there is to first have it pop up as a modal!
I'm creating a chat app, and a modal dialog popping up every time other people send messages (which could be every second) would be extremely annoying, but I need to have some way of letting the user know there are new messages. I don't think just incrementing the badge number is enough, since the app might not be on the home screen where they'll see it, and that provides no indication if the phone is locked (as far as I know). I don't actually have an iPhone and I've never used one, so maybe I'm way off base about what iPhone users expect.