Add camera and storage permissions, and implement profile picture upload functionality
This commit is contained in:
@@ -73,5 +73,16 @@
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<!-- Permission Caméra -->
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>L'application a besoin d'accéder à votre caméra pour prendre des photos de profil.</string>
|
||||
|
||||
<!-- Permission Galerie -->
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
<string>L'application a besoin d'accéder à votre galerie pour sélectionner une photo de profil.</string>
|
||||
|
||||
<!-- Permission pour ajouter à la galerie (iOS 14+) -->
|
||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||
<string>L'application a besoin de sauvegarder vos photos.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user