Question

Privacy Manifest and using collectionDeviceIdentifiers

  • 27 February 2024
  • 1 reply
  • 295 views

Userlevel 1
Badge +4

Hi there, 

We are looking into creating the Apple Privacy Report for our react native app. I have seen that the ios SDK now includes a Privacy Manifest and that NSPrivacyTracking is false. This seems correct for the default behaviour of the SDK. Am I correct in thinking that it is your intention to leave it to the developer to add to their own Privacy Manifest if they choose to collect device identifiers using the RevenueCat SDK? 

Many thanks,

Lydia


This post has been closed for comments

1 reply

Userlevel 4
Badge +6

Hi @Lydia,

That’s correct - the default Privacy Manifest only reflects what the SDK will collect out of the box, so in this case we will not link purchase history to a user unless custom ids or device identifiers are being used, which need to be implemented on the developer side. If you do choose to collect additional information, you just need to be sure to include that when filling out your App Privacy report in App Store Connect.