adobe / aepsdk_flutter

Apache License 2.0
8 stars 11 forks source link

Upgrade AEPCore and AEPServices so as to include Privacy Manifests #90

Closed jamieastley closed 2 months ago

jamieastley commented 4 months ago

Expected Behaviour

As per Apple's requirements:

Third-party SDKs need to provide their own privacy manifest files that record the types of data they collect. Your app’s privacy manifest file doesn’t need to cover data collected by third-party SDKs that your app links to.

It looks like this was addressed recently in the aepsdk-core-ios repo via: https://github.com/adobe/aepsdk-core-ios/pull/992, so the Flutter package should be updated to integrate the latest SDK changes to include the privacy manifests.

Actual Behaviour

Privacy manifests are not currently present for iOS.

Reproduce Scenario (including but not limited to)

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

cdhoffmann commented 3 months ago

@jamieastley Thank you for reporting. We are planning on releasing the native SDKs in the next couple of weeks, and then our Flutter and React-Native solutions will follow suit. Thank you for your patience.

jamieastley commented 2 months ago

@cdhoffmann having been almost a month since the last update, is there any further update to provide as to when the Flutter packages will be updated to cater for these fast approaching requirements?

cdhoffmann commented 2 months ago

@jamieastley The updates are being worked on as we speak. They will be released soon. Thank you for your patience.

cdhoffmann commented 2 months ago

@jamieastley The new versions have been released which include the privacy manifest. Closing now.