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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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.