Details
-
Type: New Feature
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: Push Server
-
Labels:None
-
Environment:supported browsers
Description
Provide a way for web apps to prompt users to enable cloud push as necessary. This can be flexibly achieved by providing a registration function for callbacks that are invoked when the device ID (AKA notify-back-URI) is missing from the local storage but the bridgeit functionality is present.
To enable cloud push notifications the callback implementation will switch to BridgeIt to retrieve the deviceID and then returns, the DeviceID is stored in the browsers local storage for that browser.
To enable cloud push notifications the callback implementation will switch to BridgeIt to retrieve the deviceID and then returns, the DeviceID is stored in the browsers local storage for that browser.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Affects Version/s | 4.1 [ 11570 ] | |
Affects Version/s | EE-4.0.0.GA [ 11170 ] |
Mircea Toma
made changes -
Affects Version/s | 4.1 [ 11570 ] |
Mircea Toma
made changes -
Fix Version/s | EE-4.1.0.GA [ 12172 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.BETA [ 13073 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.1.BETA [ 13077 ] | |
Fix Version/s | EE-4.1.0.GA [ 12172 ] | |
Fix Version/s | EE-4.1.0.RC1 [ 13073 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.2.0.GA [ 13074 ] | |
Fix Version/s | EE-4.1.1.BETA [ 13077 ] |
Introduce ice.push.onMissingNotifyBackURI function that can be used to register callbacks that need to be notified when deviceID is missing.