In my React Native app, the bundle ID (iOS) and package name (Android) are currently the same, but I need to change the package name because I need to create a new app shell on the Google Play console and push my app there. Is it possible to have a package name that's different from the bundle ID?
React Native: Can bundle ID and package name be different?
1000 Views Asked by gkeenley At
1
There are 1 best solutions below
Related Questions in REACT-NATIVE
- ussd reader in Recket Native module
- I can't make TextInput to auto expand properly in Android
- expo config plugin use import instead of require
- Custom Sound for Expo Push Notifications Only Works in Foreground
- run RTK dispatch on gesture start with React Native
- Should I set Back-End for my React Native application?
- using infoPlist in app.json for expo project seems to not be working
- Anyone have success configuring react-native-home-indicator?
- KeyboardAvoidingView makes a messy the flexbox
- I am getting lots of errors when building react native app in Xcode
- Search and highlight text of current text in PDFKit Swift
- Flatlist Sometimes Capped at 10 Items Bug
- Is there any way to page transition in react native (stack navigation)
- Screen inside Stack.Navigator not visible in React-Native
- React Native stopwatch implementation slow on iOS
Related Questions in APP-STORE-CONNECT
- Problem on deploy app to testflight with Xcode 15.3
- How to limit distribution of iOS apps on App Store by hardware requirements
- Apple appconnect long waiting for review
- Automatic renewal subscription automatically cancels itself after a few minutes. RevenueCat
- How to upload app with multiple targets with same Bundle ID
- App review for login mechanism requires pre-login org selection
- Is there a way to get updated date of an iOS app version using App Store Connect REST API?
- I am using encrypt: 5.0.1, now what type of encryption algorithms does my app implement?
- IOS IAP succeed but does not charge the user
- AppStoreConnect, does leaving team sends email to account holder
- Clients' Policy Violations Risk for App Store & Google Play
- ITMS-91053: Missing API declaration in Flutter Project
- ITMS-90725: SDK version issue with the iOS 16.4 SDK
- App Store: How to setup a fixed price with a free trail
- Handling Empty and Unknown Error Responses when Fetching Products from iTunes Store
Related Questions in GOOGLE-PLAY-CONSOLE
- Как подтвердить свой адрес в Google Play Console в Беларуси?
- Will a stability crash on one device in the google play pre launch report prevent me from being able to move my app to production?
- App is not visible after after full rollout on google play store
- Google Play Games failing with specific user
- How to solve the problem of being prompted for copyright restrictions (not copyright strikes) when I post a video on YouTube?
- Firebase dynamic link fallback url doesn't work with custom play store listing
- App removed from google play store because of MANAGE_EXTERNAL_STORAGE
- Applinking: Google play Console Domain Ownership not verified
- React Native Expo published app not displaying logo properly
- Problem when executing the bubblewrap build command
- Android Managed Google Play Console
- Rejected app :Issue found Invalid Data safety Version code 1
- Repeated App Removals by Google Play for Alleged Violation of User Data Policy
- App review for login mechanism requires pre-login org selection
- How i reopen my google developer account again?
Related Questions in BUNDLE-IDENTIFIER
- Bundle Identifier Changed Core Data Lost
- How to set Bundle Identifier correctly in Xcode 6.1.1 when I am using external charts in C-Objective?
- iTunes Store operation failed
- Unity Xcode Project PlayerSettings_GetBundleIdentifier
- ios - Handle keychain loss after changing to team id prefix
- Bundle ID Is Not Available?
- Cannot create an App ID with matching Bundle ID in Xcode project for first release using Xcode 8.0
- Bundle ID not allowed to change in itunes
- When Uploading the new version of the App In-App and Bundle issue
- Update the Live app with new Bundle Identifier
- Code Signing required 'WatchKit Extension' in SDK 'watchOS 3.2'
- How can I purge applications with the same BundleIDdentifier
- An App ID with identifier "com.companyName.xyz.NotificationServiceExtension" is not available
- What name goes into the iphone app
- Invalid Code Signing Entitlements. After changing bundle id
Related Questions in PACKAGE-NAME
- What is the Naming Convention of sub-packages of the Android Studio Projects? (MAD)
- Do we have to change the bundle identifier and package name for a flutter if it is the form com.example.company?
- Android : Unable to instantiate application "packageName" : ClassNotFoundException
- How to get Running Applications package name in android programatically
- How to solve firebase not working by changing package name already in connection with firebase?
- Publishing an Android App with Different Package Names on Google Play and an Alternative Store
- How to change package name when installing React Native?
- Package name in React Native Project (RN CLI). I have to use package name in firebase
- How to get the packagename of the app that is running in the foreground on an Amazon firetv stick 4K Max?
- What can I do if my Google ADmob app-ads.txt tab only shows 1 app despite having 2 apps with different websites?
- Google Play Console: Can I change the package name to the package name of another app on the same account?
- Not a valid Dart package name - Flutter error
- React Native: Can bundle ID and package name be different?
- Google play and app gallery best packagename choice
- Andorid Root package from file in Wizard Template Intellij
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes It can be different, cause technically one is an android project, the other is iOS, even though they are the same app. For example if you want to add firebase services to your app, you need to create one project for android and one for iOS in firebase console and they must have different bundle ID and package name.