APNS 참고 사이트.
1) Apple Developer Site
- https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction/Introduction.html
-https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW9
; 애플 개발자 사이트의 APNS Guide 문서.
2) 일반 사이트
- http://www.appsmaker.co.kr/community/knowhow_read.php?start=0&id=88&tx_search_os=1&tx_search_field=1&tx_search_string=
; 위 APNS Guide 문서를 간략하게 번역해 놓은 곳.
- http://arashnorouzi.wordpress.com/2011/03/31/sending-apple-push-notifications-in-asp-net-part-1/
; asp.net and C# source 제공.
- http://theeye.pe.kr/entry/iPhone-Push-NotificationAPNS%EB%A5%BC-PHP%EC%97%90%EC%84%9C-%EB%B3%B4%EB%82%B4%EB%8A%94-%EB%B0%A9%EB%B2%95
; 간략 예제 소스 제공.
3) 오픈소스
- https://github.com/Redth/APNS-Sharp
; C#으로 구현한 오픈소스. 보내기, 피드백 받기, 오류 처리 등의 기능을 넣은 클래스 제공.
- http://code.google.com/p/apns-php/
- http://www.easyapns.com/