Skip to content

Commit

Permalink
Fix: error about missing purpose string and entitlement
Browse files Browse the repository at this point in the history
ITMS-90683: Missing purpose string in Info.plist
ITMS-90078: Missing potentially required entitlement

should be fixed by that
  • Loading branch information
BenAuerDev authored Dec 5, 2024
1 parent 4812b7b commit 33b4f11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flashlist_flutter/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app may require access to the photo library for image upload functionality.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This app requires access to save images to your photo library.</string>

</dict>
</plist>

0 comments on commit 33b4f11

Please sign in to comment.