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/
'기술 > iOS' 카테고리의 다른 글
NSString -> NSDate 변환 (0) | 2012.12.07 |
---|---|
Image Filter 관련 사이트들. (1) | 2012.10.19 |
한글은 2자, 영문은 1자로 Length 를 알고 싶을 때. (0) | 2012.03.21 |
UITabBarController 사용 시 다른 탭바가 먼저 보여지게 할 경우. (0) | 2012.02.29 |
NSXMLParser 이용 중 '<' 앞의 whiteSpace가 문제 될 때. (0) | 2012.02.23 |