exponea / exponea-ios-sdk

MIT License
19 stars 27 forks source link

Fixes issue https://github.com/exponea/exponea-ios-sdk/issues/69 #70

Closed gdhillon-pbl closed 2 weeks ago

gdhillon-pbl commented 4 weeks ago

Description:

This pull request addresses an issue where the exponea-ios-sdk generates incorrect values ("C617.1") for the NSPrivacyAccessedAPICategoryUserDefaults category in the auto-generated PrivacyInfo.xcprivacy file within react-native projects. These incorrect values lead to an "Invalid Binary" error during App Store submission due to non-compliance with Apple's privacy guidelines.

Changes:

Updated PrivacyInfo.xcprivacy files: Corrected the values in the following files to accurately reflect the usage of NSUserDefaults: ExponeaSDK/ExponeaSDK/Supporting Files/PrivacyInfo.xcprivacy ExponeaSDK/ExponeaSDK-Notifications/Supporting Files/PrivacyInfo.xcprivacy

xcibik00 commented 2 weeks ago

HI @gdhillon-pbl, we provided fix in 2.26.2 version which is now available.