
its working fine on android emulater but when i build apk and tried on my phone its not working. app interface is working fine but none of the appwrite functions are triggering

Do you have any errors you can share? What did you put for the appwrite endpoint?

Just tested and had the same issue. These steps resolved the issue:
- Update app package name/bundle id (was
com.example.myapp
). In android apps that begin withcom.example
are regarded as debug apps.
- Add internet permission to the main
AndroidManifest.xml
. Android docs says it's not strictly needed but I prefer making it explicit. - Update your project's platform package name/bundle id on your appwrite console.
Thats it, hope it helps. FYI, I'm using a self-hosted appwrite instance.

i did all of it before but did't work

but for some reason its working now

thanks for ur suggestions
Recommended threads
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- Need help migrating from self hosted to ...
Hi! I am using self hosted appwrite for testing stuff out and now it's prod ready I want to deplot it to the cloud version. It gave me this error when fetchin...
