[TIMOB-23970] iOS: Add permissions-handling for photo-gallery access
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-10-01T16:53:00.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.0.0 |
Components | iOS |
Labels | permissions, photogallery |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2016-10-01T16:51:27.000+0000 |
Updated | 2016-10-04T20:31:32.000+0000 |
Description
Currently, we have all kind of permission-checks for likely every API that exposes it. Except for the
Ti.Media.openPhotoGallery()
API. Those are needed and should be implemented like the others.
This issue is fixed as part of TIMOB-23925, a demo can be found there as well.
I verified the resolution with this environment: NPM Version: 2.15.1 Node Version: 4.4.4 Windows OS: 10.0.10586 Appc CLI: 6.0.0-54 Appc CLI NPM: 4.2.7 Titanium SDK version: 6.0.0.v20161004013027 Appcelerator Studio, build: 4.7.1.201609100950 Xcode 8.0 GM Device: iPhone 5, iOS 9.2 I used an app from Kitchen Sink which called Ti.Media.openPhotoGallery() . There was a permissions-check to open the Photos as expected.