Push Service BB10

Hello

I downloaded this example.

http://BlackBerry.github.com/Cascades-samples/pushcollector.html

This example works, but how to check the reception the push?
How to send a message to yourself?

Thank you!

Have you downloaded the push RIM sample initiator and installed?

If you have it installed, you can use this URL as an initiator to push URL and set up in the config of pushcollector as well as the application id and the PPG. After config is saved, you can register your device to the push initiator.

Access the debugging on the initiator to push side portal, you can create an application, then use management push to send a helping hand

http://developer.BlackBerry.com/services/push/?CPID=PUSHAPI00

http://developer.BlackBerry.com/Cascades/documentation/device_comm/push/developing_a_push_enabled_ap...

Tags: BlackBerry Developers

Similar Questions

  • What is Blackberry Bis push Service different development of BlackBerry Java development?

    Hello

    I develop applications using blackberry java development. I want to develop an application that uses blackberry push service, pls suggest is different from the java development?

    What do you mean with 'different '?
    BIS push uses the infrastructure of the RIM and is a service, it is independent of the programming language.

    You can use BIS push with java bb, you can use it with webworks/html5, and you can also use it on bb10 with c ++.

  • EVAL push service vs bbidtoken

    Hi all

    I am quite new to BB development, so forgive me if the answer to my question is obviuos.

    We are developing an android app with push services. This application is driven on BB 10 tool BB APK package. I signed up for the test push BB app and eval service works fine if I sign a developer certificate, I created with my bbidtoken.

    Is it possible to use this application with one another push eval service (registered by the customer of this app) still sign with my certificate (based on my bbidtoken), or do I have to change the certificate also in this case? EVAL push BB service is connected to the account of BB, bbidtoken?

    Thanks in advance!

    István

    This also applies to the production server, the account to push and BlackBerry ID token must match.

    At the same time, they did, push the permissions have been added to accounts BlackBerry ID of those who have received an account grow.  But now all accounts access by default.

  • Join the BlackBerry Push Service

    I am trying to integrate pushwoosh blackberrry webworks.

    He said I have to register an appid (https://www.blackberry.com/profile/?eventId=8121).

    could I get more information on the tax or the use of the push service pricing?

    is there a difference for testing and deployment?

    Thank you.

    Hello

    When you register to use the Services of the BlackBerry Push you receive an application ID that can be used to test:

    https://developer.BlackBerry.com/services/push

    There are free and available today from paid services, paid services will vary according to the number of relapses, you must complete. For more information on the paid levels please first try push Services, if the paid layer is required, then you can ask your account to upgrade and work with a team representative of the Push Services on the details on prices.

  • [Push service]

    Dear friends,

    Can I save a Push Service and this information (see attached image)

    Please help me.

    Thank you very much.

    Dennis Ritchie.

    Dear Matt,

    Thank you very much. I've had I need information.

    Dennis.

  • The device push service get error 403

    Hello

    Here I am with push service problem * once again. I'm developing a push application. I have a problem in the recording of the pressure of the client App. I'm currently testing a Javelin and still get error HTTP 403 (refused). I would like to know what the problem is. What is my code or my device?

        private static final String URL = "http://pushapi.eval.blackberry.com/mss/PD_subReg?";
        private String PushServiceRegister(String parameter)
        {
        int responseCode = 200;
        String registrationUrl;
    
            try
            {
                registrationUrl = URL + "serviceid=" + CommBookApplication._serviceId;
                registrationUrl += "&osversion=" + DeviceInfo.getSoftwareVersion();
                registrationUrl += "&model=" + DeviceInfo.getDeviceName();
    
                // output:
                // http://pushapi.eval.blackberry.com/mss/PD_subReg?serviceid=xxx-eeR53M4h55eM02i5&osversion=4.6.1.92&m...
    
                if(parameter != null && parameter.length() > 0)
                {
                registrationUrl += "&" + parameter;
                }
    
                HttpConnection connection = (HttpConnection) Connector.open(registrationUrl);
                connection.setRequestMethod("GET");
    
                responseCode = connection.getResponseCode();
                if(responseCode != HttpConnection.HTTP_OK)
                {
                    // Always go here with response code = 403
                    connection.close();
                    return String.valueOf(responseCode);
                }
                else
                {
            // Process response data using output stream
                }
            }
            catch (IOException exception)
            {
                // Handle exception
            }
    
        }
    

    AAH, finally got it.

    Add '; deviceside = false; "ConnectionType = mds-*" at the end of the URL.

    find the * replacement in the BPSS client side code

    (* This is a little strange, it's like I'm talking in this thread )

  • iPad - Object Push Service edition

    Separated from this thread.

    Sorry Akil - I get frustrated when (and this is not the first time) Microsoft is trying to divert attention to a problem of Windows to another manufacturer - I was attemtping for the first time today to transfer from PC to ipad and get this same problem. When message like this appears, we want Microsoft to be some kind of assistance within Windows (for example, I don't know what to do or where the 'bluetooth object push service') or of some States members follow requests in this forum so that others can enjoy.

    Thank you

    Hello

    When you right click on the bluetooth icon in the taskbar (it can be hidden behind the two arrows pointing upwards) there is an option to receive files. This option allows to receive files via OBEX OPP. To send files to the phone using the corresponding option from the same menu. -Member, Fnorgl

  • Push Service SDK APi reference

    Hello

    I'll try to find the api reference for the side push service sdk server. Can someone please give me a link.

    Thank you

    Found in the BPSS folder after you have installed the SDK of the Push Service. It is under pushsdk/javadoc

  • Cannot create the object push service

    Hello:

    I've been stuck on this for weeks.

    I followed all the steps, but

    When I run this line,

    blackberry.push.PushService.create (ops, failCallback successCallback, simChangeCallback, pushTransportReadyCallback);

    it not always returns faillCallBack, and the error code is 500 - error: an internal error has occurred by calling blackberry.push.PushService.create. Try to restart the application.

    does anyone have any ideas?

    Thank you.

    Push both by Wi - Fi works with a SIM card inserted.

    Oh, just thought that what the problem most likely is for you.

    When you request signing keys, you must ensure you get special permission to use push.

    When you asked signing keys and an account of BlackBerry Push Service?  This new permission to push is new, old signature keys don't have it.

    If you have an active account of BlackBerry Push Service and has not received an email with the procedure Add permission to push it to your keys, then please email [email protected].  Let them know you have a Services Push account and want permission to Push added to your keys.  In addition, give them the email address associated with your code current signing keys. That should be enough for get you approval within a day or two.

    Let me know if you encounter any problems.

    Matt

  • SDK - ID of the app blackBerry Push service

    I'm following the steps in the guide BlackBerry push Service SDK available here:

    http://docs.BlackBerry.com/en/developers/deliverables/14465/BlackBerry_Push_Service_SDK-Getting_Star...

    I am currently on page 20 in the section "configure applications server manually." It asks me to change the value ${sampleapp.appid} in the properties file.

    As I'm just going through the guide as a reference, what value should I enter here?

    Figured it out myself!

    There is a link on the page for the software of the Blackberry Push Service SDK down: http://us.blackberry.com/developers/platform/pushapi.jsp

    This is the link that says: sign up to evaluate the Service of Push BlackBerry

  • Push Service on Android Runtime?

    Hi, I thought the SDK went gold and push service listed on there. I would like to ask a few question here:

    1 develops the supported push on android runtime service now?  But I find no example for her...

    2. can I test in the BB Dev Alpha device?

    is there any help here? Thank you...

    Hello

    Yes, PUSH is supported by the Android Runtime. In fact, it has been argued since the Beta 4

    Details can be found here: http://developer.blackberry.com/android/apisupport/creating_push-enabled_android_apps.html

    See you soon,.

  • (bb10) The push service error

    Hello!

    When you try to register on the push on my app on Simulator service, I get an error:

    Cannot create PushService due an internal error trying to allocate system resources

    Very strange, doesn't have enough resources?

    I could do something wrong, but what?

    I use the Las and gold Simulator SDK.

    There was a recent article on the blog on the modification of the service Push...

    Kind regards

  • Device object push service is not available or busy

    Hi guys, I am able to connect two laptops INSPIRON, can receive files on my inspiron 14R, but cannot send this computer laptop, laptop others appears in device, I connect using the direct connection of blue tooth, but it shows all services.

    what I've tried is

    • Downloaded the latest drivers available from the dell Web site and installed.
    • Checked for updates using dells update client control (only video card chipset updates updated and available, I didn't install those)
    • Used dell diagnostic and checked the Bluetooth port is functional.
    • Verified that if Bluetooth services have been started. OBEX and other services are running on the Auto setting.
    • Checked devices problem in the information system. its oK

    every time when I select another laptop to send files of this laptop it says services discovery and then,.

    PUSH OBJECT DEVICE SERVICE IS NOT AVAILABLE OR BUSY

    Please help I'm frustrated.

    Thank you.

    Hi Ammar,

    I appreciate the step by step troubleshooting, and pain that you have taken to resolve your problem. However, there are a few steps more that we can try to solve the problem. I suggest you to try the steps in the following articles and see if it helps you to solve the problem.

    Bluetooth devices do not work correctly on a computer that is running Windows 7

    Change settings for a Bluetooth compatible device

    The problems with Bluetooth devices

    Note: This article discusses Windows Vista, but not valid for Windows 7 too.

    Hope it would help. If the problem persists post returns with the required information, the current state of your computer and the result of the proposed suggestion, we will be happy to help you.

    Kind regards

  • SSL certificate has expired for the Push Service

    I just tried to connect to the push with url notification service

    This should be set to this day.  Thanks again for letting know us.

  • The BlackBerry Push service registration process

    I have asked the Services of BlackBerry Push for trials in January last 26 in order to generate an active push application.

    I have not received news about the State of the process.

    How long this process takes usually?

    There has been some delays in recent weeks with the registration of new accounts to push.  The team pushing will get these created as soon as they can.

Maybe you are looking for