Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Android O Preview
- HTTP
- Google Cloud Messasging
- 안드로이드 개발 레벨업 교과서
- ios
- Android O
- android studio
- signing
- Activity 수명 주기
- Push
- Android
- xcode
- gradle
- 페이스북
- 데이터 공유
- In-app Billing
- unreal
- Unchecked Exception
- 카카오톡
- Google Cloud Messasing
- contentprovider
- 다른 앱에서 열기
- ios9
- 트위터
- GCM
- AccountManager
- NSURLConnection
- 배포
- service
- BLOCK
Archives
- Today
- Total
목록키체인 (1)
노블의 개발이야기
[iOS] KeyChain
Storing values in the KeyChain Then use the SecItemAdd function to add a new item to your app's keychain.SecItemAdd 함수를 사용하여 키체인에 새로운 아이템을 추가한다. OSStatus SecItemAdd ( CFDictionaryRef attributes, CFTypeRef *result ); kSecClassThe value of this key is usually equal to kSecClassGenericPassword for storage of secure pieces of data, such as strings.이 키 값은 일반적으로 문자열들의 보안 데이터 조각을 저장을 위한 kSecClassGeneri..
iOS
2015. 4. 16. 14:53