Dev/iOS
[Push Notification] 디바이스 토큰 변경 조건
steady.dev
2020. 4. 9. 13:33
APN은 다음과 같은 여러 가지 이유로 새로운 장치 토큰을 발행 할 수 있습니다.
- 사용자가 새 기기에 앱을 설치
- 사용자가 백업에서 장치를 복원
- 사용자가 운영 체제를 다시 설치합니다
- 다른 시스템 정의 이벤트
결과적으로, 앱은 APN-to-Device Connection Trust 및 Device Tokens에 설명 된대로 시작시 디바이스 토큰을 요청해야합니다.
출처
Local and Remote Notification Programming Guide: APNs Overview
Apple Push Notification service (APNs) is the centerpiece of the remote notifications feature. It is a robust, secure, and highly efficient service for app developers to propagate information to iOS (and, indirectly, watchOS), tvOS, and macOS devices. On i
developer.apple.com