| With browserstack it is hard to implement test for push notification for cordova applications. The problem is that webview context is not available for production builds, which are required to test push notifications on browserstack. Without webview context it is not possible to use `executeAsync` or easily select UI elements. But we could use our jenkins mac slave and run the ios push test on it in emulator. |