-
APNs란
Apple Push Notification service (commonly referred to as Apple Notification Service or APNs) is a platform notification service created by Apple Inc. that enables third party application developers to send notification data to applications installed on Apple devices. The notification information sent can include badges, sounds, newsstand updates, or custom text alerts.애플 푸시 노티피케이션 서비스는 애플사에서 만들어진 알림 플랫폼입니다.
이 서비스의 역할은 제 3의 어플리케이션에서 애플 디바이스에 설치된 어플에 알림과 데이터를 보내는 기능을 합니다.
알림과 데이터는 뱃지, 알림음, 업데이트 되는 뉴스들 또는 사용자가 커스텀한 텍스트 창을 포함하고 있습니다.APNs 구조
그림을 보면서 설명드리겠습니다.
http://docs.morpheus.co.kr/client/push/ios.html
Push for iOS — Morpheus Lastest documentation
Parameters: activity (UIViewController) – 호출하는 화면 전달, NotNull clientUID (NSString) – Client ID 값, NotNull message (NSString) – 발송할 Push Message, NotNull serviceCode (NSString) – 발송 Service Code, NotNull ext (NSString) ��
docs.morpheus.co.kr
찾아보던 중, 좋은 글을 발견해서 이렇게 참고를 남깁니다. 아래 사진은 위 블로그에서 가져온 자료 입니다.
APNs Structure Developer Page
Identifiers
- Capabilities에서 Push Norifications을 activate
- App Push Notification service SSL Certificates Download
- Development SSL Certificate
- Prodcution SSL Certificate
Keys
APNs Server
Provider
'ios' 카테고리의 다른 글
ARC (0) 2020.09.06 네트워크 통신 모듈화 with Alamofire (0) 2020.07.21 Property with type 'Any' does not conforms with codable protocol (0) 2020.07.13 단위 테스트 (Given, When, Then) 활용 (0) 2020.06.23 UICollectionView: Using Flow Layout (0) 2020.06.21