반응형

2020/07 4

AVSpeechSynthesizer: Making iOS Talk 정리 - WWDC18

AVSpeechSynthesizer: Making iOS Talk 이번 세션은 AVSpeechSynthesis를 사용해서 iOS와 대화하는 방법을 설명합니다. (근데 대화가 맞나?) WWDC 영상 링크 https://developer.apple.com/videos/play/wwdc2018/236/ Apple Developer Documentation - avspeechsynthesizer What and why AVSpeechSynthesis는 iOS 기기에서 컴퓨터 합성 음성을 생성하기 위한 API입니다. 아래 상황에서 사용합니다. 발표 (Announcements) 보이지않는 인터페이스 교육 앱 등 예시 - 운동 중 오디오 업데이트 (→ 이게 정확히 무슨 상황인지는 모르겠네요. Nike Run Club..

Programming/WWDC 2020.07.12

[iOS] Apple Login(2) Verifying a User

애플 공식 문서 https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api/verifying_a_user 사용자의 identity token 유효성과 무결성 체크 Overview 앱이 사용자 정보를 수신 한 후 서버와 연관된 자격 증명 토큰을 확인하여 토큰이 만료되지 않았는지 확인하고 앱이 변조되거나 재생되지 않았는지 확인할 수 있다. identity token을 받는 법은 Authenticating Users with Sign in with Apple 공식 문서에서 확인 Verify the Identity Token 서버의 공개 키를 사용해서 JWS E256 서명을 검증한다. 인증을 위한 nonce 를 ..

Programming/iOS 2020.07.02

[iOS] Apple Login(1) Authenticating Users with Sign in with Apple

애플 공식 문서 : https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api/authenticating_users_with_sign_in_with_apple Overview Sign in with Apple 사용자 인증 단계 앱에서 API로 scope와 함께 로그인을 요청한다. API는 사용자 정보를 요청한다. API에서 Apple ID 서버에 사용자 검증을 하고 토큰을 받는다. Apple ID 서버에서 요청받은 경우 실제 사용자 상태, 이메일을 반환한다. Authenticate the User and Request Information Sign in with Apple 을 사용하려면 해당 계정은 이중 ..

Programming/iOS 2020.07.02
728x90
반응형