Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3 Beta
-
Fix Version/s: None
-
Component/s: Containers
-
Labels:None
-
Environment:Android Container running in Blackberry 10 runtime
Description
The Android container can run in the Blackberry 10 runtime pretty well. One item that required work was Cloud push. The Android container doesn't change, but the BB10 environment will register the container with the RIM infrastructure and the push notifications must go out via the RIM infrastructure as well.
The code changes are
- changing the C2DMService to check for the configured blackberry prefix on the registration id received from a GCM registration attemp, and if present:
- change the parking push id URI to start with "bpns:" rather than "c2dm:"
The code changes are
- changing the C2DMService to check for the configured blackberry prefix on the registration id received from a GCM registration attemp, and if present:
- change the parking push id URI to start with "bpns:" rather than "c2dm:"
Activity
Greg Dick
created issue -
Greg Dick
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Greg Dick [ greg.dick ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34352 | Thu Apr 11 12:44:52 MDT 2013 | greg.dick | |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/client/android/container/ICEmobileContainer.cfg
|
Greg Dick
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
This has been fixed. The configuration file, 'ICEmobileContainer.cfg' has been checked in which defines the BB10 cloud registration prefix. If this prefix is found in the GCM registration process, the container registers with the BPNS uri to the push service, which causes cloud notifications from the server to be routed via the Blackberry infrastructure.