1
vote
0answers
19 views

Blackberry Push Notification - Not receiving on Device

I am struggling for getting message on devices since last some days. At last I think to take a help from experts. Below are the steps I have followed. I have created Push initiator in core java. ...
0
votes
0answers
29 views

BlackBerry Push Notifications , OS < 7.X

I am working on developing a BB OS<7.X application, that implements push notifications. I finally ended up with some working code that is able to receive push. However, the push notifications DONT ...
0
votes
1answer
29 views

BlackBerry stop receiving push notifications

I have signed with RIM for BlackBerry Push Service Evaluation Credentials so that i can test my push notifications implementation. I used the low level sample as my server to send the push and i ...
1
vote
0answers
52 views

Sending Push Notification to BB 5 <= OS <=7.x using php script

I am trying to send a push notification in my BB OS 5 application. When i use the low-level-sample , provided by RIM , everything works fine and i get the push. However i am building an Apache Server ...
-1
votes
0answers
35 views

push notification-Blackberry [closed]

I have to build a notification app for blackberry,and I have a registered my device and I am using C# server to send notification,But can't receive notification on my device... Please help me ...
2
votes
3answers
40 views

In which mobile platforms the “push token” is not permanent?

We all know that in order to use the push notifications functionality in any mobile platform we need a unique identifier called "push token". The developer needs somehow to save this "token" to his ...
0
votes
1answer
40 views

Push message not received in device

I am struggling for long with push messaging in BlackBerry. I am able to register successfully for push messaging with a returned code of rc=200. However, when I run the server side code, be it in PHP ...
0
votes
1answer
55 views

How to implement push notification in app being developed for Black Berry OS 6.0 using Phonegap and html5 framework like Sencha Touch

It is clearly stated in Black Berry developer website that HTML5 notification is supported in Black Berry 10 only. Is there any way to implement push notification in app being developed for Black ...
0
votes
1answer
73 views

Blackberry Push Notification implementation steps

I am going to develop a Push notification application in Blackberry (OS 5.0 ,6.0). I did little R-n-D on Blackberry Push notification services. Covers all the basic Info ...
2
votes
4answers
89 views

How to make a blackberry application start , by code?

I have a background function listening for push messages. I need to handle though the push. I created the function to take any actions when the push arrives and it works pretty well. For example when ...
0
votes
1answer
17 views

Do we have a token in BlackBerry push?

I am trying to develop an application for OS < 7.X that implements push notifications. I finally made it make the client/server samples to work. However , i dont understand at all how the push ...
4
votes
2answers
246 views

Push Notifications through BES/BIS , BlackBerry

I am trying to use push notifications for OS < 7.X . I downloaded the sample server / client code. I deployed the client code on my device and the low-level-sample code on the tomcat provided. ...
0
votes
1answer
85 views

Confusion between BES and BIS for BlackBerry

I am trying to develop a simple BB OS < 7.X application that the only thing it does is having push notifications enabled. I have dealt before with push notifications (android , wp7 , iOS) but the ...
1
vote
1answer
44 views

Strange BlackBerry log

I am using the code below , as part of my push notifications implementation: private static final String BPAS_URL = "http://pushapi.eval.blackberry.com"; private static final String APP_ID = ...
0
votes
1answer
32 views

Register two application from main function

I am developing application in which i have to register two listener from main funtion. Out of two, One is for registering push notification and other is for when notification comes, will display icon ...
0
votes
0answers
89 views

Blackberry Push Notifications Client Sample

I am trying to install the sample application with push notifications enabled. I download the sample code from here : BB sample app On the device when i hit register i get the error : Some of the ...
0
votes
2answers
332 views

What is the difference between using PhoneGap/Cordova and using native code that just opens a webView? [closed]

I need to create a phoneGap application for 4 different platforms (iOS, Android, WP7, BB). The ONLY thing the app needs to do is load an external html file (with javascript, css) and have push ...
1
vote
0answers
52 views

BlackBerry Push Message

I have built a simple BlackBerry App and now I want to implement a minor chat function in it. The idea is to send a message to the server via a web service. This has been successfully implemented. I ...
0
votes
0answers
142 views

C# Server Side code - BlackBerry not receiving push message

I have successfully register for Push Notification on my BlackBerry device. I am now trying to send a message to the registered device through my C# Server Side Code. Message is sent when the user ...
1
vote
1answer
259 views

BlackBerry Push Service SDK - BPS server URL

In order to understand how the Push service in BlackBerry is implemented, I have installed the Push Service SDK and following the Push_Service_SDK-Getting_Started_Guide. Following ths steps ...
0
votes
0answers
55 views

BlackBerry based Push Notifications (Client Side)

I want to develop a push notification receiving app for BlackBerry. I have made few apps for iOS and Android platform. In both of these platforms client app has to register with APN/GCM to receive ...
0
votes
0answers
121 views

Push messages in BlackBerry

I am implementing a chat function in my BlackBerry App which is a minor feature compared to the other features the App offers. The mechanism for the chat feature is as follows: BlackBerry App sends ...
0
votes
1answer
111 views

BlackBerry push notification - subscription handling

I've PHP application that sends pushes to different kinds of smartphones. Recently BlackBerry push was added - for this pourpose I use commonly avaliable piece of code with appears in many of ...
1
vote
0answers
64 views

BlackBerry best practice to subscribe / unsubscribe users for pushes in BES infrastructure

I'm developing application (widget) for BB OS v5-6 in BES infrastructure. That application will be available to install for the all users. What is the best practice to subscribe/unsubscribe users ...
0
votes
0answers
129 views

Push, BPAS rejected registration, timeout on http://cpXXXX.pushapi.eval.blackberry.com

I'm trying to register a device for push notifications but I get timeout when running the URL. In the following function the Variable "response" prints an empty string. I've checked my Base URL, ...
0
votes
3answers
426 views

Implement app able to receive push notifications and launch web browser

What is the easiest way to implement a simple app which does two things: receive push notifications (new messages in user's inbox), open a page on my website in a webview or web browser. It would ...
4
votes
1answer
147 views

In blackberry does android player supports push notifications or C2dm?

I want to develop android application so that it also works on blackberry. I have searched that blackberry onward 10 and blackberry playbook supports android application and android player to run ...
1
vote
1answer
164 views

BlackBerry BIS Push Notification Not Received By Devices in Asia

We are developing a BB app using the Verivo development platform. The application server pushes notifications using the settings provided by RIM after registering for BIS Push. We have observed that ...
0
votes
1answer
265 views

Blackberry Push notification : Java.io.IOException:Network operation(Subscribe)failed. Make sure that Content Provider Url is accessible

I am working on blackberry Push Notification and facing a big issue while registering from the device. I'm getting the Exception: Java.io.IOException:Network operation(Subscribe)failed. Make sure ...
0
votes
1answer
386 views

Background Application unable to display UI when receive push notification

Here is my full push notification listener. public class MyApp extends UiApplication { public static void main(String[] args) { PushAgent pa = new PushAgent(); ...
1
vote
1answer
133 views

pushSDK send push to MDS

i tried to send a push to browser " a browser message " to my device connected to mds via bes. when i send my request (and request headers ...) the response is a http 202 and the pap response is 1001 ...
1
vote
1answer
218 views

Blackberry - How to transfer data from background to main ui application

Iam using push notification to show notification. Its working fine by Alternate Entry point. Background application will listen for notifications. When I click on a notification, I want to open a ...
1
vote
1answer
236 views

blackberry alternate entry point- start app from background application(on push message click)

I want to open my UI app from a background application. How its done ?. public static void main(String[] args) { if (args.length > 0 && args[0].equals("MYAPP") ){ theApp = new ...
1
vote
2answers
221 views

Blackberry Alternate Entry point - Push Global Screen Hangs

I am working on push notifications. When i use alternate entry point for push notification, the devie's screen is hanging.But when i tried without the alternate entry point, there is no problem. How i ...
0
votes
2answers
281 views

Setting up Blackberry Project (above version 5) in Phonegap using IDE to implement push notification

I am developing a mobile app using phonegap for the Android, iPhone and Blackberry platforms. I need a notification to be send from a Java EE server to BB when a new message gets created. This means ...
3
votes
2answers
891 views

Blackberry webworks app and push notification

after many days searching online, I never found an answer to my problem or even anyone that has managed to do what I'm trying. I'm trying to implement push notifications in a WebWorks App for ...
0
votes
0answers
279 views

Blackberry push notification using php

Can we do Blackberry push notification application using php not java ?? How ? I can't find any working code sample anywhere. I tried this answer here Push Notification in Blackberry , but didn't ...
1
vote
1answer
364 views

How can a Blackberry app send push notifications to both BIS and BES users?

I've been tearing what's left of my hair out for days trying to wrap up the Blackberry version of a mobile app I am producing. Although other parts of BB dev have been frustrating, nothing compares ...
9
votes
0answers
236 views

Blackberry Push Implementation and waiting for acknowledgement

I already implemented the first 4 steps of the push initiator for blackberry send a push request BlackBerry service returns a response BlackBerry service pushes data to an assigned, specific port ...
0
votes
3answers
229 views

Notifications to iOS, Android, BlackBerry from a Rails app

I have a rails application and I would like to send notifications to users on their mobile. I only need simple text notifications, but I can't afford to write an application for any operating system. ...
1
vote
1answer
180 views

Getting started with blackberry Push notification

Where do I register with RIM to get push notifications in my app? Are there other alternatives apart from urbanairship? Thanks.
0
votes
2answers
134 views

Blackberry OS version limit

Is there a OS version limit to accept blackberry push, or for JSON parsing. for example, BB OS version 5.0 and above or 6.0 and above. I have BB device 6.0 and my app works fine on it, can someone ...
0
votes
1answer
233 views

Differences between Push functions in RIM OS (BIS), IOS and android

Can anybody explain the differences between Push function in those OS for me? I'm really curious about how do they work and how they work differently from others. As far as I know, android applies ...
1
vote
0answers
601 views

Push Notification using PHP in Blackberry

I developing in Webworks and need to push a notification to the home screen when a new entry is added to our database. There is a PHP file on the server which adds entries into the database. How would ...
1
vote
1answer
432 views

blackberry push notification client-side

I got a problem while running the client-sample-app source that i import into eclipse, while i run this example in device, I got this error : Class 'com.rim.samples.device.push.Logger$LogMessages' ...
1
vote
2answers
637 views

Mobile Chat functionality using Push Notifications, when should something be pushed?

(The following question is for mobile platforms in general (iPhone, Android, Blackberry)) We are integrating chat functionality into our existing application. I designed the system with a .Net web ...
0
votes
1answer
1k views

Push Notification : Blackberry

I started working with push notification and I had developed server side code + client side code and downloaded Blackberry push services SDK and i got the ID, Port NO. and the password and all the ...
1
vote
1answer
233 views

unable to get an account BIS

When I want to get an account BIS, a window popup appear like in the picture. And to make the steps cited in the popup: option > theDevice > Advanced System Settings > Host Routing Table. Then I ...
0
votes
2answers
451 views

Use wifi in push notification on blackberry

I want to use BIS push notification . Can I use wifi on the device blackberry without getting an account BIS? thanks
2
votes
2answers
1k views

server-side problemt: PHP Push message to Blackberry

I am using the client side code from http://supportforums.blackberry.com/t5/BlackBerry-Push-Development/Simplified-BIS-Push-client-sample/ta-p/693857 on the BlackBerry Developer Support forums. I am ...

1 2