I have developed a app for blackberry ,its approved from appworld but it gives following error
on 4.6
Critical tunnel failure
and
on 5.0 and 6.0
ava.io APN not specified
please help why this error is coming and how to solve it
|
I have developed a app for blackberry ,its approved from appworld but it gives following error
and
please help why this error is coming and how to solve it |
|||
|
|
|
I think Problem is you didn't add appropriate connection suffix to the url. Follow the link can solve your problem:http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is_-_Different_ways_to_make_an_HTTP_or_socket_connection.html?nodeid=826935&vernum=0 And also ou can use the following sample code:
|
||||
|
|
Just to clear up some issues. @Jisson your answer was helpful But you did not include code for the method getCarrierBIBSUid()
Also it might be helpful to include
At the beginning of the getConnectionString() method For more info see Melick's Blog |
||||
|
|
|
Solved this issue by setting the APN values on the phone its self and using the connection string code suggested in the other answers. Change your APN settings (in South Africa)
(for rest of the world find your settings here) From http://www.blackberrytune.com/blackberry-tcp-ip-apn-settings/ and http://www.blackberryfaq.com/index.php/Carrier_specific_APN/TCP_settings |
||||
|
|