daneden / Twift

🐦 An async Swift library for the Twitter v2 API 🚧 WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to have multiple devices

arbyruns opened this issue · comments

I'm finding that using Twift only allows for one devices logged in at a time. Is this a limitation of Twitter or Twift?

commented

Oh this is a good question. I explored some ways to sync logins via icloud to remedy against it, as it it quite obvious when using on sim and then the phone.

I guess if you build the app for iPhone only, not many users would be affected, but still, worth exploring if it is possible to remedy somehow.

I have this issue with physical devices. Did syncing iCloud work for you?

commented

It did, but on the first launch it takes some time to sync. I tried using Zephyr https://github.com/ArtSabintsev/Zephyr which worked nicely.
But still switching back and forth can cause some issues 🤷‍♂️

I'll give that a shot because using
kSecAttrSynchronizable hasn't been working for me.

@roblack closing the loop on this. Using Zephyr seemed to do the trick. Thanks!