PushNotifications are not working

0 votes
I am sending notifications.Sending notifications is working fine.But i am facing problems at receving end.

1. Some times the notifications are getting delayed(more than 3 min).

2. Some times i am getting more than one notification(though i am sending one  notification).

3.Some times even i am not getting notifications(but i am getting success response at sending end)

Please provide good solution to  overcome these problems.

Thanks
asked Jul 7, 2014 in App42 Cloud API-BaaS by rkrishna (22 points)
recategorized Oct 26, 2014 by sushil

1 Answer

0 votes

Hi,

Thanks for writing to us.

When sendPushMessage is called in App42 SDK, it is queued for delivery on App42 server. App42 Server then sends this message to APNS/GCM/MPNS platform service provider. After that it is send to device from respective platform service provider. If device is online, it will get delivered, if it is offline, it will be delivered once it comes online.

Also, there is no guarantee of delivery by any platform service provider (GCM/APNS/MPNS) in this case and it is based on best effort.

If you want spontaneous and in real-time messaging, you can use Storage service to store the message, and apply continuous poll on it from your app. You can combine this with Push notification that will help you in taking your app back to wake up state if it is not opened at the time of message delivery.

Also, you can check the Push Logs in AppHQ consoled available under Push Notification tab to know the delivery status to APNS/GCM/MPNS server from App42 side.

 

Alternatively, you can also opt to use AppWarp to make a real time message application.

Let me know if it makes sense.

Thanks.

answered Jul 7, 2014 by hs00105 (517 points)
Thanks for replay.Can you please answer for my second question
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...