-
Notifications
You must be signed in to change notification settings - Fork 42
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
Apple Privacy manifest files - ITMS-91053: Missing API declaration #587
Comments
Hi @andcea, Yes, the root cause of this is DataDog/dd-sdk-ios#1749 and we actively looking for a fix. I will keep you posted. As mentioned in that ticket, you can add the symbol to your own privacy manifest and it will silence the warning. That said, Flutter SDK 2.4.0 uses the iOS SDK 2.8.1, which should include NSPrivacyAccessedAPICategoryUserDefaults. See here: https://github.com/DataDog/dd-sdk-ios/blob/develop/DatadogCore/Resources/PrivacyInfo.xcprivacy#L24 |
Do we have a rough estimated date for a 2.5.x bump in |
Not yet, we're getting reports that the fixes to our privacy manifest might not have fixed all issues, so I'll likely delay until 2.11 if that's the case. However, if not I'll try to get 2.10 out early next week. |
Hi folks, We were looking to get out 2.5.x with a bump to iOS 2.10 early this week but we've hit a snag, so the update will be slightly delayed. I know it's not ideal, but you can add the exceptions to your app's privacy manifest as a workaround until we can get 2.5.0 out. Sorry for the inconvenience! |
Apple seems to have laid off the emails for now - not sure if they have given up or are just delaying. Appreciate the work to get it fixed for whenever they decide to turn it back on. |
Hi folks, The Please re-open if you continue to see any issues! |
Describe the bug
I received an email from App Store Connect after my latest release
It's got warnings for:
I don't actually know if all of these are caused by
datadog_flutter_plugin
, but according to DataDog/dd-sdk-ios#1749 at least one of those is.There's a flutter issue opened about this: flutter/flutter#143232
Reproduction steps
Add the
datadog_flutter_plugin
package, release to App StoreSDK logs
No response
Expected behavior
No response
Affected SDK versions
datadog_flutter_plugin 2.4.0, flutter 3.19.5
Latest working SDK version
No response
Did you confirm if the latest SDK version fixes the bug?
Yes
Flutter Version
No response
Setup Type
No response
Device Information
No response
Other relevant information
No response
The text was updated successfully, but these errors were encountered: