Questions tagged [bb-messenger]

BlackBerry Messenger (BBM) is a proprietary Internet-based instant messenger and videotelephony application included on BlackBerry devices that allows messaging (and videocalls for BlackBerry 10 smartphones) between BlackBerry users.

BlackBerry Messenger (BBM) is a proprietary Internet-based instant messenger and videotelephony application included on BlackBerry devices that allows messaging (and videocalls for smartphones) between BlackBerry users. It was developed by the manufacturer of the BlackBerry, BlackBerry (formerly Research In Motion (RIM)). Messages sent via BlackBerry Messenger are sent over the Internet and use the BlackBerry PIN system, so communication is only possible between BlackBerry devices.

Source: Wikipedia

49 questions
0
votes
3 answers

URL scheme to launch blackberry messenger in iOS

If i need to check whether Facebook is installed on my iOS device, i can check it by : if([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"fb://"]]) Is there any url scheme for bbm ? I have tried for bbm://, but didn't work. Any…
Arun
  • 483
  • 6
  • 20
0
votes
1 answer

Does Xamarin/MonoDroid offer BBM api?

Is there a BBM API available through Xamarin? I would like to automate BBM functionality on Android using MonoDroid.
c0D3l0g1c
  • 3,020
  • 5
  • 33
  • 71
0
votes
2 answers

Link to my BBM Channel (BlackBerry Messanger Channel) from PC

Unfortunately from my country I'm not able to join to Beta-zone of BBM. I have a website and for this website I've created a BBM channel too, I want to add a link to my website to reach my BBM channel at least for BBM users. Is there any way to do…
tsGucci
  • 89
  • 3
  • 10
0
votes
1 answer

Is any method to access BBM chat history from another app in android

I want to implement an app in android which accesses(read) BBM chat history from BBM chat app but not finding any solutions for this. Please suggest how to implement the same. Thanks.!
0
votes
1 answer

App displaying default ICON in BBM connected apps list

I am working on BB10 app which has BBM functionality. I have registered with BBM, but when I see BBM connected apps list App is displaying with default App icon.How can I change default app icon to my own app Icon. Please Help!!!
user2085965
  • 393
  • 2
  • 13
  • 33
0
votes
0 answers

Accessing BBM chat

I want to develop an application that will use the BBM chat history .As I have read the BBM stores its chat in a .csv file format.I want to make an application that once installed on phone will access the .CSV file data and store it some where else.…
Dinesh Chandra
  • 329
  • 1
  • 2
  • 27
0
votes
1 answer

Android: how to l launch BBM app with a given Pin

My android app is for buy and sell stuffs. When seller post an ad and provide his BBM Pin, I like to display a button, like "Contact me via BBM (Pin: 12345)" When a buyer click on the button, I want to be able to launch the BBM app which then show a…
SPK
  • 38
  • 4
0
votes
1 answer

BBM Connected app In BB 10 cascades

I am developing one Trading Application in BB 10 Cascades.now I would like to add/show this application to BBM. I have downloaded BBM registration App from https://github.com/blackberry/Cascades-Samples/tree/master/bbmregistration and Integrated to…
Sharath
  • 315
  • 1
  • 3
  • 13
0
votes
1 answer

How to get the BBM connected apps list pragmatically BB 10 cascades

I am working on BB 10 cascades BBM. I have a requirement as when I install my app, app automatically add to BBM connect apps list and how can I show the list BBM connected apps. Please help....
Sharath
  • 315
  • 1
  • 3
  • 13
0
votes
1 answer

Add a contact/pin to BBM from BB 10 Native App

In my BB 10 cascades App , I need to add a Button click listener for Adding a contact information like pin:210000A to Blackberry Messenger (BBM). for that I am doing the following... main.qml is like import bb.cascades 1.0 Page { Container…
Sharath
  • 315
  • 1
  • 3
  • 13
0
votes
1 answer

BBM connected app interoperability between BB10 and BB Java

Will a java based (OS5) BBM connected app be able to list the contacts who use the bb10 version of the app, if both apps use the same UUID ? I would like to release a bb10 app with the same uuid as used in bb7 app, if the bb10 app can download the…
rfsk2010
  • 8,571
  • 4
  • 32
  • 46
0
votes
1 answer

Trying to integrate bbm with a app i am developing

I am currently developing a bb app that will require login and i was wondering how can i use bbwork sample sdk to let users with a bbm to login using simply their bbm id. I am not able to find any specific information regarding this. I do know the…
user1772052
0
votes
1 answer

Is it possible to integrate Android app with BBM on new BlackBerry 10?

There is possibility to 'convert' native Android Java app to BlackBerry (BlackBerry Runtime for Android), but is there any way to connect that app to BlackBerry 10 BBM?
LILkillaBEE
  • 168
  • 1
  • 5
  • 19
0
votes
1 answer

Blackberry Messanger desktop client

I would like to develop a Blackberry Messanger desktop client, something similar to Fixmo Web Messenger but open source. The idea is to connect the smartphone via USB or Wi-Fi and use BBM from the computer. Does anybody know any library or…
LorenzoR
  • 421
  • 2
  • 14
0
votes
1 answer

BBM integration in Blackberry webworks app?

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…