Jump to content

Halcon

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Halcon

    Save and get images on iOS

    No hug..., iOS is very very protected. You can save images with IFMXPhotoLibrary, but you haven't control of it. iOS saved with other name and then you can't access to that image. I can't find any method for save and get images that can view on the phone gallery. Only can get images with user intevention (you call to TTakenPhotoFromLibrary and user must select the image that loads in to TImage in the App). I think that must exists any method, because apps like WhatsApp or DJI (drones) have their own folder gallery that can view in to phone gallery, and that images can save and/or load by that Apps.
  2. Halcon

    Save and get images on iOS

    Hello friends: I'm developing an App that users can make their own images. That images must be saved on local or public folder (destination is indifferent), but I need that users can view their images on the gallery of device. By example, WhatsApp uses their own gallery images folder (as separate folder with "WhatsApp" name), and users can view the images on iOS "Photos" official App. I need as well get (load in to TImage) the images saved. Definitely, I need load and save images from my App, and images should be able to see in General gallery. I Tried to use IFMXImageManagerService, but is not supported by iOS. I've been looking for a solution for 3 days, please, any recommendation? Thanks in advance. Jose.
×