client.sendTwitterRequest(twUploadRequest) { (uploadResponse, uploadResultData, uploadConnectionError) -> Void in if (uploadConnectionError == nil)
Can you share more of your code @k_mahadev7 and what you see in the Console? Also, are you using Twitter Kit or are you posting to the API directly?
I have solved that problem. Thank you for your reply.