0

The documentation states:

- (ALAssetRepresentation *)defaultRepresentation    

This method returns nil for assets from a shared photo stream that are not yet available locally. If the asset becomes available in the future, an ALAssetsLibraryChangedNotification notification is posted.

How can you request a download for a shared photo? I first thought a user had to go to the photo's app to achieve it, but in the Telegram.app they were able to achieve it so it is possible for a third party app. Does anyone know how?

rdurand
  • 7,342
  • 3
  • 39
  • 72
Mark
  • 16,906
  • 20
  • 84
  • 117
  • Same question (no perfect solution though) here : http://stackoverflow.com/questions/18079776/how-to-get-a-alassetrepresentation-of-a-shared-photostream-alasset – rdurand May 22 '14 at 14:45
  • Thank you, I will close this question and contribute to that issue. To keep it clean. Funny, they also found app that accomplished it. So it is possible interesting. – Mark May 22 '14 at 14:47
  • 1
    Yes, unfortunately there doesn't seem to be any solution yet. Good luck ! – rdurand May 22 '14 at 14:50
  • I found the answer =) – Mark May 22 '14 at 15:36

0 Answers0