Hi,
Something strange is happen in my App. In my App I show a tweet list with TWTRTweetTableViewCell objects and I have set the “showActionButtons” to true.
When the user mark as a favorite a tweet the SDK uses the iOS settings Twitter account and do this action. But if the user remove this account in settings and login with other user account then in my App when the user mark as a favorite the Tweet is marked in the previous one account not in the new account.
I have tested that after re-install my App and the issue still happen.
I’m using TwitterKit and TwitterCore with the 2.3.0 version in Xcode 7.3.1 and I have tested in iOS 9 and iOS 10 devices.
Anyone has this problem? Maybe is a SKD Twitter bug?
Thanks,