klarna / klarna-mobile-sdk

Klarna Mobile SDK for iOS
https://docs.klarna.com/mobile-sdk/ios/
Apache License 2.0
29 stars 12 forks source link

PrivacyInfo.xcprivacy file contains invalid tracking information #235

Closed mammaiap closed 6 months ago

mammaiap commented 6 months ago

ITMS-91064: Invalid tracking information - A PrivacyInfo.xcprivacy file contains invalid tracking information at the following path: “Frameworks/KlarnaMobileSDK.framework/PrivacyInfo.xcprivacy”. NSPrivacyTracking must be true if NSPrivacyTrackingDomains isn’t empty. While no action is required at this time, starting May 1, 2024, when you upload a new app or app update, keys and values in your app’s privacy manifest must be valid. For more details about privacy manifest files, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files.

i am getting the above warning from AppStoreConnect, after using the latest KlarnaMobileSDK.framework version: 2.6.17 (which supports the Privacy manifest).. can you please fix the PrivacyInfo.xcprivacy file which contains the invalid tracking information?

Thanks & Regards, Muthlingam

piercifani commented 6 months ago

Same here!

image

This will become a blocker for any 3rd party developer starting May 1 2024 so it's very important to fix ASAP

jorgepalac1o commented 6 months ago

Hi @mammaiap @piercifani thank you for letting us know about this issue, our team will work on the fix for it!

Nehcgnos commented 6 months ago

+1

joseewu commented 6 months ago

hi 👋 same issue here.

NMGuner commented 6 months ago

Hi there, the team has released a new version of the iOS SDK (2.6.18) which addresses the issue by adding NSPrivacyTracking to the privacy manifest. Please update to the latest version and let us know if you still have any issues,

emanuelaferrara commented 6 months ago

Hi, I've updated to the last ios version (2.6.18), but now I have a crash launching the app on physical device, with the following error:

dyld[1092]: Library not loaded: @rpath/KlarnaMobileSDK.framework/KlarnaMobileSDK

This is not happening with the version 2.6.17. Let me know if you need further information.

Thank you

jorgepalac1o commented 6 months ago

Hi @emanuelaferrara we just released a new version of the sdk addressing that issue you described. Please update to the latest and let us know if the problem is solved.