Skip to content

Commit

Permalink
add expo privacyManifests
Browse files Browse the repository at this point in the history
  • Loading branch information
luicfrr committed May 3, 2024
1 parent 6184921 commit 257b7c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ export default {
ios: {
bundleIdentifier: 'com.facedetector.example',
buildNumber: '1',
privacyManifests: {
NSPrivacyAccessedAPITypes: [ {
NSPrivacyAccessedAPIType: "NSPrivacyAccessedAPICategoryUserDefaults",
NSPrivacyAccessedAPITypeReasons: [ "CA92.1" ]
} ]
}
},
android: {
package: 'com.facedetector.example',
Expand Down

0 comments on commit 257b7c1

Please sign in to comment.