Configure Appwrite Platforms for iOS and Android
mainBefore using the SDK, you must add your application as a platform in your Appwrite project settings.
iOS
Add your app name and Bundle ID.
- In Xcode: Find the Bundle Identifier in the General tab of your primary target.
- In Expo: Set or find it in your
app.jsonfile.
Android
Add your app name and package name.
- In standard Android: The package name is typically the
applicationIdin your app-levelbuild.gradlefile. - In Expo: Set or find it in your
app.jsonfile.