After the project has been successfully created, you can add apps to it.
Here, we'll detail the process of adding apps to your project.
- Select the project you'd like to add an app to and enter its project overview page
- Select "Add Android App"
- Input relevant information to the Android app
- App name: this is only displayed within the dashboard, used to distinguish between different apps for easy management.
- Package Name: often referred to as an application ID, it uniquely identifies your app on the device and in the Google Play Store. Find your app's package name in your module (app-level) Gradle file, usually
app/build.gradle
(e.g.com.yourcompany.yourproject
). The package name value is case-sensitive.
- Save your app information
- Select the project you'd like to add an app to and enter its project overview page
- Select "Add iOS App"
- Input relevant information to the iOS app
- App Name: this is only displayed within the dashboard, used to distinguish between different apps for easy management.
- Apple Bundle ID: this uniquely identifies an app in Apple's ecosystem. Open your project in Xcode, select the top-level app in the project navigator, then select the General tab. The value of the Bundle Identifier is the Bundle ID (e.g.
com.yourcompany.yourproject
). The Bundle ID value is case-sensitive.
- Save your app information
- Select the project you'd like to add an app to and enter its project overview page
- Select "Add Web App"
- Input relevant information to the Web app
- App Name: this is only displayed within the dashboard, used to distinguish between different apps for easy management.
- Web Domain: your web app's domain (e.g.
app.particle.network
).
- Save your app information
Deleting an app in a project is not currently supported.