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