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