Reputation: 1
In my blackberry application I'm establishing network connection by appending ;deviceSide=true in the url. It is working fine on simulator but its not working on device. I've correct APN settings as other third party apps are running fine. Please let me know the possible reason for this issue!!!
Upvotes: 0
Views: 1831
Reputation: 15313
download this network diagnostic tool developed by RIM and check weather direct TCP is working or not in your mobile.
Upvotes: 0
Reputation: 15313
Its not necessary that your app always connect via direct TCP. For taking care all types of networks available in blackberry for your app refer this article. How to programmatically connect to the internet in blackberry
Upvotes: 1