When using TWTweetComposeViewController in IOS5 to compose and send a Tweet, Tweet is if a duplicate, it displays an error message stating that the Tweet is redundant and can not be sent, but TWTweetComposeViewControllerCompletionHandler still gets the value of the result TWTweetComposeViewControllerResultDone , not TWTweetComposeViewControllerResultCancelled .
(This can happen in other cases, and not just for duplicate tweets - I did not check).
This makes it impossible to display a confirmation message to the user after successful sending, because the handler gets the same “Finish” result, whether the transfer was successful or not.
Is there any other way to check if the dispatch was really successful?
ios ios5 twitter
Amiram stark
source share