Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-27653] Add function to check and request permissions to add to photo gallery

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsgriffin-app
ReporterBrenton House
AssigneeUnknown
Created2019-12-12T14:27:54.000+0000
Updated2019-12-12T14:27:54.000+0000

Description

Currently, there are no independent functions to check or request permissions to add a photo to the user's photo gallery. If you want to do this now, you have to call requestPhotoGalleryPermissions which is tied to this key: NSPhotoLibraryUsageDescription There are two distinct permissions that Apple has: NSPhotoLibraryUsageDescription NSPhotoLibraryAddUsageDescription The first one is for accessing photos in the photo gallery and the second one is for adding photos to the photo gallery. It is possible that you want to read, but not write to the photo gallery. The current available calls seem to request both. We need a set of functions similar to this: hasPhotoGalleryAddPermissions() requestPhotoGalleryAddPermissions()

Comments

No comments

JSON Source