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