optimizely / swift-sdk

Swift SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://www.optimizely.com/products/full-stack/
Apache License 2.0
21 stars 30 forks source link

[BUG] Incorrect value inside the Privacy manifest file #538

Closed Faber92 closed 7 months ago

Faber92 commented 7 months ago

Is there an existing issue for this?

SDK Version

3.10.4

iOS Version

Any

Current Behavior

The used value To store configuration and event data temporarily for NSPrivacyAccessedAPITypeReasons is not compliant with the requirements by Apple

<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>To store configuration and event data temporarily</string>
</array>

Expected Behavior

I expect to see one of the following values as listed here:

Steps To Reproduce

None

Link

No response

Logs / Stacktraces

No response

Severity

Minor issue

Workaround/Solution

No response

Recent Change

No response

Conflicts

No response

muzahidul-opti commented 7 months ago

Hi @Faber92 thanks for reporting the issue. Will get back to you.

muzahidul-opti commented 7 months ago

@Faber92 Issue is fixed in our latest release, thank you for your contribution.