klaviyo / klaviyo-swift-sdk

SDK that allows users to incorporate Klaviyo's event and person tracking functionality within iOS applications. Written in Swift.
MIT License
10 stars 10 forks source link

Removed privacy policy for klaviyo swift extension #176

Closed ajaysubra closed 2 months ago

ajaysubra commented 2 months ago

Description

When testing noticed that there was an error reported when I generated the privacy report. This was because we included a privacy report for the extension but it doesn't need based on apple docs,

image

Mainly the section about,

Otherwise, include a privacy manifest file in your third-party SDK if it uses required reasons API, collects data about the person using apps that include the third-party SDK, enables the app to collect data about people using the app, or contacts tracking domains.

Since the extension doesn't do any of these we don't need to include. I initially had included it just to be safe and say that we don't track using this SDK but if you include it expects you to list the required items which made me revisit this.

The report w/ the error on the top and one w/o at the bottom.

image

Check List

Manual Test Plan

1.

Supporting Materials