Notice
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
- Session
- Swift
- Archive
- IOS
- github
- Apple
- Xcode
- mac
- JPA
- iOS16
- window
- Realm
- appstore
- SwiftUI
- shorebird
- Notification
- darkmode
- error
- MacOS
- 웹뷰
- rxswift
- UIButton
- Firebase
- FLUTTER
- Git
- 한글
- geofencing
- Code
- 이미지
- 개발자
Archives
- Today
- Total
목록저장 (1)
EEYatHo 앱 깎는 이야기

언제부턴가 막혀서 해당 꼼수로 email 받아올 수 없게 되었따.. 애플로그인시 해당 함수로 콜백되며, email을 포함한 각종 유저 정보를 얻을 수 있다. func authorizationController(controller: ASAuthorizationController, didCompleteWithAuthorization authorization: ASAuthorization) { guard let credential = authorization.credential as? ASAuthorizationAppleIDCredential else { return } let email = credential.email let user = credential.user var authCode = "" if l..
iOS, Swift
2021. 10. 5. 13:51