Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20084] Provide authorizationStatus property on requestPermissions callbacks

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2016-04-19T06:30:52.000+0000
Affected Version/sn/a
Fix Version/sRelease 6.1.0
ComponentsiOS
LabelsAndroid, iOS
ReporterSrikanth Sombhatla
AssigneeSrikanth Sombhatla
Created2015-12-02T08:33:14.000+0000
Updated2016-04-19T06:30:52.000+0000

Description

Provide authorizationStatus property on requestPermissions callback when requesting permissions for device features. This should map to AUTHORIZATION_* properties defined in camera, geolocation, contacts and calendar modules. iOS and Android should be in parity.

Comments

  1. Srikanth Sombhatla 2016-04-19

    This seems redundant since the authorisation status can be fetched from the following properties. Contacts https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Contacts-property-contactsAuthorization Geo https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Geolocation-property-locationServicesAuthorization Camera https://docs.appcelerator.com/platform/latest/#!/api/Titanium.Media-property-cameraAuthorization

JSON Source