0

I've successfully be able to use the Instagram iPhone hooks to open Instagram and present it with a photo successfully from my application. But the image (already in high res) is automatically cropped to 612x612 px. How can I make Instagram keep the original resolution?

Original source: UIDocumentInteractionController annotation property doesn't copy caption to presented appliction

Community
  • 1
  • 1
Q.u.a.n.g L.
  • 1,564
  • 1
  • 12
  • 27

1 Answers1

1

This (612x612) is the fixed resolution which can be used for images to be shared on Instagram. So if your image is not looking perfect after being shared to Instagram, then you should go for optimizing the resolution in app same as that to be used in Instagram.

Ashutosh
  • 2,215
  • 14
  • 27