tags:

views:

511

answers:

2

Hi,

We have an application that uses XML to load data on 8900 BB device. Everything is running well on Simulator, all relevant data load. But on device we get a black page and nothing loads. Can anyone help us find the problem? Maybe that's because we don't sign the app?

We managed to load data only after we set APN in device network settings. All native and downloaded apps worked before without any APN settings, why didn't our app load data without APN?

Thank you!

Slava

+1  A: 

Unfortunately, the "answer" to this is "networking is difficult on the BlackBerry". There are some pretty good resources out there to get you quickly up-to-speed, though. Here is a great post on the developer forums all about making network connections and the various different ways to accomplish your task:

http://supportforums.blackberry.com/rim/board/message?board.id=java_dev&message.id=29103&query.id=48702#M29103

Additionally, an accomplished BlackBerry developer has posted a very nice utility class that you might want to try using to bullet-proof your connections more:

http://www.versatilemonkey.com/blog/index.php/2009/06/24/networking-helper-class/

Eric
Where did you get the idea that networking is diffucult on the blackberry? it's easy as hell :)
Henrik P. Hessel
Haha, I got that idea being naive enough to think it was going to be easy with my first app. ;)
Eric
@Eric: Your first link is broken
Casebash
A: 

Hello I am embedding browser in app. Its running fine on simulator but not on device 8900. Is there is some thing I am missing. Please help.

iPhoneDev