BBM UUID?

I read in the dev blog, you must put this in for local test of BBM and that a uuid is validate generated for a published application.

So should I remove this line before publication:

 const QUuid uuid(QLatin1String("05bc24f1-e833-4389-859e-23b101106b9f"));

Thank you

Not do not delete the line. Leave it there.

Tags: BlackBerry Developers

Similar Questions

  • Cannot save with BBM on DevAlpha

    I'm doing my BBM THAT connected application, but I can still save my application with BBM. I use PhoneGap/Cordova and the theme of BB10 jQueryMobile in my application. I have also linked WebWorks for my application and can create calendar with events.

    I added

    
    

    and

    
      bbm_connect
    
    

    to my file config.xml.

    The demo https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/bbm BBM works very well on my device and I use BBM to discuss with others.

    This is the error I get when trying to save my application:

    TypeError: 'undefined' is not a function (assessment '('onaccesschanged', accessChangedCallback) blackberry.event.addEventListner')

    I tried to make my BBM related with the 1.0.2.x SDK app but it also did not work (I don't have an error, it just did nothing).

    And this is my current code (for the most recent help (1.0.3.8) SDK):

    $('[data-role="action"]').bind("vclick", function () {
        if (this.id == "recommendTourViaBBM") {
            // Create callback invoked when access changes
            blackberry.event.addEventListner('onaccesschanged', accessChangedCallback);
        }
    });
    
    function accessChangedCallback(accessible, status) {
        if (status == "unregistered") {
            // App is unregistered, proceed to register
            registerApp();
        } else if (status == "allowed") {
            console.log("allowed");
            // Access allowed
        }
        // Listen for other status...
    };
    
    function registerApp() {
    // Register with the platform
        console.log("trying to register");
        blackberry.bbm.platform.register({
            uuid: "**********" // Randomly generated UUID, http://www.guidgenerator.com/online-guid-generator.aspx
        });
    }
    

    Gerii wrote:

    I'm doing my BBM THAT connected application, but I can still save my application with BBM. I use PhoneGap/Cordova and the theme of BB10 jQueryMobile in my application. I have also linked WebWorks for my application and can create calendar with events.

    I added

    
    

    and

    
      bbm_connect
    
    

    to my file config.xml.

    The demo https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/bbm BBM works very well on my device and I use BBM to discuss with others.

    This is the error I get when trying to save my application:

    TypeError: 'undefined' is not a function (assessment '('onaccesschanged', accessChangedCallback) blackberry.event.addEventListner')

    I tried to make my BBM related with the 1.0.2.x SDK app but it also did not work (I don't have an error, it just did nothing).

    And this is my current code (for the most recent help (1.0.3.8) SDK):

    $('[data-role="action"]').bind("vclick", function () {
        if (this.id == "recommendTourViaBBM") {
            // Create callback invoked when access changes
            blackberry.event.addEventListner('onaccesschanged', accessChangedCallback);
        }
    });
    
    function accessChangedCallback(accessible, status) {
        if (status == "unregistered") {
            // App is unregistered, proceed to register
            registerApp();
        } else if (status == "allowed") {
            console.log("allowed");
            // Access allowed
        }
        // Listen for other status...
    };
    
    function registerApp() {
    // Register with the platform
        console.log("trying to register");
        blackberry.bbm.platform.register({
            uuid: "**********" // Randomly generated UUID, http://www.guidgenerator.com/online-guid-generator.aspx
        });
    }
    

    Assuming that it is a direct copy of your code, I see a typo in that could be the cause of error.  You 'blackberry.event.addEventListner' when it should be "blackberry.event.addEventListener" - missing an 'e' in the listening port.

  • BlackBerry.BBM.Platform.Register does not

    I use the Simulator with webworks.  I simply call the register method, but nothing happens:

    blackberry.event.addEventListener("onaccesschanged", _bbm.test);
    
    options = {
    uuid: "aaa90f91-ad95-4ba9-82c4-33f6ad69aaaa"
    };
    
    blackberry.bbm.platform.register(options);
    

    The callback method is never called.

    This code is:

    https://github.com/BlackBerry/BB10-WebWorks-community-samples/tree/master/BBM/complete

    In addition, it is the config file:

    
    bbm_connect
    
    
    
    
    

    The BlackBerry 10 Dev Alpha Simulator does not support BBM.  We are currently working on BBM adding support to the Simulator.  For now you will need a real device to test.

  • PPID different BBM for the same user

    Hello! I found that my app is having a weird behavior when I get the ppid of the user. I try to use the ppid as a key into a table of users in a database for my application, and I noticed that I have two different ppid, even thoug I am the only one using my app (it is still in development).

    What I find weird is that I have 2 versions of my application, I can dounload the store (it is in draft mode) and one I directly load on my camera on my development machine. These 2 apps get the ppid 2 different to the same user BBM.

    PPID does has something to do with my application being downloaded from the store or loaded directly? Has anyone dealt a similar problem?

    Thanks in advance!

    Reedd.

    What is expected.  PPID is unique user ID of BBM in the context of the application, which means same user PPID will be different for each application stored on the device.

    The identifiers used to register with BBM are different depending on whether you load the application or install the application for the BlackBerry World.  When you side load application name UUID / provider are used.  When you install BlackBerry World the application ID and SKUS are used.  This will give you two groups of users (two sets of PPID), one for testing and one for production.

    Also, if you change an item as your UUID or SKU you will also cause a new PPID to create.

  • Length UUID error

    Greetings.

    I'm trying to run a simple conversation using surveys BBM with BBM SDK 6.0 platform.

    After recovering from the error 'Net_rim_bb_qm_platform Module not found', when you try to run my application, I had an IllegalArgumentException with the message "Eception exception: UUID must be 36 characters.

    Please let me know the minimum thought to you about it.

    According to the commentary in the documentation of BBM, I think you can use a service online generation UUID.

    Just use your favorite search engine to find one!

  • Registration with BBM

    I try to incorporate BBM surveys for the first time in a WebWorks app and I'll have a blocking problem. I can't register. I have this code:

    Register: function () {}
    blackberry.event.addEventListener ('onaccesschanged', {function (accessible, status)})
    If (status = 'no') {}
    BlackBerry.BBM.Platform.Register ({}
    UUID: '739ff5c5-20db-4f6a-849a-1572fc32cc1f '.
    });
    } ElseIf (status = 'authorized') {}
    BBM. Registered = accessible;
    }
    (}, false);
    }

    When I call it, nothing happens. I noticed that it adds an event listener to the event "onaccesschanged". But when in the world did this fire? I've added an alert to the inside and I never get to see when you call bbm.register (), so no wonder it doesn't work.

    What Miss me?

    I use the code here:

    https://github.com/BlackBerry/BB10-WebWorks-samples/BLOB/master/BBM/js/BBM.js

    He fixed the. Code was correct, I called it's bad.

  • BBM social platform problem

    const QString filePath=QDir::currentPath()+"/app/native/assets/images/bbm.png";
    
    QFile file(filePath);
    if (!file.open(QIODevice::ReadOnly))
        return;
    
    const QByteArray imageData = file.readAll();
    bool success=userProfile->requestUpdateDisplayPicture(bb::platform::bbm::ImageType::Png, imageData);//Always returns FALSE
    

    The code below always fails to update the bbm display picture, I don't know what the problem

    1 BBM is allowed

    2 file path is valid.

    3 file is opened with read/success.

    The code below is how I initialized the profile user and RegistrationHandler in the constructor.

    // Register with BBM.
    registrationHandler = new RegistrationHandler(uuid, app);
    
    userProfile = new UserProfile(®istrationHandler->context(), this);
    

    In addition, I don't know if it's relevant or not, but the RegistrationHandler.cpp was copied from here. RegistrationHandler .

    Here is the file RegistrationHandler.cpp

    I really need your help guys, thank you.

     

     

    PS: I also Impossible to retrieve the displayName, statusMessage personalMessage BBM using the UserProfile object

    Try running the example here: bbmprofile

    Are you able to put a personal message using it?

  • Cannot find UUID

    Hello

    I am trying to incorporate the BBM in my application. When you run the Simulator, it is said that UUID must be 36 characters. Forgive my ignorance but what is the UUID and how do I get this 36 characters long? My guess is that this is a unique ID for each BB... anyone? Thank you

    If you read the comments from the source, I think it's BBMBridge, it tells you you must use one of the UUID generators online to get a UUID.  So just do a Google search, there is a little and generate on.  Note that it must be the right format, match the format of the one you are replacing.

    What is a UUID, just search also, I thin wikipedia has a good explanation.

    Hoe this helps.

  • Portege R100: Duplicate UUID

    I recently got a few laptop computers Portege R100 Toshiba back after repair.

    It seems that some of them have the same UUID and this causes problems with our asset management system that uses as primary search key.

    Does anyone know of a tool that I can use to reset the UUID on a Toshiba Portege R100?

    Hello

    Perhaps these URLS will help. It contains a UUID generator and a brief description of the UUID!

    http://Kruithof.xs4all.nl/uuid/uuidgen

    Sammy Bye

  • Subscription of a BBM Messenger

    I bought the subscription of e-mail BBM but still not been activated. I still can't use what I paid for. I paid for the service lets you send photos timed, but after more than 48 hours it still does not work. can you please help!

    You should contact the developer of the application for the service. This is not an Apple product.

  • [S531] UUID is invalid, how Flash BIOS?

    Hello!

    My Lenovo Thinkpad S531 gives me an error message whenever I restart the computer that the UUID is invalid. This does not affect the performance but is really boring because of the beeps sounds.

    I discovered that this error can be resolved using the WinPhlash.exe to backup the BIOS. Unfortunately, the program shows me the error code - 100: BCPSYS block signature not found.

    What can I do to avoid this error message, or how do I enter the UUID of the motherboard BIOS. I do not have a guarantee of more and each piece is an original part of Lenovo.
    I use Windows 7 64-bit.

    Please help me, because I feel that I searched through the whole internet and I found quite well how to get rid of this annoying error, but another error prevents me to do.

    Thank you and have a nice day!

    Only dealers and service providers have the disc.

  • ThinkPad Tablet 2 - error 2201: UUID of the Machine is not valid

    I just unboxed my "nine" Thinkpad Tablet 2 and got an Error Message 2201: UUID of the Machine is not valid.

    Network card, sound card, USB camera don't work at all. They said that I have not installed drivers for these devices. Because I can not connect to the Tablet, I'm unable to install a driver for them.

    Can someone guide me to solve this problem?

    TKS you all!

    Yes, you will need to send the machine back for the service.

  • T530 invalid uuid

    Hello I have a T530 I a new ssd with windows 7 ultimate, when I start up I get

    error 0271 real time clock

    2200 machine type and serial number invalid

    2201 invalid uuid.

    Is there a fix for these errors please help.

    It is usually the Group of errors that you see if you replace a motherboard with a new one without ID defined using the service disc. If this started after service, bring her back.

  • why I can't install BBM on my Tablet?

    Hey team HP, I have a little problem with my tablet, I tried a lot to download BBM on my Tablet [HP Slate7 - 2801]

    and always say [your device is not compatible with this version] I also have this problem with instagram...

    hope you help me...

    really I need this application in my table

    Thank you...

    Hello and welcome to the HP support community!

    Your tablet doesn't have a GPS inside, and the authors of the applications you mentioned said the store Play to allow only the program go to devices with this chip.

    There is a solution called 'APK Extraction' or 'side loading' app.

    Extraction of the APK is not officially approved by HP. If an application is not available in a specific area which is a restriction that the developer has put on the application. Such a restriction could be due to the licensing of content.

    There are two main steps in order to extract the APK-

    (1) extract the application of another Android device, or download the APK file directly. If you download the APK file also, please be very confident of the Web site. Because you will be "forcing" the application to install and don't not download through Google, it is possible the application has been infected by malware or otherwise damaged.

    To perform step 1, first install the application on another Android device, and also to install an "APK Extractor" application. (there are several to choose from and available for free in the game of Google store).
    Once the application is extracted, copy the file to a MicroSD card, or use another means of transfer for example transfer or by e-mail.

    Insert the MicroSD card into your 7 Slate, or download the file.
    You may need to install a file browser to locate the file on your tab 7. These are also available in the store from game Google free.

    You must change a setting of security on your tab 7; Click settings, security and place a check in "unknown Sources allow installation of applications from unknown sources. You will get a warning about the potential of malicious software by changing this setting.

    Once the security setting has been changed, find the APK file and simply "click" on it to open it. It will install everything as it was downloading from the game store.

    I will state some things well-
    (1) this process is not approved by HP. I am a volunteer here and not an official representative of HP.
    (2) If a request is blocked in your area, then installation can cause problems or even violate certain laws or license.
    (3) download an APK on a suspicious Web site could introduce viruses/spyware/malware or other undesirable behaviors. Do not download APKs for files that are not free Google game like this would be piracy.
    (4) installation of an APK that "requires" GPS may not work fully, although in many cases, you can manually enter in your location and it will work.

    WyreNut

  • BBM BBM video call

    Hello

    I use a blackberry classic in the Germany provider (medion mobile / e-plus) and have problems that I don't see the bbm video call button.

    I tried to disable and active 'bbm-call on mobile networl '.

    and I tried to move the network and restart the device.

    also, I have reset the phone without a SIM card.

    Nothing helps! What can I do?

    Thank you

    Hello, Gregor

    You can use BBM video calls to other devices BlackBerry 10 only for the moment, no other platforms (iOS or android). You will see icon BBM of voice calls if your BBM contacts uses no 10 BlackBerry devices.

Maybe you are looking for

  • With the help of Siri on videos

    I think about buying Apple TV 4. I have a lot of photos and videos that I did, downloaded in iTunes and shared on my current Apple TV (2nd generation) using home sharing. Can I use Siri to browse these contents? Do I have to set some specific metadat

  • HP ENVY Sleekbook 6-1110us: Memory Upgrade - vs 1333 MHz 1600 MHz

    Hello I plan to upgrade RAM my laptop 4GB to 16GB (2 x 8 GB). I went through the manual and noticed that the laptop comes with two slots for memory module: i. support of DDR3 - 1600 MHz single channel II support. DDR3 - 1333 MHz single channel (DDR3-

  • How to speed up my wifi?

    Original title: wifi low speed my wifi speed is very slow, even if the connection has a connectivity just to wifi 54 kbit/s. How to speed up my wifi?

  • Why is it fricken hard to find a driver for natural wireless ergonomic keyboard 7000

    I used to be able to easily find drivers for Microsoft products... now I'm lost in the world to ask questions... why can he be not as easy as it used to be?

  • cost of Sony z5 come down range quickly!

    HelloMy load of come down Sony z5 vary quicklyMany Web sitesOff asWiFiBluetoothNFCLocationMobile dataBrightness of the LCD screen 1/5No appealNo gameIn fact, I sleep right now!But about 17% used in 6 hours!Every day, I have this problemPlease help me