Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we change bundle identifer for ios extension #88

Closed
sevketaydogdu opened this issue Jul 16, 2024 · 3 comments · Fixed by #117
Closed

Can we change bundle identifer for ios extension #88

sevketaydogdu opened this issue Jul 16, 2024 · 3 comments · Fixed by #117
Labels
enhancement New feature or request ios

Comments

@sevketaydogdu
Copy link

Describe the bug
I am getting an error while creating exampleappidentifier.share-extension on apple. if i could change it like exampleappidentifier.share it works it creates bundle identifer

Environment
System:
OS: macOS 14.4.1
CPU: (10) arm64 Apple M1 Pro
Memory: 119.22 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.12.2
path: /usr/local/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 10.5.0
path: /usr/local/bin/npm
Watchman:
version: 2024.04.22.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.11
path: /opt/homebrew/opt/openjdk@17/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.73.6
wanted: 0.73.6
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false

  • expo version : 50
  • using firebase : no
  • using static build : no
  • routing : expo-router
  • package version (ex: 1.2.0) : 1.7.0
  • platform target : iOS
  • device : real device
  • type: local eas build
@achorein
Copy link
Owner

changing ${appIdentifier}.share-extension to ${appIdentifier}.shareextension is enough for you ?

@achorein
Copy link
Owner

@sevketaydogdu do you have a way of testing this PR to make sure it fixes your problem?

@achorein
Copy link
Owner

achorein commented Dec 9, 2024

@sevketaydogdu now available in v2.6.0 and v3.1.0 with iosShareExtensionBundleIdentifier parameters 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ios
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants