It has Blackberry support Push Notification (aka Google PN) 10

Dear supporters,

We develop game for BB 10, coding only with native code without using a waterfall.

We want to apply Push Notification service (aka Google PN).

But I can't find any information guide how to do this.

I mean PN using native code, not cascase.

Please help me to confirm that this is supported or not? If have, please give me more details

Kind regards

Hello

We have C push API. Here's the documentation explaining how they can be used:

https://developer.BlackBerry.com/native/documentation/core/developing_push_enabled_application.html

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry app Push Notifications using PushWoosh does not receive notifications when closed and in the background

    I'm developing an application of crossed with phonegap and Jquery mobile platform. I'm trying to implement push notifications for the blackberry application using PushWoosh.

    I noticed that I'm not able to receive notifications when the application is in the background, or when it is closed. I get notifications only when the application is in the foreground.

    Any suggestions on this problem?

    I can use all the help.

    The app is a phonegap application Webworks.

    Thank you.

    Info:

    PhoneGap 2.8.0

    jQuery 1.9.1

    jQuery 1.3.1 Mobile

    SDK WebWorks

    PushWoosh

    Hello

    We just push our BB HTML5 / Webworks sample to our github repo:

    https://github.com/shaders/push-notifications-SDK/tree/master/SDK%20Sample%20Projects/BlackBerry-htm...

    Team Pushwoosh

    www.pushwoosh.com

  • Unique push notification Edition

    Hello!

    In the case of simple editing is included the service of notifications of type push when I switch to the APP?

    Or if I need to make some changes, I need to publish a second version?

    Thank you.

    Unique Edition of DPS does not support push notifications.

  • How to make the push notification as APN (notification of transmission of apple) with Blackberry API

    Hi all

    I want to know how to get push notification as we APN. I found a demo in the code example of RIM named "httppushdemo" with the server and client code.

    It works this way,

    My custom server (java servlet) push a few data for some static ip (on MDS with given port), on my desk and the BB device receive the MDS data, where my blackberry MDS Simulator is on. So in this case I got direct push notification when the application is activated.

    Flow for Simulator is so as:

    Server customized---> MDS (with specific ipadrees / port)<-------------- >

    (do)                                                              (receive the push)

    But my question is that, in the event of a real device, I have MDS to push the text to the specific ip address.  I have MDS in my device itself. So from where custom server I need to push the text?

    Direct to device? if yes then please tell me where I can change my bb device ip address. ?

    Thanks in advance,

    Tejas

    The AFN is similar to the notion of PPG in BlackBarry who is world BES MDS or Service of Push BlackBerry World BIS. Http you post your button to one of the PPG and it routes the message to the device for you.

    Keep in mind when you push user push BIS and BES that push you to the device with address e-mail or a PIN that you can push only per SPINDLE.

  • IOS app do not compile in phonegap build after adding support for Push Notifications

    As the title says, I have an app for android and iOS using phonegap to build and push-plugin to the repository of the NPM. It worked perfectly for android, but for iOS, the events have not fired. Then I read that the AppID should have the active possibility of push notifications, so I added a development certificate and certificates and files of mobile provision changed.

    After that, the application is not compile more. I also added a certificate SSL Production to my App ID and certificate and files available mobile since I read the development of those who do not work with Phonegap, built on an old post, but that no longer works.

    Am I missing a step to make it work for the iOS with Phonegap Build? Thanks in advance

    Looks like commissioning your profile does not include your developer certificate. Try re-creating your provisioning profile.

    Maybe useful post:

    IOS create problem certificate does not match profile

  • Support for Android Push Notifications

    Hi all

    I found what I was looking for here: Android Push Notification

    But I wanted to follow up a little further and see if the notifications Push Android will apply at any given time? Thank you.

    Us plan to it but don't have a timeline. Do you need it to send notifications of text? Or to trigger a background download?

    Neil

  • Activate the Push Notifications on door Android

    I have questions about the push notification in Android Application (.apk door to .bar).

     


    After reading "creating Push-Enabled Android Apps" and following the steps:

    1. Generate the android app and the sign;
    2. Porting of the apk using command line tools (apk2bar.bat);
    3. Add android.cfg in .bar  
      
      
         
            MY_APPID
            http://cpMY_APPID.pushapi.eval.blackberry.com
         
      
      

      and include clear permission (Entry-Point-System-stock: _sys_use_consumer_push)

    4. Sign the .bar using command line tools (batchbar - sign .bat);
    5. Installation using command line tools (blackberry - deploy.bat) .bar on BlackBerry (Dev Alpha B);

    QUESTIONS

    1. The steps are correct?
    2. On the device, the application must appear in the notification configuration? (Settings > Notifications > Notifications / alerts)
    3. Send the process, statements:
      Response CODE: 1001
      Response DESC: The request has been accepted for processing.
      

      It's okay?

    1 yep

    2. notifications! = Push. If you have any questions about the integration of Notifications please report it to the Android Council

    3. it is the answer for a valid push message sent

  • Exception in Push Notification BIS

    Hello

    I'm new to the development of BlackBerry applications. I wrote a Java for Push Notification using PushSDKProperties class.

    My class is given below.

    public

    class {PushServer}

    private public static String password = "password";

    private public static String targetURL = "targetURL;

    private public static final String APP_ID = "app_id";

    private public static PushSDKProperties getProperties() {}

    PushSDKProperties = PushSDKProperties

    new PushSDKPropertiesImpl();

    () pushSDKProperties.setPpgAddress

    targetURL);

    () pushSDKProperties.setUsingPublicPush

    ( true) ;

    () pushSDKProperties.setHttpIsPersistent

    ( fake) ;

    pushSDKProperties.setHttpConnectionTimeout (60000);

    pushSDKProperties.setHttpReadTimeout (120000);

    () pushSDKProperties.setUsingXmlParserDtdValidation

    ( fake) ;

    System.

    out.println (pushSDKProperties);

    Return pushSDKProperties;

    }

    public public static Date of futureDate (int day) {}

    long futureDateMS = System.currentTimeMillis () + ((long) days) * 24 * 60 * 60 * 1000;

    Date futureDate =

    new Date();

    futureDate.setTime (futureDateMS);

    Return futureDate;

    }

    public public static void main (String [] args) {}

    try {

    IdGenerator idGenerator =

    new IdGeneratorImpl();

    = Address list

    new ArrayList();

    DeliverBeforeTimestamp date = futureDate (90);

    Addresses.Add ("push_all");

    () Addresses.Add

    "correct_address");

    () Addresses.Add

    "Incorrect_address");

    PushMessageControl = PushMessageControl

    new PushMessageControl (APP_ID idGenerator, addresses);

    pushMessageControl.setDeliverBeforeTimestamp (deliverBeforeTimestamp);

    Content content =.

    new TextContent ("Hello World");

    PapService = PapService

    new PapServiceImpl();

    PushSDKProperties pushSDKProperties = getProperties();

    Customer HttpClientImpl =

    new HttpClientImpl();

    client.setPushSDKProperties (pushSDKProperties);

    papService.setHttpClient (customer);

    papService.setPushSDKProperties (pushSDKProperties);

    System.

    out.println ("1". (+ papService);

    System.

    out.println ("2". (+ pushMessageControl);

    System.

    out.println ("3." Until this exception no.");

    System.

    out.println ("4." + pushSDKProperties.getPpgAddress ());

    String pushId1 = pushMessageControl.getPushId ();

    PushResponse response = papService.push)

    APP_ID, password, APP_ID, pushMessageControl, content);

    System.

    out.println (Response.GetDescription ());

    System.

    out.println (Response.GetResult ());

    System.

    out.println (Response.getPushId ());

    System.

    out.println (Response.GetCode ());

    }

    catch (UnauthorizedException at an e) {

    e.getCause ();

    }

    catch (E PushSDKException) {

    e.getCause ();

    }

    catch (E BadMessageException) {

    e.getCause ();

    }

    catch (Exception e) {

    e.printStackTrace ();

    e.getCause ();

    }

    }

    }

    My code works fine for a single address (correct address / valid device) and my device is to pass the Notification Message.

    My problem is with the sending of the Notification to multiple devices. If I give more than one address and one of the addresses is wrong / bad / address belongs to the unit is turned off, then his throw me the BadMessageException - response Code 2000 invalid / missing attribute...

    My Question is how can I make my code works regardless of the address correct or incorrect, I want to say how can I get the code of individual response for each address / device.
    I want success message to the correct and invalid address error code / message for the invalid / incorrect address.

    What should I do? Any code changes or anything?

    Help, please.

    Thanks in advance...

    Even if it is an arbitrary pine which is 8 digits then you should not return BadMessageException.

    The General to push hypothesis, is that you're doing a fire-and-forget.  Send you the thrust of all of the addresses and it will be reliable send it to a BlackBerry smart phone (if this device has your running application has registered to receive impulses) without requiring you need to check on the status of the final delivery.

    On your side, you must maintain a list of the pins that are registered to receive the growth of your application so that you know what devices you can send push to.

    Matt

  • Beginning with the Push Notifications

    Hello. I'm creating an application that requires access to the push notifications. I have a few questions.

    What is the difference between BIS and BES and these are the ways of ONLY to push?

    How can I sign up to allow me to test push notifications?

    How much does it cost?

    Server code can be written in any language?

    Once my code is running, my push works for any device and carrier or are there differences?

    Can I push as much as I want to, or are there limits?

    Thanks in advance.

    pg1181 wrote:

    What is the difference between BIS and BES and these are the ways of ONLY to push?

    BIS is a public Service to push when you use the Internet of RIM infrastructure

    BES is the Push Service of the company where you are hosting your own BES server.

    good news: BES Express Server is FREE

    pg1181 wrote:

    How can I sign up to allow me to test push notifications?

    Register for the evaluation: http://us.blackberry.com/developers/platform/pushapi.jsp

    pg1181 wrote:

    How much does it cost?

    Push Services are FREE

    If you need to guarantee delivery and want to be notified, you must push more Service

    where, up to 100,000 pulses per app per day are FREE

    pg1181 wrote:

    Server code can be written in any language?

    YES

    If you can send the HTTP Messages, then it works

    pg1181 wrote:

    Once my code is running, my push works for any device and carrier or are there differences?

    YES each BlackBerry has a unique device PIN - this PIN is used to identify devices

  • Help! Impossible to test push notifications

    We had a problem with Push notifications and the versions of all three of our magazines iPad.  Inform does not work for us.  Our reseller

    DCPL checked all our settings and suggested that remove us all of our certificates (in a magazine) and try new to solve the problem.

    I did, built new distribution, development, dev push, push mobile dev production, commissioning, provision of mobile production.

    I built a new version of the magazine to the Mac, DSP App Builder.app v28

    But now, I get the same message over and over when I try to test Push notifications.  I checked that I use the new certificates.

    "An error occurred when sending the notification. Your push certificate has expired. To download a valid certificate, rebuild your application in DPS App Builder and will retry to send the notification. »

    Screen Shot 2013-10-24 at 9.14.59 AM.png

    You should contact Support Gold for assistance with this. You can find contact information by logging into the dashboard of DPS and the research in the Middle at the bottom of the screen.

    Neil

  • Apple Push Notification Service production

    I have two applications (just built) that send notifications to and from a web server remotely: everything works fine until yesterday, expiration date of Apple's Push Notifications. I create new certificates (from original CSR files), create a .pem file and download it into my production server, replace the older ones, but when I tested the downloaded Apps from the App Store has not received notifications (in the mode of development that all notifications have arrived properly).

    can someone help me please?

    .. the certificate on my developer account is active (a green dot on the side of Pentecost) and not expired!

    Help

  • BATTERY METER HAS DISAPPEARED FROM THE NOTIFICATION AREA

    AFTER ERROR START BACK START EARLY AND HAS OBTAINED, IT WORK - EXCEPT THAT THE BATTERY METER HAS DISAPPEARED FROM THE NOTIFICATION (NEXT TO TASK BAR) AREA. DON'T KNOW HOW TO RESTORE THE VISIBILITY OF THE BATTERY METER IN THE NOTIFICATION AREA. Help, please

    Hello

    Please do not type in capital letters as it is difficult to read and considered to be shouting.

    1 Please reboot nothing so interfere with this process.

    Click with the right button on Taskbar - Properties - tab Notification area - check box Volume - if it is grayed out
    Then, use this link.

    How to enable or disable Notification of Windows 7 system icons (there are several methods
    and you can use them all).
    http://www.SevenForums.com/tutorials/19085-system-icons-enable-disable.html

    How to turn system icons on or off in Windows 7
    http://www.SevenForums.com/tutorials/292-system-icons-turn-off.html

    If necessary: a Mr Fixit

    System icons do not appear in the notification area in Windows Vista or in Windows 7 until you
    Restart the computer
    http://support.Microsoft.com/default.aspx/KB/945011

    =============================================================

    More information:

    Control Panel control - plan change Options - power plans - power - advanced settings
    Parameters for the drainage and the use of parameters (this is how much to use and not how much or how)
    long to load).

    In fact, what causes a lot of wear on a battery empties it too low on several occasions. With today
    systems overload are not a problem.

    Here are some tips to help and troubleshoot battery issues.

    Old battery? Unplug the power to the computer - remove the battery and clean the contacts with a pencil
    eraser (do not use this, if your battery is fine slots - just clean up the edges of the knife which fit in)
    them and be careful). Batteries are old, or it could be a problem with the computer.
    Check with the support of the machine system, and many of them have on line forums.

    New Lithium-Ion type battery usually last longer if you do not unload then less than 30%
    However on a laptop that not extend their life a lot. Best is to use the a/c adapter
    When this is possible.

    I use the free version of BatteryBar to monitor my battery. Click on the green button on the
    Yellow box on the right side of the page to download the latest stable version.

    BatteryBar - free version available
    http://osirisdevelopment.com/BatteryBar/index.html

    Another good program

    Vista battery saver - free
    http://www.codeplex.com/vistabattery

    Problems with the lives of its use and the battery of power - Mr Fixit
    http://support.Microsoft.com/GP/windows_battery_power_settings

    You can also check with the manufacturer of system and forums that many use their own
    proprietary software to monitor the battery and they could be known problems with your battery.

    ============================================================

    Battery meter: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows7/battery-meter-frequently-asked-questions

    Battery saver
    http://Windows.Microsoft.com/en-us/Windows7/conserving-battery-power

    Solutions to common battery problems
    http://Windows.Microsoft.com/en-us/Windows7/solutions-to-common-battery-problems

    What is the precise the battery meter?
    http://Windows.Microsoft.com/en-us/Windows7/how-accurate-is-the-battery-meter

    ============================================================

    Try this - to make a Restore Point

    How to create a System Restore Point in Windows 7
    http://www.SevenForums.com/tutorials/697-system-restore-point-create.html

    How to do a system restore in Windows 7
    http://www.SevenForums.com/tutorials/700-system-restore.html

    Then Control Panel - Manager of devices - Batteries - Double click on each item - drivers - tab
    Update the drivers (which can do nothing) - then do a right click and UNINSTALL each - RESTART
    who will update the driver stacks.

    Problems with the lives of its use and the battery of power - Mr Fixit
    http://support.Microsoft.com/GP/windows_battery_power_settings

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Acceleration of approval of push notification service

    I wonder if there's a place I can reach out to the acceleration to the top of my push notification service application. Five days seems a bit long to test the existing integration with my Android build.

    Anyone has any advice to help get things moving?

    I checked with the team to push and all pending requests have been processed.  Then you should be all set.  If you have not received notification, check your spam filter in case the message was taken there.

  • Device not receiving push notifications

    I'm trying to use push essentials.  All my messages received a '1001' with a description of:

    "The request has been accepted for processing, but the final outcome is not yet known. This code is used in response to a request to indicate that the message was received by the PPG and seems to be well formed and valid. »

    However, the messages do not reach the device.

    I was able to reproduce the same behavior using the "low-level-sample" is a part of the push SDK service.  I can see the data arrows in the upper right flashes each time a push notification is sent, but no real message is received.

    My devices appear as active in the menu "subscription request".

    Thank you.

    Please try to use the sample client application developed for pre - 5.0 devices. First of all, you will have to remove all other applications using the same port to push the device. Once the pre - 5.0 sample is run, you will be able to debug to ensure that the device is registered and you can listen to all incoming messages.

  • BB10 Push notification: PushPayLoad

    I'm developing a c# application that can send a push notification to BB10 devices using Blackberry Internet Service, I found a code it works well, however I don't know how to add custom to the push, data data that can be access with the push as pushPayLoad and used that is when user click on the push notification , it will run my native application bb10 then navigate to the user window or any other open window as required bussiness

    Here are my c# code:

    HttpWebResponse HttpWRes = null;
                HttpWebRequest HttpWReq = null;
    
                string pin = "push_all";
                string applicationID = "ApplicationID";
                string BOUNDARY = "ASDFaslkdfjasfaSfdasfhpoiurwqrwm";
                string msg = "Good morning"; // the message to send
    
                string userName = "ApplicationID";//"YOUR_APPLICATION_ID";
                string userPW = "YourPassword";//"YOUR_PASSWORD";
    
                string url = "https://pushapi.eval.blackberry.com/mss/PD_pushRequest";
    
                HttpWReq = (HttpWebRequest)WebRequest.Create(url);
    
                //SetProxy(HttpWReq); //if proxy needed, use this
    
                HttpWReq.Method = ("POST");
                HttpWReq.Accept = "text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2";
                HttpWReq.KeepAlive = true;
                //HttpWReq.Credentials = new NetworkCredential(userName, userPW);
    
                HttpWReq.PreAuthenticate = true;
                HttpWReq.ContentType = "multipart/related; boundary=" + BOUNDARY + "; type=application/xml";
    
                SetBasicAuthHeader(HttpWReq, userName, userPW);
                StringBuilder dataToSend = new StringBuilder();
    
                dataToSend.AppendLine("--" + BOUNDARY);
                dataToSend.AppendLine("Content-Type: application/xml; charset=UTF-8");
    
                dataToSend.AppendLine("");
                dataToSend.AppendLine("http://www.openmobilealliance.org/tech/DTD/pap_2.1.dtd\">");
                dataToSend.AppendLine("");
                string myPushId = DateTime.Now.ToFileTime().ToString();
                string deliverBefore = DateTime.UtcNow.AddMinutes(5).ToString("s", System.Globalization.CultureInfo.InvariantCulture) + "Z";
                dataToSend.AppendLine("");
    
                dataToSend.AppendLine("
    "); dataToSend.AppendLine(""); dataToSend.AppendLine(""); dataToSend.AppendLine(""); dataToSend.AppendLine("--" + BOUNDARY); dataToSend.AppendLine("Content-Type: text/plain"); dataToSend.AppendLine("Push-Message-ID: " + myPushId); dataToSend.AppendLine(""); dataToSend.AppendLine(msg); dataToSend.AppendLine("--" + BOUNDARY + "--"); dataToSend.AppendLine(""); Stream requestStream = null; string pushResult = ""; try { requestStream = HttpWReq.GetRequestStream(); } catch (Exception ex) { pushResult = "Push failed! " + ex.ToString(); } byte[] outStr = new UTF8Encoding().GetBytes(dataToSend.ToString()); requestStream.Write(outStr, 0, outStr.Length); requestStream.Close(); try { HttpWRes = (HttpWebResponse)HttpWReq.GetResponse(); } catch (Exception ex) { //push failed } if (HttpWRes != null) { HttpWRes.Close(); }

    What are the changes that I must code to send data as well as the thrust as profileId = 123?

    After much trial and error, I finally found the answer: adding "msg" I can add all payload elements I want:

    MyStringBuilder.AppendLine ("profileId"+":" + "AAB123");

    MyStringBuilder.AppendLine ("postId"+":" + "4567");

    MyStringBuilder.AppendLine (msg);

Maybe you are looking for

  • Connect 9.2.1 on iPhone ios problems 6

    Links in emails, applications and search engines don't open and the application to freeze on my iPhone with ios 9.2.1 6. Disabling Java and removal of liquidity in Safari does not help.

  • Samsung EVO850 plus disk Util is not smart

    HI -. I have a MacBook Pro 15 "late 2011, for which I bought a 1 to Samsung EVO 850 SSD."  I want to replace the internal MacHD with the SSD. I have the external SSD drive hooked to the MBP using a StarTech USB2 for SATA docking station.  Using disk

  • When I restart my Satellite M50 I get NDSNLS. INI error

    When I restart my Satellite M50 I get NDSNLS. INI error.I don't know which driver I need to download and reinstall. All suggestionjs. PLS and tnx.

  • VI Analyzer - edit saved config with LabVIEW 8.6.1 problem

    I use VI Analyzer with great success, but have recently switched to LabVIEW 8.6.1.  I am trying to load, edit and save a file previously configured and when I save and run a file CFG 'old', the tests are completely different. Specifically, I'm trying

  • Lexmark printer will not load to the top

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: I have a lexmark X 8350 printer and my laptop Dell studio 1737 will not all drivers read and do not print You have problems with programs