728x90
App의 상태 별 Silent Push의 동작
{
"aps": {
"alert": "Hello World",
"sound": "default"
"content-available" :1
}
}
state | alert | callback |
Foreground | 안 보임 | application(didReceiveRemoteNotification) |
Background | 보임 | application(didReceiveRemoteNotification) |
Suspended | 보임 | application(didReceiveRemoteNotification) |
Not Running (killed by user) | 보임 | No callback |
728x90
'iOS > 설명' 카테고리의 다른 글
[iOS] applicationWillTerminate (0) | 2022.05.25 |
---|---|
[iOS] User에 의해 종료된 경우 vs System에 의해 종료된 경우 (0) | 2022.05.25 |
[iOS] Register Push Device Token (0) | 2022.05.25 |
[iOS] UIPageViewController (0) | 2022.05.21 |
[iOS] UIView와 CALayer의 차이 (0) | 2022.05.21 |
댓글