I want to add Data Protection entitlement for my iOS reactnative app.
I tried adding it to plist in my react native project and it dint work.
I want to add Data Protection entitlement for my iOS reactnative app.
I tried adding it to plist in my react native project and it dint work.
I figured it out, just open your react native iOS project in xcode and add data protection in signing & capabilities section. Once added it will automatically reflect the added file in you react native project.