Skip to content

Commit

Permalink
fix: api access reasons provided (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujal-into authored Mar 21, 2024
1 parent f2eea8a commit 97396bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ const config = {
NSPhotoLibraryUsageDescription:
"Access to your photo library is required for image upload functionality.",
ITSAppUsesNonExemptEncryption: false,
NSPrivacyAccessedAPICategoryDiskSpace:
"To efficiently manage local storage and cache files for improved app performance.",
NSPrivacyAccessedAPICategoryFileTimestamp:
"To track file modification dates for app data synchronization and integrity checks.",
NSPrivacyAccessedAPICategoryUserDefaults:
"To store user preferences and settings locally for a customized user experience.",
NSPrivacyAccessedAPICategorySystemBootTime:
"To optimize app launch times and resource utilization based on system boot information.",
},
},
android: {
Expand Down

0 comments on commit 97396bc

Please sign in to comment.