Apple Developer

Capability

Apple Developer페이지 Identifiers>[어플 이름] 선택

Capabilities 목록 중, Sign In with Apple 선택

Untitled

Plugin

Unity Asset에도 Sign in with Apple이 있었지만 더 이상 다운 받을 수 없는 상태.

더 이상 지원을 해주지 않는다 😭

현재로써는 apple-signin-unity 오픈소스만 남아있다.

License

해당 오픈소스는 MIT License를 따라야 하기 때문에 아래 내용을 앱 내에 표시해주어야 한다.

→ ex) 카카오톡 설정>고객센터>오픈소스 라이선스

이름 - 사이트 주소 - 저작권자 - 라이선스를 명시하고 MIT License의 전문 또한 포함해야 한다.

**apple-signin-unity**
	[<https://github.com/lupidan/apple-signin-unity>](<https://github.com/lupidan/apple-signin-unity/blob/master/LICENSE.md>)
	Copyright 2019. Daniel Lupiañez Casares all rights reserved.
	MIT License

**MIT License**
Copyright (c) 2019 Daniel Lupiañez Casares
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

@sumoon님께서 알려주신 사이트 👍

오픈소스 라이센스 명기 방법 문의 - 공개SW 포털

과정