Hi, i'm having some headaches with this push notifications...
Every thing is working great now with push notifications, but one thing:
I made a Chat for users.. When users say something, everyone gets a push informing there is a new message...
What i want to do is when the user touches the Push Notification, the apps opens directly in the ChatViewControlle....
I'm using appDelegate to call homeViewController, and homeViewController calls chatViewControler thru the method:
How can i call chatViewController directly from appDelegate, but passing thru the airMenu, so that the "openMenuAnimated" method still works to come back to homeViewController ?
Hi, i'm having some headaches with this push notifications...
Every thing is working great now with push notifications, but one thing:
I made a Chat for users.. When users say something, everyone gets a push informing there is a new message... What i want to do is when the user touches the Push Notification, the apps opens directly in the ChatViewControlle....
I'm using appDelegate to call homeViewController, and homeViewController calls chatViewControler thru the method:
How can i call chatViewController directly from appDelegate, but passing thru the airMenu, so that the "openMenuAnimated" method still works to come back to homeViewController ?
Thanks in advance