BBM SDK BBMPlatformContact

Hello world

I would like to know if I can use 'handful' of a contact as an id (contact.getHandle ()) unique, I mean, since I can't get the PIN of the contact (for security reasons) is this "handful", the replacement of the PIN product or it's different for each app?

Thanks in advance

Hey, Icaro,.

In your context, then you are correct to use BBMPlatformContact.getHandle () as it is specific to the device. But with regard to your question ' the handle is the same for all applications connected BBM? "BBMPlatformContact.getHandle () will be different for each connected BBM app.

For example:

If Foursquare is a BBMPlatformContact.getHandle () for the rmasroor of Contact BBM, the value will be different compared to BBMPlatformContact.getHandle () on rmasroor BBM Contact will be called with BBMSDKDemo.

I would like to know if there are any other questions that you haven and I'll be more than happy to answer them for you.

Sincerely,

Tags: BlackBerry Developers

Similar Questions

  • Where can I get the version 1.2 of the BBM SDK for Java?

    Can anyone share the version 1.2 of the BBM SDK for Java, please?

    I am looking for it because v1.3 is compatible with BB Messenger 6.1 or newer.

    I can't reach the SDK, it is too big. PM me an email address and I will send it.

    I use the SDK 1.2 for the same reason.

  • How to get the BBM Message in our application integrate after BBM SDK in App?

    Hello

    I need help in BBM get message in our application.

    I joined the BBM SDK in app so after that how many message comes in BBM all show message of our application.

    So, it is possible?

    You can call BBM to view a map of BBM chat in your application.  This allows the user to send and receive messages with your application.

    Your application cannot capture and read BBM messages programmatically.

  • BBM SDK problem

    Hello

    I have a small question for everyone. I managed to integrate the BBM SDK in my application and I let the user 'send' photos of their BBM contacts (which works perfectly fine).

    In the message BBM is sent, it bears the name of applications which is clickable (it tries to download the application on the phone to people if they don't have it). When the user clicks the name of applications, it will give me an error message

    "" Application XXX is not installed, download XXX from App World now? ".

    If you press OK will give you another message

    "XXX is not on App World launch App World anyway?"

    The problem is that my request is on App World. How do I register/direct somehow BBM SDK for the correct App World link for my application?

    Any help would be appreciated to greately. Thank you

    You get the ID unique blackberry APP for each & every app, BBM check for your application of peripheral data & if she is not found, then it shows download option that it itself, risk major is that your current application is not live on App world, so when you're clicking on the download link it only shows something. Don't worry about this once your application goes live it automatically redirect to your app to app World page, I also had that concern initially, but have tested the work that & it is very good for our enterprise application.

  • BBM SDK - how to get the simulators to communicate?

    Suffice it to say that I fight with my foray in BlackBerry development. Trying to get the SDK (platformdemo and tictactoe) apps work sample, I'm afraid I took a step back.

    You see, I originally had it in place so that two BlackBerry simulators could message each other using BBM surveys.

    Now, that no longer works, and I can just figure out why. Why BBM communication does not work?

    I am running:

    • BBM SDK Beta 4_03_10_2011
    • BlackBerry_Simulators_6.0.0.313_9800
    • MDS v3.5.3 (I checked that it works correctly, downloaded jars of policy of encryption strength unlimited etc..)
    • V1.6.0_25 Java JDK (v6 JRE)

    For anyone interested, I managed to solve my problem.

    I have no idea why, but previously, I could just add a new contact, put in his BBM pin code and they show up on my list of contacts in BBM, ready to engage me in conversation with them.

    This time, I had to take a screenshot of the Simulator 1QR code, save it on in Photoshop, and then use that image to invite 1 Simulator Simulator 2 .

    For some reason, this allowed contacts to see each other. I don't have a BlackBerry so I have no idea, but I can't really imagine that this is the way it is supposed to work since it requires users to be in the same physical location. However, it's the only way I could make it work and it turns out that the rest of my system (MDS) and so on, is correct.

  • BBM SDK - dependency Checker - proxy package and app together

    Hey guys,.

    I'm looking to implement the auditor BBM SDK dependency as defined in http://us.blackberry.com/developers/blackberrymessenger/ . The main idea is to run a proxy application to verify that the user has BBM6 and basically have open your application. This works well for me in the simulators and debugging on a device, like I can deploy both projects at the same time.

    My question is, when I want to communicate that to App World in itself, how could I go on these two projects into one package so that users would just download an app to launch my application?

    Thank you

    Riley

    To do this, you will need to do as Ebscer said and unzip all the cod in a single folder and zip, save them in a cod/zip file. Update the jad file to contain two cod that you can use the updateJad tool that is packed with the JDE.

  • BBM SDK app - phone support?

    I'm a little confused about the new BBM SDK supported. Bold 9900 with OS 7.0 will support these apps for sure, as BBM 6.0 will be preloaded.

    But what about phones with OS6.0 and OS5.0? According to my understanding, BBM 6.0 could run on OS5.0 and OS6.0.

    How can I detect my application that BBM 6.0 is installed on the device?

    I tried running app BBM SDK torch with BBM 5.0 but got a "net_rim_bb_qm_platform module not found" exception, I built my application with JDE 6.0. Do I have to download this module with my application?

    Any thoughts or ideas would be very appreciated

    So after some brainstorming and beerdrinking, I came to the conclusion to do this:

    -I will release a version for OS7 only

    -OS5.0 and OS6.0 versions the same, except a single cheque - will remain if the phone has BBM6.0 installed, the user will receive a message that upgrade version is available as well as a link for download (from my own server).

        public boolean hasBBM6()
        {
            int moduleHandle = CodeModuleManager.getModuleHandle("net_rim_bb_qm_platform");
            return (moduleHandle != 0);
        }
    

    It sounds a bit complicated but I think it will work

  • BBM SDK sample applications running

    Dear all,

    I downloaded theBBM v1.3 for BlackBerry Java SDK.
    and I tried to launch BBM SDK demo in the sample Apps folder.

    I use eclipse IDE and use 8900 Simulator(\eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.36\components\simulator)

    When I try to run it. RUN AS-> Blackberry Simulator. There is a problem of error occur:

    C:\eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.36\components\lib\net_rim_bb_qm_platform.jar cannot be exported because some class inside has been gutted (content of a class file has been deleted).

    I don't know how to solve this problem. I hope someone can help me solve this problem.

    Thank you..

    Better subject.

    zinc

    use MDSv3.5.3's get set up to accept the Protocol UDP for BBM Simulator

  • BBM SDK. Send the Invitation.

    Hello!

    I have a problem with a BBMPlatformSession.sendInvitation method.

    BBM SDK API shows a list of contacts with the contacts. Ok.  But I need to know if the user cancels this action. No recall for this.

    Thanks in advance.

    Auto answer:

    BBMPlatformSession.getPendingContactsCount.

    It works!

    Thank you

  • Cannot run example of BBM (SDK) 1.1

    I installed BBM SDK 1.1 following the instuctions to RIM.  Everything seems to work very well.  I can add sim1, sim2 and vice versa and continue a conversation between them about bbm.  But when I try to install and run the example BBMSDKDemo to eclipse one of the simulators running, nothing happens.  The sample is never installed or run.  I use a sample of compiled 5.0 5.0 simulators.  Windows 7 64 bit with 32-bit versions appropriate etc. JRE/jdk java.

    How can I get a bbm app to install and run on simulators.

    So that the simulator that launches eclipse set up with your active BBM set upward, you must add settings in you sim1 or sim2 .bat file in the found in the debug command line-> Configurations Debug-> Simulator-> advanced and select the option custom values exist somewhere in the middle of this Panel. Use the .bat file left to run the simulator of the target.

    And YES, these are the steps I wanted to know.

    I hope you understand that this can be useful. No doubt?

  • BBM SDK 4 - MissingNative error

    I'm looking for a sample program built with Eclipse with the new SDK BBM.  When I load the new Simulator and run it, I get an error "MIssingNative"... ».  I made sure to include the BBM SDK jar file in the build.  Has anyone seen this?  Thank you.

    I thought about it.  I had clicked on the BBM jar file in Export order in generation of Eclipse properties.  Once I unchecked the app works well.

  • How to use API BBM? The BBM SDK or the 'other' BBM API

    Hello

    There seems to be 2 ways to access the BBM. There are api BBM in documentations of BB you can see here:
    http://www.BlackBerry.com/developers/docs/5.0.0api/index.html net.rim.blackberry.api.blackberrymessenger of the package. However, there are also the BBM SDK APIs, which seems to be quite different.

    I searched the hi and low for a comparison of these 2 ways to access the BBM. I'll appreciate your help.

    BTW: I built an application with the BBM API in the documentation of BB (not the BBM SDK docs), but I get nothing when I try to access the session, i.e. MessagerContact.getSession (where MessengerContact is a MessengerContact object). I don't understand the reason for the null value. I run the tests from the emulator.

    Thanks for your help.

    Welcome to the forum.

    BBM API documented in the Javadocs is for the old BBM, which was replaced.  The SDK is so the way forward.

    Good luck

  • BBM SDK - Contact Selector empty when sending a file

    Hi all

    I am having some problems with the SDK to BBM and send a file to a contact. It works perfectly fine on the Simulator, but on a real device the Contact selector always appears under VACUUM (despite the fact that there are contacts in BBM users contact list).

    Here is my code to send a file to a BBM contact.

    final BBMPlatformContext platformContext = _context;
    
    BBMPlatformContactList contacts = platformContext.getUIService().showContactPicker("Send File To",  ContactListProvider.BBM_CONTACTS_WITH_APP, false, false);
            if (contacts.size() > 0)
            {
                //Pick the contact to send the file to
                final BBMPlatformContact contact = (BBMPlatformContact)contacts.getAll().nextElement();
    
                platformContext.getMessagingService().sendFile(contact, filePath, caption);
    
    }
    

    I don't know why on a real device, she appears as empty, it is what the user should do to enable my application send files to a contact?  Should the other user have my app installed too?  Any help would be appreciated to greately.

    Thank you!

    Maybe this post will help you;

    http://supportforums.BlackBerry.com/T5/Java-development/send-picture-to-BBM-contact/TD-p/1252163

  • Construction of BBM SDK Beta 4 samples in eclipse?

    Hello

    I'm currently building the sample applications included in the 4_03_10_2011 of BBM beta SDK using the BlackBerry plugin for eclipse 3.5. Java version: 1.6 update 20

    I am able to build these projects in the sample with the latest BlackBerry JDE (6.0.0) and run successfully with the Simulator provided in the download package. (but not on other simulators)

    However, when I build the projects platformdemo and platformdemo2 tictactoe in eclipse, they all behave unexpectedly on the Simulator provided gives the error "Eception exception: net.rim.vm.MissingNativeError".

    I think it has something to do with the option of additional Cap "package:com.rim.resources = 3.key" included in the jdp project file.

    Could someone please tell me what it does and how it can be duplicated in the eclipse environment?

    Also, other AIDS to this problem would be appreciated

    Must add net_rim_bb_qm_platform.jar as an external jar from a location that is outside the scope of eclipse workspace.

  • Question of BBM SDK Simulator

    Hello

    I am facing a problem with the SDK of BBM 1.0beta.

    I followed the Quick Start Guide to install it.

    The MDS Simulator works well.

    The 6.0.0.313 Simulator works well also.

    I imported net_rim_bb_qm_platform.jar into my workspace jde.

    Point 3.8 says I need to use the Simulator profile 9800 - 6.0.0.313 to compile my project, but I can't find it in the Simulator profile drop-down list.

    What I am doing wrong? Can you help me please?

    Thank you

    Laurent

    If I copy the SimPackage - 6.0.0.313_9800.rc in the folder where I installed the Simulator in the JDE\bin folder, I can select from the drop of the JDE... and fix my app on the Simulator...

    Now my app to app hangs in the Simulator! Cool; (o)

Maybe you are looking for