4

To use the BIS connection in blackberry, developers need to register for the BB alliance program. However the site is no longer available to new members.

What is the "official" way to using BIS connection on blackberry now? Using mds-public as the secret key works for me though but need to be sure this is standard.

connFact.setTransportTypeOptions(TransportInfo.TRANSPORT_BIS_B,
            new BisBOptions("mds-public"));
kehers
  • 4,076
  • 3
  • 30
  • 31
  • just this single line addition to use bis-b without all the hassles of registration. Thanks for posting. – Ajibola Mar 09 '13 at 12:13

1 Answers1

2

As I understood you will get access to BIS-B immediately as you registered for BB push. But I don't know if you could get it without push registration.

Eugen Martynov
  • 19,888
  • 10
  • 61
  • 114