1

is there any way to share image to instagram feed directly. I can Only Share image using default share functionality i m using swift 5 and xcode 11

Ekramul Hoque
  • 672
  • 4
  • 17
  • Instagram API: https://developers.facebook.com/docs/instagram-api/ – Daniel Storm Feb 18 '20 at 11:24
  • read these 1. https://stackoverflow.com/questions/11393071/how-to-share-an-image-on-instagram-in-ios . 2. https://github.com/hiren443/InstagramShareiOS . 3. https://github.com/shyambhat/InstagramKit – Gagan_iOS Feb 18 '20 at 11:25
  • Check this answer, in which last saved video is shared. You can use the same for image by replacing .video with .image. https://stackoverflow.com/a/55019593/10842413 – iOS Developer Feb 18 '20 at 11:25

1 Answers1

1

it is not possible to post images/video to the Instagram app directly. Instead you can pass the image/video to the app and follow the process of manually posting to Instagram normally, there is another catch as well you cannot pass the title (caption) either you would have to copy the text to clipboard and on the final process of posting you can paste that text from clipboard.

Muneeb Awan
  • 115
  • 1
  • 8