I have implemented Appcelerator Titanium push notification in my application (Android and IOS) for 2 things:
1. Chat push notification
2. comment push notification
Problem: Right now I am testing in Android and I am facing problem while receiving Notification from appcelerator. Sometimes user is getting notification instant, but Sometimes he is getting notification with some delay (1 hour or sometimes 2 hour).
For example: Suppose I have send a chat message to other user, then our local server will send this detail to Appcelerator, after that Sometimes other user is getting notification instant from appcelerator But Sometimes He (other user) is getting notification With some Delay (1 hour or Sometimes 2 hour). Same with Comment Push notification.
Please can any one help me, how can I get Instant Notification from Appcelerator.
Thanks
Mohit Jain