Should I override all iOS permission reasons

The Expo documentation writes:

Unlike with Android, on iOS it is not possible to filter the list of permissions an app may request at a native level. This means that by default, your app will ship with all of these default boilerplate strings embedded in the binary. You can provide any overrides you want in the infoPlist configuration.

I understand I can, but should I override all of them, or is it okay if I only override the ones that I actually use?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.