Unity/AppleAuth
提供: 初心者エンジニアの簡易メモ
AppleId認証導入方法
非公式だが、apple-signin-unityが使われてる
https://github.com/lupidan/apple-signin-unity
参考:https://goropocha.hatenablog.com/entry/2021/03/27/174352
Packages/manifest.json
"dependencies": { "com.lupidan.apple-signin-unity": "https://github.com/lupidan/apple-signin-unity.git?path=Source#1.5.0", }
証明書に
Certificates, Identifiers & Profilesで、 "Sign in with Apple"にチェックを付ける。