|
|
| (同じ利用者による、間の1版が非表示) |
| 行1: |
行1: |
| − | ==AppleId認証導入方法==
| + | [[Unity/AppleAuth/基本]] |
| − | 非公式だが、apple-signin-unityが使われてる
| + | |
| | | | |
| − | https://github.com/lupidan/apple-signin-unity
| + | [[Unity/AppleAuth/FirebaseAuth連携]] |
| − | | + | |
| − | 参考:https://goropocha.hatenablog.com/entry/2021/03/27/174352
| + | |
| − | | + | |
| − | Packages/manifest.json
| + | |
| − | <pre>
| + | |
| − | "dependencies": {
| + | |
| − | "com.lupidan.apple-signin-unity": "https://github.com/lupidan/apple-signin-unity.git?path=Source#1.5.0",
| + | |
| − | }
| + | |
| − | </pre>
| + | |
| − | | + | |
| − | ==証明書のIdentifiersにSign in with Appleを追加==
| + | |
| − | https://developer.apple.com/account/
| + | |
| − | Identifiersで、
| + | |
| − | "Sign in with Apple"にチェックを付ける。
| + | |
| − | | + | |
| − | 参考:https://toconakis.tech/sign-in-with-apple/
| + | |
2025年8月7日 (木) 18:05時点における最新版
Unity/AppleAuth/基本
Unity/AppleAuth/FirebaseAuth連携