I developed a Blackberry Native application and now the client want notifications even when the device is turned-off. After a few searching, Blackberry Push Service seems the way to go, but i have some concerns:
- Blackberry Push Service is a free or paid service?
- What are the library requirements on the client side? Do I need additional libraries or it only work with Blackberry SDK?
- How are the notifications sent? Do I need to build an additional application for that? The client has IIS servers, so I wanna know if it is possible to build such an application in .NET.
- Have any one tried Urban Airship? Seems like a simpler way to accomplish the task.