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 |
Tags
- xcode
- Google Cloud Messasing
- HTTP
- Google Cloud Messasging
- 다른 앱에서 열기
- Android O
- 배포
- 카카오톡
- ios
- In-app Billing
- 안드로이드 개발 레벨업 교과서
- android studio
- BLOCK
- NSURLConnection
- Activity 수명 주기
- Android
- 트위터
- contentprovider
- Unchecked Exception
- AccountManager
- Android O Preview
- unreal
- ios9
- service
- gradle
- 페이스북
- Push
- GCM
- 데이터 공유
- signing
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