Hello Guys! I recently created an application and finished it for Android. Everything is working fine but the people are now asking for an iOS version too. Since I am an Android Developer I looked into KMP but however Appwrite does not have any Client SDK for Kotlin. What should I do since currently I don't know Apple Development and was looking into KMP oriented approach?
I think you will need to write some part in swift with the appwrite swift SDK for OAuth
If you don't want to implement OAuth, maybe the android/kotlin SDK could work for the email/password login
But I'm not sure
I am not using OAuth but it won't work
The Android SDK needs Context object to initialise the Appwrite Client
Context is only available on Android
Recommended threads
- Display an in-app in the user mobile?
Would it be possible to send a message that would display an in-app in the user mobile?
- Project stuck in read-only mode on free ...
Hi Appwrite team! I’m a student using the free plan, and my project (ID: 68e48f780001232ad879) is currently stuck in read-only mode. I can’t create or update ...
- Flutter OAuth2 Google Login – Redirect I...
i tried implementing OAuth2 Google Login in my app, and it works fine for the most part, the problem am facing is when i chose a google account to sign in/up wi...