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 browser
Description
Need to change the bridge to use the 'addNotifyBackURI' function when enabling cloud push and stop sending the 'notifyBackURI' parameter with each 'listen.icepush' request.
Use 'hasNotifyBackURI' function to test when to invoke the 'ice.push.onMissingNotifyBackURI' registered callback.
Use 'hasNotifyBackURI' function to test when to invoke the 'ice.push.onMissingNotifyBackURI' registered callback.
Issue Links
- blocks
-
ICE-10690 Showcase -> mobi:cloudPush demo has button state problems on iOS
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Fix Version/s | EE-4.1.0.GA [ 12172 ] |
Description |
Need to change the bridge to use the _addNotifyBackURI_ function when enabling cloud push and stop sending the _notifyBackURI_ parameter with each _listen.icepush_ request.
Use _hasNotifyBackURI_ function to test when to invoke the _ice.push.onMissingNotifyBackURI_ registered callback. |
Need to change the bridge to use the 'addNotifyBackURI' function when enabling cloud push and stop sending the 'notifyBackURI' parameter with each 'listen.icepush' request.
Use 'hasNotifyBackURI' function to test when to invoke the 'ice.push.onMissingNotifyBackURI' registered callback. |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48643 | Wed Apr 20 14:46:27 MDT 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48645 | Wed Apr 20 17:16:09 MDT 2016 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48650 | Fri Apr 22 08:40:21 MDT 2016 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
![]() |
Fix Version/s | EE-4.1.0.BETA [ 13073 ] |
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 ] |
Fix Version/s | EE-4.2.0.GA [ 13074 ] | |
Fix Version/s | EE-4.1.1.BETA [ 13077 ] |
Modified ICEpush bridge to use the notify-back API. Modified hasNotifyBackURI function to use asynchronous POST request since modern browsers block synchronous requests made on the main thread.