일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- android studio
- GCM
- xcode
- 다른 앱에서 열기
- Google Cloud Messasging
- 데이터 공유
- gradle
- 안드로이드 개발 레벨업 교과서
- ios9
- 배포
- signing
- unreal
- Activity 수명 주기
- In-app Billing
- HTTP
- 트위터
- NSURLConnection
- Push
- Android O Preview
- ios
- Unchecked Exception
- BLOCK
- Google Cloud Messasing
- 페이스북
- service
- contentprovider
- AccountManager
- Android O
- Today
- Total
목록ios9 (3)
노블의 개발이야기
1. 화면의 상,하가 검게 나오는 이유-> 원인 : 기존에 Launch이미지 로컬라이징을 위해 General탭에서 Launch Screen File을 미설정하고 info.Plist에서 LaunchImage를 설정, Default이미지 자체를 로컬라이징해서 처리한경우. (info.plist에서의 LaunchImage는 더이상 작동을 안하는듯..) Launch스크린이 없는것으로 처리하여 상,하가 검게 나오고 화면이 작게 나옴.-> 수정 : Launch이미지 로컬라이징 방식을 변경, 각국의 Launch스토리보드를 생성하여, info.plist에서 로컬라이징될때 해당 언어에 맞는 Launch스토리 보드를 불러오게함.-> 수정 후 이슈 : Launch이미지는 앱 최초 설치시에만 로컬라이징에 맞게 세팅됨, 설치후에..
canOpenURL 쓰려면 info.plist 에 스키마를 등록해줘야만 정상동작한다. [참고사이트]http://awkwardhare.com/post/121196006730/quick-take-on-ios-9-url-scheme-changes
NSURLSession/NSURLConnection HTTP load failed on iOS 9 iOS 9로 업데이트 후 NSURLConnection 에 오류가 발생하였다. [해결방법]NSAppTransportSecurity property 추가 [참고 사이트]http://stackoverflow.com/questions/30739473/nsurlsession-nsurlconnection-http-load-failed-on-ios-9http://stackoverflow.com/questions/30720813/cfnetwork-sslhandshake-failed-ios-9https://developer.apple.com/library/prerelease/ios/technotes/App-Transport..