0

I'm using Adobe Air for an iOS8 app and I would like to load the latest added image of the Photos app. I was thinking about using the CameraRoll API but would that work without a direct user interaction through browseForImage?

Jay
  • 511
  • 1
  • 13
  • 23

2 Answers2

0

It's possible to do this using UIKit in a native iOS app, but AIR doesn't provide a method to select items from the camera roll without user interaction.

Josh Buhler
  • 26,878
  • 9
  • 29
  • 45
0

It is possible to receive the last photo with the help of a native code: How to retrieve the most recent photo from Camera Roll on iOS? .

You can write Adobe Native Extansion(ANE) to transfer the last photo from a native code to ActionScript. Instructions for creating ANE: http://gamespoweredby.com/blog/2014/12/developing-adobe-air-native-extensions-for-ios-tutorial-1-en/

Community
  • 1
  • 1
Serious Sam
  • 101
  • 1
  • 4