[Improvement] ApnsSender — 환경별 APNs 호스트 자동 분기 #273

Closed
opened 2026-03-03 01:37:01 +00:00 by seonkyu.kim · 0 comments
Owner

개선 내용

개발 환경에서 테스트 시 프로덕션 APNs로 요청하여 BadDeviceToken 오류가 발생하는 문제 개선.
실행 환경(Development/Production)에 따라 APNs 호스트를 자동으로 분기.

변경 사항

  • IHostEnvironment 주입으로 환경 감지
  • Development → Sandbox APNs 호스트 사용
  • 그 외 → Production APNs 호스트 사용
## 개선 내용 개발 환경에서 테스트 시 프로덕션 APNs로 요청하여 BadDeviceToken 오류가 발생하는 문제 개선. 실행 환경(Development/Production)에 따라 APNs 호스트를 자동으로 분기. ## 변경 사항 - [x] IHostEnvironment 주입으로 환경 감지 - [x] Development → Sandbox APNs 호스트 사용 - [x] 그 외 → Production APNs 호스트 사용
seonkyu.kim added this to the Phase 0: 공통 기반 + 인증 milestone 2026-03-03 01:37:02 +00:00
seonkyu.kim added the
Priority
Medium
Status
In Progress
Type
Improvement
labels 2026-03-03 01:37:02 +00:00
seonkyu.kim self-assigned this 2026-03-03 01:37:02 +00:00
seonkyu.kim added
Status
Done
and removed
Status
In Progress
labels 2026-03-03 01:41:51 +00:00
Sign in to join this conversation.
No description provided.