1
votes

I want to use the push notification feature of Worklight, but worry about the reliability. According to the "Quality of Service" section in Apple Push Notification Service, APNS doesn't guarantee the arrival of the message. I heard that IBM provides a MMQT mechanism for this situation, but did't find any reference from Worklight's Guides.

I also noticed that Apple doesn't allow network operations when the APP is running in the background state. So is that possible to maintain its own persistent connection and receive messages by an APP? Is there any solution to implement a reliable push notification on iOS?

1

1 Answers

1
votes
  1. Using MQ Telemetry Transport Protocol in IBM Worklight Mobile Applications

  2. Not sure I understand this one... When a Worklight application is in the background and you send a push notification the device (the OS...) will detect this and if you tap on the notification the app will then come to the foreground. If this doesn't answer your question, edit your question in greater detail.