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
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.