distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

CameraRollExtended crash iOS8 after browseForImage(); #247

Closed harry248 closed 9 years ago

harry248 commented 9 years ago

Since iOS8 the browseForImage() method causes my apps to crash. Options are as follows:

const options:CameraRollExtendedBrowseOptions = new CameraRollExtendedBrowseOptions(); options.maximumCount = 1; options.autoCloseOnCountReached = true; options.type = Asset.IMAGE; options.autoLoadBitmapData = true; options.autoLoadType = AssetRepresentation.THUMBNAIL;

marchbold commented 9 years ago

Hi, Just letting you know I've identified the issue and hope to have an update in the coming hours. Cheers