iOS 8 broke lots of apps by removing "Camera Roll" from the ALAssetsLibrary enumerating API. I know I can get all photos using the new Photos framework. But my app has a lot of code depending on ALAsset related classes and I need to keep iOS 7 support. Is there a way to enumerate all photos using ALAssetsLibary on iOS 8, without enumerating asset group first?
Asked
Active
Viewed 2,748 times
1 Answers
7
Apple just released 8.0.1 and listed this as a included fix. Might just be best to wait for that.
From the 8.0.1 release notes:
Fixes an issue that prevented some apps from accessing photos from the Photo Library

scosman
- 2,343
- 18
- 34
-
1For me iOS 8.0.2 made things even worse. "Recently Added" now is called "Photos" when received through ALAssetsLibrary, includes some pictures not included in the photo app and misses some others. Great! – Frank Hartmann Sep 30 '14 at 11:24