I'm currently developing an app with Twitter login using Fabric. The problem is that TwitterKit will prevent switching accounts, if the user allows the app access to system accounts. Even if the user logs out, the next login attempt will fetch the account data stored in the system, not asking for credentials. I want to dissallow my application to access system accounts permanently. How do I accomplish that in Swift?
How to prevent TwitterKit from accessing system accounts
Hi herrstypa
You should direct this question at the authors of TwitterKit. It sounds like they need to provide an option to bypass querying the system accounts database. The iOS SDK does not have an API that will allow you to lock your app out accessing Twitter accounts in the system accounts database.