firebase / firebase-unity-sdk

The Firebase SDK for Unity
http://firebase.google.com
Apache License 2.0
220 stars 35 forks source link

[Question] the issue of changes to iOS privacy policies #965

Closed NiceGomdol closed 6 months ago

NiceGomdol commented 6 months ago

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the question here:

Hello. We are developing an iOS app using Unity, and our app includes the Firebase Unity SDK. Due to the recent changes in iOS privacy policies, the use of a third-party SDK now requires the SDK's manifest file and signature.

Upon reviewing the release notes, I noticed that starting from version 10.22.0, Firebase for iOS has begun to address this issue. I was wondering if there is a plan to support the Firebase Unity SDK in a similar way, or if there is an alternate solution we should consider.

superbderrick commented 6 months ago

Any updates?:

paulinon commented 6 months ago

Hi folks,

We are currently collaborating with the iOS team to determine Apple's requirements going forward. Although we can't provide a timeline at the moment, you may refer to this thread for updates. That said, I'll be marking this as a feature request.

paulinon commented 6 months ago

Hi folks,

Version 11.8.0 of the Unity SDK has been released. This points to version 10.22.0 of the iOS SDK which contains the added privacy manifest. That said, I'll be closing this issue for now.

NiceGomdol commented 6 months ago

@paulinon Thank you for your response. It seems that signatures are also required on iOS, and based on what I found, Firebase 10.23.0 supports it. Can you tell me when the Unity Firebase SDK, including version 10.23.0, is expected to be released?