Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I already implemented the first 4 steps of the push initiator for blackberry

  1. Send a push request
  2. BlackBerry service returns a response
  3. BlackBerry service pushes data to an assigned, specific port on device
  4. 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?

share|improve this question
2  
These two steps are not related to BB development, since only the push initiator server and RIM infrastructure are involved. – Mister Smith Sep 14 '12 at 8:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.