Skip to content

Make iOS bundle id agnostic#486

Draft
Magmusacy wants to merge 2 commits intomainfrom
FCE-2880
Draft

Make iOS bundle id agnostic#486
Magmusacy wants to merge 2 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.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants