APNs를 이용한 iOS Push Server
iOS 앱 Push 종류생성 방식서버에서 Push 생성서버에서 생성하여 APNs(Apple Push Notification Service)를 통해 사용자 기기로 전달앱을 사용하지 않을 때도 Push 수신 가능수신 조건 지정 가능앱 내에서 직접 알림 생성알림을 보내기 전 일정한 조건을 지정 Notification 형식alertsoundbadgesilent : 사용자에게 표시되지 않고 기기에만 전달 APNs (Apple Push Notification Service)역할사용자 디바이스에 대한 accredited(공인된), encrypted(암호화된), persistent(지속적인) IP 연결 관리오프라인 기기에 대한 Notification 저장 가능다시 온라인 상태가 되면 저장된 Notification 전달..