Ekramul Hoque
Ekramul Hoque

Reputation: 692

How to post image to instagram Feed Directly in Swift?

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

Upvotes: 1

Views: 2203

Answers (1)

Muneeb Awan
Muneeb Awan

Reputation: 123

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.

Upvotes: 1

Related Questions