일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Push
- Objective C
- appbarlayout
- Status Bar
- IMAGE
- JavaScript Engine
- Android NDK시스템
- Android
- V8 Engine
- sha1 convert hashkey
- PageControl
- apns
- FlexiblePageView
- ios
- 공인인증서 만료일
- IOS10
- ios framework
- so file
- embedd
- java
- Google V8 Engine
- 공인인증서 정보
- Magnify Anim
- 안드로이드
- 인증서 정보 뽑아내기
- apache
- android log dump
- v8 engine xcode build
- apk 다운사이징
- SO 파일
- Today
- Total
목록Push (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..