Skip to content

Make iOS bundle id agnostic#486

Merged
Magmusacy merged 6 commits intomainfrom
FCE-2880
Mar 4, 2026
Merged

Make iOS bundle id agnostic#486
Magmusacy merged 6 commits intomainfrom
FCE-2880

Conversation

@Magmusacy
Copy link
Collaborator

Description

Made changes to describe how to build the example app

Motivation and Context

bundleIdentifier on iOS was tied to fishjam and wouldn't build on real device for people outside of fishjam org

Documentation impact

  • Documentation update required
  • Documentation updated in another PR
  • No documentation update required

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)

@linear
Copy link

linear bot commented Mar 3, 2026

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Fishjam React Native example app configuration so it no longer uses Fishjam-owned application identifiers by default, and documents what identifiers users must customize before building on their own devices.

Changes:

  • Replaced Fishjam-specific iOS bundle identifiers and Android package name with com.example.* placeholders in app.json.
  • Updated the iOS ScreenBroadcastExtension bundle identifier and app group entitlement to match the new placeholder namespace.
  • Added a README note instructing users which app.json fields must be updated before running expo prebuild.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
examples/mobile-client/fishjam-chat/app.json Switches iOS/Android identifiers and iOS extension/app-group IDs to non-Fishjam placeholders.
examples/mobile-client/fishjam-chat/README.md Adds build guidance to update identifiers prior to prebuilding native projects.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"ios": {
"supportsTablet": true,
"bundleIdentifier": "io.fishjam.example.fishjamchat",
"bundleIdentifier": "com.example.fishjamchat",
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the goal is to make the example buildable by people outside the fishjam-cloud Expo org (especially via eas build), the app is still tied to a specific Expo project via expo.owner and expo.extra.eas.projectId (and eas.json submit metadata). Consider removing these from the example config or documenting that users need to run eas init / update them to their own project before using EAS.

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Magmusacy Magmusacy marked this pull request as ready for review March 4, 2026 09:05
Copy link
Collaborator

@MiloszFilimowski MiloszFilimowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, I'd just remove the groups and bundle identifiers from the app.json, so that the user will be forced to provide something.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Removed outdated information regarding ScreenBroadcastExtension bundle identifier and App group entitlement.
@Magmusacy Magmusacy merged commit 396718e into main Mar 4, 2026
2 checks passed
@Magmusacy Magmusacy deleted the FCE-2880 branch March 4, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants