facebook twitter hatena line email

「Unity/AppleAuth」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==AppleId認証導入方法== 非公式だが、apple-signin-unityが使われてる https://github.com/lupidan/apple-signin-unity 参考:https://goropocha.hatenablog...」)
 
行5: 行5:
  
 
参考:https://goropocha.hatenablog.com/entry/2021/03/27/174352
 
参考: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#v1.4.4",
 +
}
 +
</pre>

2025年1月23日 (木) 18:18時点における版

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#v1.4.4",
}