LeanderMOriginal post
Web Developer
Appwrite is running locally on my Macbook.
I'm trying to develop an Android app in Ionic with React.
Appwrite can't be accesses through it's IP-address from the Android app, probably because of the HTTPS issues.
Also, which Platform should I add within Appwriate. "Android" or "Web"?
If Web, what would I fill in as the hostname? If Android, what would be the package name?
Summary
- Developers are trying to access Appwrite running on localhost from an Ionic React Android app but facing HTTPS issues.
- Need to add a Platform in Appwrite; "Android" or "Web" - for Android, package name is required and for Web, hostname is required.
Solution:
- For Android, add platform "Android" in Appwrite and fill in the package name provided by the Android app.
- Developers also need to address the HTTPS issues to access Appwrite locally.