assetslibrary Questions

7

Solved

My iOS app accesses the user's Photos with ALAssetsLibrary. When I change the privacy settings for the app (Settings → Privacy → Photos), the app gets killed by system (SIGKILL). Is this a bug?
Cobaltite asked 29/9, 2012 at 11:55

7

I am having major issues trying to save a photo to camera roll with geotag info on iOS4.1. I am using following ALAssetsLibrary API: - (void)writeImageDataToSavedPhotosAlbum:(NSData *)imageData ...
Intertype asked 7/10, 2010 at 17:10

4

My app using GCDWebServer I get a photo from my iPhone album by using AssetsLibrary and I store them in NSDocumentDirectory. I just want to get access Url to this photo to show them in a web page. ...

6

Solved

I have created "photos album" from my App, using IOS AssetsLibrary. Reading ALAssetsLibrary,ALAssetsGroup and ALAsset documentations, i have seen methods to "addAsset","addAssetsGroupAlbumWithName...
Tref asked 15/6, 2012 at 16:37

1

I have some code that wraps an ALAsset object that is retrieved from enumerating the assets in an ALAssetLibrary. I'm getting reports of users encountering crashes with the part of the wrapper obje...
Paving asked 3/12, 2013 at 21:41

3

Solved

I sometimes get "More than maximum 5 filtered albums trying to register. This will fail." when I call setAssetsFilter on a ALAssetsGroup. Anyone knows why? I've seen similar questions but all rel...
Karankaras asked 27/8, 2012 at 11:13

1

I've got an app with location services ENABLED (from settings etc), and I'm reading all the photos from my device using ALAssetsLibrary. It works perfectly on iPhone4 iOS 4.2.1, but the same code ...
Chicago asked 19/2, 2011 at 10:51

1

Solved

I want to read the contents of an assets library file in iOS NSFileHandle fileHandleForReadingFromUrl using the asset defaultRepresentation url seems to always return 0x0... I'll keep looking for...
Staffard asked 3/5, 2011 at 22:41
1

© 2022 - 2024 — McMap. All rights reserved.