
I'm using appwrite cloud with .net maui but it seems appwrite doesn't have Client SDKs to support .net maui yet, I want to ask in the future if appwrite plans to support this .net maui, because we're looking for 1. baas solution for our system and found appwrite to be very suitable for the criteria we set. thank you

Appwrite does have a .NET SDK?


This server sdk

Oh, right

@bonglv there are plans for client SDKs for .NET, however we don't have a timeline for .NET MAUI at the moment (especially since MAUI is still maturing as a platform)
However, if you would like to contribute a MAUI SDK, do check out the SDK Generator repo: https://github.com/appwrite/sdk-generator

Or in the meantime, you could talk to the Appwrite APIs directly

That’s what I do currently in Lua

Right now, otherwise, you could communicate with login and create JWT API endpoints via Http requests and keep the rest of your business logic requiring Appwrite on an ASP.NET Web API. The JWT lets you perform user specific actions on the server SDK.

ok thank all
Recommended threads
- Can not login with OAuth
Hello everyone i am trying to login with ios and android in react native - expo but it is not successful. And this is the code which i am using to login
- I had a new error pop up today when test...
I've been working on my app, it worked fine previously but now I recieve Invalid Origin: Register your new client as a new iOS platform on your project console ...
- Appwrite DNS & iCloud Mail Server Setup
Hello, My DNS settings are managed through Appwrite, and I would like to add a custom email address to iCloud. I have never had any issues setting this up direc...
