Commit eda5a58
committed
Add manual push completion handler support for iOS
Added Display.notifyPushCompletion() to allow applications to manually signal when they have finished handling a push notification on iOS.
This is useful for apps that need to perform background tasks (like playing audio) before the app is suspended.
This feature is enabled by setting the build hint `ios.delayPushCompletion` to `true`.1 parent 6ff2213 commit eda5a58
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5154 | 5154 | | |
5155 | 5155 | | |
5156 | 5156 | | |
| 5157 | + | |
| 5158 | + | |
| 5159 | + | |
| 5160 | + | |
| 5161 | + | |
| 5162 | + | |
| 5163 | + | |
| 5164 | + | |
| 5165 | + | |
| 5166 | + | |
| 5167 | + | |
| 5168 | + | |
| 5169 | + | |
| 5170 | + | |
| 5171 | + | |
| 5172 | + | |
5157 | 5173 | | |
5158 | 5174 | | |
5159 | 5175 | | |
| |||
0 commit comments