Docs Menu
Docs Home
/ /
Atlas Device SDKs
/
/

The Atlas Device SDK Apple Privacy Manifest

On this page

  • Special Build Instructions

Apple may require apps that use Atlas Device SDK to provide a privacy manifest containing details about the SDK's data collection and use practices. The bundled manifest file must be included when submitting new apps or app updates to the App Store. For more details about Apple's requirements, refer to Upcoming third-party SDK requirements on the Apple Developer website.

Some of the SDK libraries provide a privacy manifest to comply with Apple's required API disclosures and the reasons for using those APIs. You can view the privacy manifests in each package, or in the relevant GitHub repository:

The SDK does not include analytics code in builds for the App Store. The SDK does not log into Atlas on its own behalf.

If you write an app that uses any App Services functionality, such as connecting to Atlas to:

You may need to add additional disclosures to your app's privacy manifest detailing your data collection and use practices when using these APIs.

For more information, refer to Apple's Privacy manifest files documentation.

To include these manifests in a build target that uses RealmSwift, you must build RealmSwift as a dynamic framework. For details, refer to the Swift Package Manager Installation instructions step (Optional) Build RealmSwift as a Dynamic Framework.

← 
 →