BOBOriginal post
Rank 1: Thread
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
Summary
The app was not working on a real phone but was working on an emulator. The issue was resolved by updating the app package name/bundle id, adding an internet permission in the main AndroidManifest.xml file, and updating the project's platform package name/bundle id on the appwrite console. No specific errors were mentioned.