Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOSのPrivacy Manifestへの対応について #7

Closed
tommy-tommy opened this issue Nov 11, 2024 · 2 comments
Closed

iOSのPrivacy Manifestへの対応について #7

tommy-tommy opened this issue Nov 11, 2024 · 2 comments

Comments

@tommy-tommy
Copy link


★使用環境

Unity:2022.3.37f1
SDK:v2.3.2
ターゲットプラットフォーム:Android、iOS


現在、上記環境でスマホアプリゲームを作成しています
今回iOSアプリについて、アプリを一通り作成してAppleに審査を出したところ、

Your app includes “Frameworks/plateau.framework/plateau”, which includes BoringSSL / openssl_grpc, an SDK that was identified in the documentation as a privacy-impacting third-party SDK

という返答が来ました

5/1以降、iOSアプリを作成する際はPrivacyManifestというものに対応させる必要があることになっているのですが、
本バージョンのSDKでは未対応となっているようです
https://developer.apple.com/jp/news/?id=3d8a9yyh

そこで一点質問なのですが、SDKバージョン3.x系はPrivacyManifestに対応していますでしょうか?
している場合はバージョンアップデートしようと思っていますが、
対応していない場合、対応をお願いしたいと考えています
よろしくお願いいたします

@SYN-miyamoto
Copy link

PLATEAU SDK のご利用ありがとうございます。
現状PLATEAU SDKは、Privacy Manifestに対応していませんが、2025年春までに対応予定です。
SDKをランタイムから使っていない場合は、SDKを削除してビルドする形で対応をお願いします。

@tommy-tommy
Copy link
Author

ご返答ありがとうございます
2025年春に対応とのこと承知しました

また、対応手段のご提示もありがとうございます
確かに今回のアプリはランタイムでは使用していないものになりますので、
一旦ビルド時にSDKを削除する、という手段で対応してみます

issue自体は解決しましたのでクローズとさせていただきます

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants