일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Android
- IOS10
- ios framework
- apns
- 공인인증서 만료일
- Status Bar
- SO 파일
- apk 다운사이징
- 인증서 정보 뽑아내기
- Android NDK시스템
- Objective C
- 안드로이드
- appbarlayout
- v8 engine xcode build
- so file
- android log dump
- java
- IMAGE
- embedd
- Magnify Anim
- FlexiblePageView
- JavaScript Engine
- apache
- sha1 convert hashkey
- V8 Engine
- Push
- 공인인증서 정보
- ios
- PageControl
- Google V8 Engine
- Today
- Total
목록apns (2)
caTea 블로그
ios10부터 클라이언트에서 apns 등록요청이 달라졌다 하여 하위호완성을 고려해 10버전일경우 분기처리하였다 APPDELEGATE HEADER#import @interface AppDelegate : UIResponder --------------------------------------------------------------------------------------------------------------------------APPDELEGATE.m - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {....// APNS 등록 10ver 이상 if(..
원문 : http://mobileappdreams.blogspot.kr/2014/06/differences-between-ios-and-android.html Tuesday, June 24, 2014Differences between iPhone and Android Push Notifications: [APNS Vs GCM] The documentation on how push works are clearly explained here on the following links:iOS, Android,Windows The above references should help you to understand how push notification works. I felt it would be repetiti..