In the Fabric Twitter SDK, when you submit an intent to compose a tweet, in the twitter application, there are options for the tweet text and image. I do not see any options to define this as a retweet, is this not possible?
If I’m not mistaken, the TweetComposer from TwitterKit is for composing regular tweets. If you need to retweet something, you gotta go through REST API
Rest API Reference: https://dev.twitter.com/rest/reference/post/statuses/retweet/%3Aid
If you need help setting up a client to access the REST API, you can follow this: https://docs.fabric.io/ios/twitter/access-rest-api.html