Lakr233 / Kimis

Kimis is a client for Misskey built with pure UIKit for quality.
Other
286 stars 18 forks source link

Login to misskey.io on iOS14 #18

Open kjarex opened 1 year ago

kjarex commented 1 year ago

You can't login into misskey.io on iOS14, as the login page doesn't support the browser.

If anyone runs into this problem: you can work around by setting up a proxy (basically a mitm attack), capturing the requested url, and then call that url on your workstation (no need to care about cookies etc). Then login and authorise the app, and the app will automatically recognise once you finished the task on your computer and everything works fine

For the developers - would be great if the app could workaround the unsupported client issue somehow

Lakr233 commented 1 year ago

You dont need MITM because you can open sign in page in Safari I believe. But thanks for the information.

kjarex commented 1 year ago

Misskey login doesn't work (anymore) in Safari of iOS14. It will just show you this window:

Misskey io

And none of the suggested options (except updating the OS) would solve it (but if updating the OS would be a solution, that would mean the app isn't supporting iOS14 like it says it would)