12-17-2010 07:55 AM
Solved! Go to Solution.
12-21-2010 08:12 AM
01-04-2011 03:32 PM
I am little confused on the client registering with the BIS-Push Server. According to the code sample an http register request is made to the BIS-Push Server with only the app id, os version and model number. Since the client is registering itself should it provide the BB PIN too so that the server has a unique way of identifying with user is registering?
01-06-2011 03:14 AM
02-17-2011 01:22 PM
This code has been working very well for us for a while, but it doesn't seem to be working on OS 6.x devices for us, only on 5.0 and earlier. Anyone else seeing this?
03-01-2011 06:11 AM
Simon -
Any reason why you chose to use the PushLib43 instead of PushLib50 for the example?
03-01-2011 09:33 AM
akc wrote:
Simon -
Any reason why you chose to use the PushLib43 instead of PushLib50 for the example?
the difference is small, you can easily adjust. most of our products are not OS5+ as customers, especially in the corporate environment, are sometimes hesistant to upgrade.
(i respectfully declined the question about developing on JDE 3.6 though)
03-11-2011 02:28 AM
hi
thanks for your simplified code.
with the help of your code i successfully register my devices to the BIS server
but my question is
in your code you use ServerSocketConnection which block the application until its connection is open
in blackberry demo app they not use the ServerSocketConnection.
you also use PushInputStream class which is not used in demo app.why you use ServerSocketConnection
i want to develop enterprise application in which Push Notification is added.so what i have to implement ServerSocketConnection or use the technology given in the PushSDK demo.
hope for the Positive response
thanks
07-01-2011 06:04 AM
Hi Simon,
I tried myself to port this to work for 5.0+ devices, couldn't get ahead much since i am an absolute beginner. Could you help me port this to 5.0+? I want to get it working on an app for 6.0 but i hope 5.0+ should work for 6.0 too. Any help would be highly appreciated.
Thanks
Ranganath
08-10-2011 06:13 AM
Hi can you please tell me how to register to content provider from the BB device.