BBM app target os

Hello world

I want to develop the bbm app function, and a sustained minimum OS as 5.0. All of the samples I've seen are 6.0 apps.  Although there is a pawn of the addiction, I'm not sure with 5.0 OS. So is my question - possible to make bbm application which runs on 5.0?

Yes - the problem is the level of BBM which is installed.

Tags: BlackBerry Developers

Similar Questions

  • Is it possible to Exchange by BBM app-specific data?

    Hello

    I'm writing a kind of task list manager. However I was considering the possibility to share a task with BBM contacts. A contact who would receive such a task could click on it, then add it to his own app.

    This could be done on BBM?

    Thanks in advance.

    Flow of data from one application to another using the BBM API is available for BBM on BlackBerry OS 5-7, but is not currently available on BlackBerry 10.  It's something we look for in the launch post.

    But you could do it using the framework of the call for your application.  You could create an InvokeActionItem that send a file with a time of mime/extension custom during a BBM chat session in your application as follows:

    InvokeActionItem {
        title: "Share Image Over BBM"
        query {
            invokeTargetId: "sys.bbm.sharehandler"
            invokeActionId: "bb.action.SHARE"
            uri: "file:///accounts/1000/shared/misc/file.tsk"
        }
    }
    

    Your application should also be part of the call as Manager for this type of mime/extension.  Then when the user receives the file, they could click on it to open the taskj in your application.

    Not as transparent as the streaming directly from one application to another, but it might be easier for now buliding your own server infrastructure.

  • How to pack and install integrated BBM app?

    I have an application integrated BBM6.0, based on the substitute auditor of dependence, i.e. the app runs with or without BBM 6.0. However, it has 3 files of cod - inteface.cod, impl.cod, app.cod (as the example of TIC-TAC-TOE)

    I don't know how to install all of them on Simulator or device - one by one, using the jad appropriate or to create a jad joint and define each of the cod files inside?

    How it works with the installation of BB App World - is to download three files-cod well enough?

    Any tips are appreciated

    On App World you just download all 3 cod and it will work.

    The Simulator just create a new run configuration and select all the three projects for her to run.

    To test the device I use updatejad.exe to add the common.jad and the dependant.jad to the main.jad.  Then you put all the cod and the main.jad on the server to install OTA.

    I hope this helps.

  • When wilk windows get a bbm app?

    When we have bbm on windows phone?

    Hello

    According to BBM, they are preparing to leave the app in the second quarter of this year. However there is no official date was announced yet, it can be somewhere in may or June. I also expect this app for a long time.

    Hope it meets your request, Hello :)

  • DPS Apps targeting iPhone

    Let me see if I understand... (we have professional DPS)

    Ideally, I would like to target the iPhone market. I want to build a single-folio application for the iPhone and IPad, but you can't do it with DPS. You can create an application simple folio for iPad without problem, but not the iPhone.

    And single-folio apps "must" appear on Apple

    If you want to target that the iPhone, then you must build one application of mulit-folio with "renditions" and all content "must" be hosted with DPS that will cost you $0.30 per download of folio (in front)

    Is this correct?

    And it keeps me sort of create a multi-folio with free content application if I expect high traffic and the number of downloads of free content will cost me...

    Are there future plans (V27 maybe?) to support single-folio apps for the iPhone?

    Your understanding is correct regarding the supported platforms and prices. We always evaluate supported single-edition iPhone Apps, but it will not be R27 and is not intended for the R28.

    Distribution of free digital content with DPS is not different from the distribution of free editions of print content. Even if you choose not to charge readers for your content it still costs money to manufacture and distribute.

    Neil

  • BlackBerry BBM App

    Is it possible to delete individual messages to chat BBM, without having to remove all the conversations from the setting?

    I don't know your scenario, but if you followed with the latest BBM there is now the possibility to define a BBM message to show for only a limited amount of time.  Otherwise, you cannot delete an individual message in a chat, just close the cat.

  • Connection of BBM app problem

    Hello

    I try'ing to connect my application with BBM on simulators, it works fine, but the device I get boot error.
    Connecting to BBM step 2 of 4: check that I receive: server is unavailable. Impossible to proceed with the connection of BBM. Please try again later. (I tested it on 9000 "BOLD" and 9900)

    Help, please.

    You have a BlackBerry data plan in the device? You can use BlackBerry messenger to communicate with others.

  • BBM app receives not messages

    Greetings.

    I develop a cat using the BBM 6.0 (SDK 1.0).

    I have encountered a problem when trying to listen to the messages sent, because the listeners are not never been triggered. This brilliant application can just send messages but not receive and have one of them.

    I know that the application sends messages is based on the fact that invitations are sent and received propperly.

    That's how I send and listen to messages:

    //Suppose this is correctly initialized
    // with "session = messagingService.createSession(sessionListener);"
    private BBMPlatformSession session;
    
    //This is my session listener
    private BBMPlatformSessionListener sessionListener = new BBMPlatformSessionListener() {
        public void dataReceived(BBMPlatformConnection connection,
                BBMPlatformContact sender, BBMPlatformData data) {
        }
    
        public void contactsJoined(BBMPlatformConnection connection,
                final BBMPlatformContactList contactList, String cookie, int type) {
            onContactJoined((BBMPlatformContact)contactList.getAll().nextElement());
        }
    
        public void contactsInvited(BBMPlatformConnection connection,
                BBMPlatformContactList contactList) { }
    
        public void contactLeft(BBMPlatformConnection connection,
                BBMPlatformContact contact) { }
    
        public void contactDeclined(BBMPlatformConnection connection,
                BBMPlatformContact contact) { }
    
        public void contactsRemoved(BBMPlatformSession session,
                BBMPlatformContact removedBy, BBMPlatformContactList contactList) { }
    
        public void broadcastDataReceived(BBMPlatformSession session,
                final BBMPlatformContact sender, final BBMPlatformData data) {
            UiApplication.getUiApplication().invokeLater(new Runnable() {
                public void run() {
                    ChatMainScreen.getInstance(ChatAppPlugin.this)
                            .showReceivedMessage(data.getDataAsString(), sender.getDisplayName());
                }
            });
        }
    }; 
    
    public void sendMessage(String message) {
        BBMPlatformData data = new BBMPlatformData(message);
        try {
            session.broadcastData(data);
        } catch (final BBMPlatformException e) {
            UiApplication.getUiApplication().invokeLater(new Runnable() {
                public void run() {
                    Dialog.alert(e.getMessage());
                }
            });
        }
    }
    

    What I exactly need to know, is that's the way I do things in order to receipt and show my messages in the other devices connected to my application.

    I hope you could help me as fast and precise as possible.

    Anticipate thanks.

    Below, an explanation of my problem and my workaround:

    A connection ensures the communication between multiple instances of the application that can be set, public or private.

    According to BBM, to create a connection, you must create a listener of the connection and the messaging service allows you to set the listener and retrieve a connection, as follows:

    MessagingService messagingService = platformContext.getMessagingService ();

    BBMPlatformSession session = messagingService.createSession (new MySessionListener());

    / * BBMPlatformSession and BBMPlatformChannel are BBMPlatformConnection childs as their respective listener share the same relationship.*.

    The issue with the example above, it's that the connection is not useful because the connection or the connection listener is related to the mail service. And that's because the mail service will attempt to use the connection returned by voicemail service listener, which is not the same connection created above.

    Workaround

     

    Create a listener mail service for the created connection and recipient of the connection, as follows:

    ...

    Private MessagingService messagingService;

    VideoChat BBMPlatformSession;

    Private BBMPlatformSessionListener sessionListener;

    ...

    sessionListener = new BBMPlatformSessionListener() {}

    ...

    };

    messagingListener = new MessagingServiceListener() {}

    public void sessionEnded (contact BBMPlatformContact,

    Session BBMPlatformSession) End Sub

    {} public void sessionCreated (BBMPlatformSession session)

    BBMPlugin.this.session = session;

    }

    public (getSessionListener) BBMPlatformSessionListener

    {BBMPlatformSession session)

    Return sessionListener;

    }

    public (getChannelListener) BBMPlatformChannelListener

    BBMPlatformChannel channel) {}

    Returns a null value.

    }

    ' Public Sub channelCreated (canal BBMPlatformChannel, int available) {}

    {} public void channelCreated (canal BBMPlatformChannel)

    };

    ...

    ...

    In the context of platform listener

    messagingService = platformContext.getMessagingService ();

    messagingService.setServiceListener (messagingListener);

    session = messagingService.createSession (sessionListener);

    ...

    ...


  • Connected BBM App denied

    Refused to use the icon for BBM chat. ?

    * everything is less a dumbed down user experience.

    I guess I'll create an icon of the Virgin in its place

    Ery-happy:

    Solved.

  • error before starting a bbm app

    This error is strange, I have successfully tested my 2 bb app but others I have this error before running

    what im I doing wrong?

    Thank you

    Most likely, the OS level opn on this BB is older than the level you have compiled.

    Example, compiled on 6.0, BB is running 5.0

  • BlackBerry bbm App isn't free?

    Hi, I just bought a Blackberry Z10 and I was wondering if I have to pay for BBM. I'm on Orange talk and have some sort of plan of dolphin. Anyone know? Thank you.

    Hello Bmaya0302

    Welcome to http://supportforums.blackberry.com/

    The BBM application is completely free, it is enough to have a data plan to download the application and be able to use applications that require a data plan.

    Kind regards.

  • Web app - target frame

    Hello

    Just lose it.

    I use BC and Muse and web app module...

    I have a problem getting my detailed page open in the SAME window layout.

    This is the URL:

    http://Test1-jun52015-223.BusinessCatalyst.com/upcoming.html#top

    Here is a picture of the tag module web app.

    mod.jpg

    Then here is the image of the opening page.

    target_frame.jpg

    The image above shows a page this default template is assigned to, with a {tag_pagecontent} on this subject.

    When I use the ad I can simply choose to use the Ajax functionality to open in the same window.

    I've tried so many possibilities does not I'm totally confused.

    Can I use content door - or you have stuff to write about?

    Pls help.

    Thanks in advance.

    Peter

    You Peter,.

    You can not and do not simply use BC code like that elsewhere.

    You must code your own javascript, in your case you use jQuery you need to browse your items and make ajax requests.

    http://API.jQuery.com/load/

    For example or .ajax

    When you implement it is dependent on the structure of your code and your preference for it online or in a script file you have.

  • How to share files from Android ported app to social applications such as BBM whatsapp FB etc.

    I have an application that has a listview that fills all the music files as .mp3 etc.

    I can multiselect and remove or play in the list...

    Problem:

    When I try to share MP3 files using the social part of the app with another app it populates the MMS and Email how to add BBM app and other apps Socual whats in this action app for app... Please show us example please

    Such me please where can I find an example of this kind of action? Thank you

    Hey madmaskd,

    Currently you can share only to an Android app from a native application, as long as the intent filter is setup accepts intentions on part.

    You will not be able to share from an Android application, at the present time, however.

  • BBM No. BBM Notification when running in background apps

    Dear Blackberry admin,

    I am very happy when heard the news that my windows phone can install BBM, after waiting for more than 10 months after the version of android.

    I use nokia lumia 720 and already installed the BBM not the beta version.

    What bothered me, that's when it goes on the bottom, I'm not receiving any incoming notification message. When I open the BBM apps all of a sudden all the messages came.

    is there anyone in this forum has this experience and to solve this part of problem please, me, thank you.

    You happen to have battery saver turned on? If so, turn it off, test and let me know the results.

    Raison d'etre, when battery saver is enabled, applications are not allowed to run in the background so that you can only send and receive messages using BBM surveys at its opening. To check on the home screen, flick to the left to the list of applications, select settings and battery saver. Thank you!

  • Invoke the BBM Message to PIN

    I need an example code or information on how to trigger a BBM Chat with on a particular PIN the ActionBar or a button.

    Any link reference or help would be greatly appreciated.

    Thank you!

    After this doc:

    https://developer.BlackBerry.com/native/documentation/device_platform/invocation/BBM.html

    As uri (pin:<>) is almost unique to BBM app, using only the uri in the InvokeRequest would work, but if another application to register this uri, you include better target ID and ID of action both to ensure that the application of the right is open.

    In addition, do not use class Invocation of QML, which is not the same class as InvokeManager and tends to fail in many cases, including this one.

    Main.QML

    import bb.cascades 1.4
    
    Page {
        Container {
            TextField {
                id: bbmPin
                hintText: "Enter BBM pin here"
                inputMode: TextFieldInputMode.Pin
                onTextChanging: { button.enabled = (text.length == 8) }
            }
            Button {
                id: button
                text: "Chat"
                enabled: bbmPin.text.length == 8
                onClicked: { _app.startBbmChat(bbmPin.text) }
            }
        }
    }
    

    ApplicationUI.cpp

    #include 
    #include 
    
    /* ... */
    
    void ApplicationUI::startBbmChat(const QString& pin) {
        bb::system::InvokeRequest request;
        request.setAction("bb.action.BBMCHAT");
        request.setTarget("sys.bbm.sharehandler");
        request.setUri("pin:" + pin);
    
        bb::system::InvokeManager invokeManager;
        invokeManager.invoke(request);
    }
    

    ApplicationUI.hpp

    /* ... */
    
    public:
        ApplicationUI();
        virtual ~ApplicationUI() {}
    
        Q_INVOKABLE void startBbmChat(const QString& pin);
    
    /* ... */
    

Maybe you are looking for

  • How can I start firefox with new tab instead of the blank page?

    Today I've updated firefox to 13.0. I like the new 'new type '. I want to know how can I start firefox with new tab instead of the blank page?I don't want to change the home page to about: newtab. Sorry for my bad English.

  • shared variable LAN configuration

    Hello everyone, I have a problem with deployment variable published network share and I hope that the experts of Labview in this forum could help me. I'm contacting a compactRIO (IP 192.168.10.100) via the published network shared variable. 32-bit La

  • What does "WSST_Engine.MFC has stopped working" mean?

    This is the message appears on my screen every morning.  My Vista OS runs 24 hours a day.  I don't know what an is.or of engine WSS done.

  • Unable to connect my video camera to panosonic for vista

    Original title: why not connect my panosonic for vista but XP video camera My panasonic NV-GS27 does not connect to my computer using Vista but connects to my computer XP. Is there a download that will solve this problem?

  • SAS 6/iR integrated SAS + SATA (SSD) negotiated speed PE1950

    Hello I installed on my PE1950 III two disks in SAS 6/iR integrated (embedded). The first is SAS 73 GB 15 k that uses 3Gbps and the second is EVO 840 Samsung 250 GB (ssd). I know that these SSD is not supported by Dell, but it works very well, just o