iOS 애플 로그인
-
iOS 애플 로그인Language/iOS,AOS 2023. 4. 11. 18:53
웹뷰를 사용하는 환경에서 웹 소스에서 bridge를 통해 iOS에서 로그인 인증을 받는 부분을 정리하려고 합니다. 1. 애플 개발자 사이트 설정 https://developer.apple.com/ Apple Developer There’s never been a better time to develop for Apple platforms. developer.apple.com 아래와 같이 Account -> Identifiers -> Sign In with Apple 추가 후 프로비저닝 프로파일 다시 내려받아서 적용합니다. 2. Capablility 추가 `+` 를 눌러서 Sign In with Apple를 추가합니다. 3. 코드 3.1. Swift 코드 import AuthenticationService..