Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/content/docs/code-push/guides/flavors/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ buildTypes {
</TabItem>
</Tabs>

:::caution

The `applicationIdSuffix` property is optional. If you use services that depend
on a consistent package name (e.g., Firebase), removing `applicationIdSuffix`
may be necessary to avoid configuration issues.

:::

Lastly, edit `android/app/src/main/AndroidManifest.xml` to use the
`applicationLabel` so that we can differentiate the two apps easily:

Expand Down
Loading