-1

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.

  • Hi! Could you add more information regarding what is not working and what you've tried to do? It will be very difficult for people to help you with your issue unless you are clear about what is your problem what steps you've taken. – Daniel Apr 06 '21 at 15:20

1 Answers1

0

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.