I already implemented the first 4 steps of the push initiator for blackberry
- Send a push request
- BlackBerry service returns a response
- BlackBerry service pushes data to an assigned, specific port on device
- Device returns response to BlackBerry service
Now I am working on the following two steps but nothing has happened yet:
5. BlackBerry service forwards acknowledgement to content provider
6. Read notification is returned to the BlackBerry service
Does anyone know how to implement that? I provided a domain when filling out the request but how do I achieve connection between me and the blackberry servers and how long do I have to wait for their response?