BBM integration in Blackberry webworks app? - blackberry

I developing an app where i need to integrate BlackBerry Messenger (BBM) in it. I am developing my app in Blackberry Webworks using Phonegap Plugin. By following the BBM SDK in Blackberry Webworks guide, successfully executed sample app in BlackBerry webworks(without using phonegap plugin). But when i am using it with phonegap plugin not executing properly(getting blank screen). What the doubt raised for me is does BBM supports/works properly using Phonegap Plugin in Blackberry Webworks. When i am using with phonegap plugin it is showing only loading symbol & nothing more on screen.
Can we use BlackBerry Messenger(BBM) with PhonePlugin in BlackBerry WebWorks...
Can anyone please help me with this.
Thanks in advance....

The BBM SDK is supported in BlackBerry WebWorks platform. How ever, I am not sure whether the third party applications such as Phonegap has the support to BBM SDK. You need to confirm this with Phone Gap.

Related

Blackberry webworks SDK for OS 7 and earlier

I want to develope phonegap app for BB OS7 and earlier but need to get webworks sdk. Blackberry website has only for BB 10. Is webworks for BB10 also support other versions ? if not where to get older versions ?
Here is the page, where you can download Webworks SDK for BlackBerry OS (RIM OS):
http://developer.blackberry.com/bbos/html5/download/
This may be a super late answer, but it's not recommended to use Phonegap for anything < BB10. I would use the webworks sdk natively - it's not much different from phonegap and you can pretty much have both formats in one project with separate config.xml files if your app doesn't rely a lot on hardware interaction. I recently built a simple application and on Blackberry OS6 the phonegap version would barely run but the webworks version works great.
although very late but think it might help. Developing for blackberry using webworks

How to add exist share library to BlackBerry Native SDK project and deploy to Device or Simulator?

I'm developing an app for BlackBerry Playboock using
BlackBerry Native SDK. I want to know how to add a share lib for my app and deploy this lib to my device. I have found this link! and this! but I don't know how to do?
I'm new at this platform. Some body help me !

Bluetooth plugin for ios in Phonegap

Currently in the phonegap plugins, I can find bluetooth plugin for
Android only.
Do we have bluetooth plugin for iOS.
If there is , please let me know.
If not,how should we enable and disable bluetooth through phonegap in ios.
For Android there is: https://github.com/phonegap/phonegap-plugins/tree/master/Android/Bluetooth
For iOS there is not: https://github.com/phonegap/phonegap-plugins/tree/master/iOS
Apache Cordova Documentation API Reference there is not: http://docs.phonegap.com/en/2.0.0/index.html
If not there then where? :(
I would also like to know how to bluetooth, pair devices, multiplayer, hack the world :)
From PhoneGap v2.7.0 seems this plugin is available for both Android and iOS (via BLE)
https://github.com/don/BluetoothSerial
It also appears this plugin is available on PhoneGap Build

Launch Webworks from Blackberry Java app

I'm trying to make a Blackberry Java app with the Blackberry Java SDK 5.0 (http://us.blackberry.com/developers/javaappdev/) which starts an instance of Blackberry WebWorks within the app. How can I do this?
The final aim is to then load PhoneGap API into this instance. But that's a problem for later.

How to detect the version of Blackberry Messenger installed on a device from a Webworks App

I'm working on a BlackBerry WebWorks app that connects to the Blackberry Messenger Platform. However, a user's device must have at least BBM v6 before a webworks app can connect to the BBM platform on such device.
Now, the challenge is, I need to be able to know the version of BBM running on the user's device so I can display an appropriate message telling the user to upgrade if the user does not meet the BBM platform requirement.
How do I go about this?
Thanks in advance.
If you want to know the version of the BBM installed in the Device. Look at the BBMProxyDemo within the BBM SDK it shows how to get this info.
And you can also see this thread on supports forum
How can i run the bbm integrated applicaiton in no bbm devices or below bbm 6.0 versions

Resources