TwitterKit is no longer supported by twitter. So currently how can we share a post with image to twitter from my iOS app?
You need to implement Uploading media Overview | Docs | Twitter Developer Platform
See Chunked media upload | Docs | Twitter Developer Platform for an example (it uses a video but same applies to images)
Have you solved this problem? Is there any sample code