Questions tagged [bundle-identifier]

A bundle identifier lets iOS and OS X recognise any updates to your app.

A bundle identifier lets iOS and OS X recognise any updates to your app. Your bundle ID must be registered with Apple and be unique to your app. Bundle IDs are app-type specific (either iOS or OS X). The same bundle ID cannot be used for both iOS and OS X apps.

252 questions
0
votes
0 answers

How to create new App for an existing app?

In Android or Java, we have the package name determine the app. I can create a new project with the same package name in a different system and then upload it to Play Store. Question: What is the equivalent for the package in iOS? Is it the bundle…
Joseph Selvaraj
  • 2,225
  • 1
  • 21
  • 21
0
votes
1 answer

Testflight build with new bundle identifier and provisioning profile

I have application in TestFlight with the following details. Bundle identifier: a Provisioning profile: profile with a as bundle identifier. Now I need to upload a new application in TestFlight. Bundle identifier: a.b Provisioning profile: NEW…
Subi
  • 141
  • 1
  • 1
  • 9
0
votes
1 answer

If I change the BundleID on my OSX app will I not see the current records stored in CoreData

I'm adding CloudKit to an existing OSX App I've created and looking to put it on the App Store. I need to know if I change the BundleID of the app will it effect CoreData retrieval? I have over 500 records in the current app and I don't want to lose…
Lexter
  • 33
  • 8
0
votes
0 answers

iOS - Rename the BundleId and project name through script file

I want to rename the bundle Id, project name and certificate through the script But this script file should not be in project directory, it can be on some server My project contains both objective c and swift files and XCODE version is 10.1
Satyam
  • 63
  • 2
  • 7
0
votes
0 answers

Appstore not recognising bundle id of project generated from same account on xcode

During the distribution phase of my app, i have put the app bundle used in xcode to app-store. But app-store cannot able to recognise it even both are in same account. Should i use different bundle id in Appstore?.
Vaisakh KP
  • 467
  • 1
  • 6
  • 25
0
votes
2 answers

Error with testFlight There were errors in the data supplied. Please correct and re-submit. > An App ID with Identifier

following this tutorial I try to upload an app for use with testflight, but I got this error: There were errors in the data supplied. Please correct and re-submit. An App ID with Identifier 'com.myname.appName' is not available. Please enter a…
biggreentree
  • 1,633
  • 3
  • 20
  • 35
0
votes
1 answer

How can I get already installed app bundle ID from my iPad. The app is not in App store yet

My App certificate is expired and I didn't have access to this certificate any more. I need to know bundle id of my app to create new version with that bundle id and new certificate to save local db from old app. The app doesn't launching anymore…
0
votes
0 answers

Cannot change Bundle ID after uploading project do App Store Connect

I have a problem with uploading app to the App Store. My story is: a friend of mine has created a project in Xcode and uploaded it to his App Store account. After that, he has sent it to me so I can use it. I've made many modifications on it,…
mcgtrt
  • 657
  • 6
  • 22
0
votes
1 answer

How to change total bundle identifiers in unity android project?

My basement and I want I already made and published a game to google playstore. (assume it's bundle identifier is com.mycompany.mygame1) And I want start my next game project from last game's copy. my unity version is 2018.2.5f1 and using internal…
0
votes
1 answer

Change bundle id of app that was used on TestFlight but not App Store

I have an app that has been uploaded to itunesconnect and used for TestFlight. I have uploaded many builds. I now wish to upload the app to a different iTunes account. However I can't because the name and bundleID are being used by the older…
alionthego
  • 8,508
  • 9
  • 52
  • 125
0
votes
1 answer

Can (and should!) a beta / developer's release of an app use the same Apple App ID as the production version?

In our organization, we have an app (Cordova / Ember) that we deploy within our organization to a few dozen iPads. I'm trying to add a ‘beta channel’ to build a development / debugging release, and deploy that to only a few iPads, to test new…
0
votes
1 answer

Firebase asks for my app's bundle ID, but I didn't create my app with Xcode so I have none -- how should I make one, or what do I submit?

I'm trying to link my React Native iOS app with Firebase, and the first thing Firebase asks for is a bundle ID, which it says I can get from Xcode's "General" tab. However, I didn't make this app with Xcode; I made it in a Node.js environment with…
0
votes
1 answer

Will App id be deleted when leave the developer team?

My Personal Apple id has been added as a user to a developer team. And so far I created bundle Identifier and App Ids by using "Automatically manage signin" in xcode. Now I want to leave this team. I want to know will those App ID,s Provisioning…
0
votes
1 answer

Do we need the same bundle Id for the Extensions to push an Update to the App store

We are having an app in the App store and we need to push a latest update of the app to the store. We have lost the Distribution certificate, profiles, AppId with which the app has been pushed to store previously. We only have the 'Bundle Id'…
MouzmiSadiq
  • 2,069
  • 3
  • 18
  • 21
0
votes
1 answer

Push an App update to store, But lost Bundle Id, Profile and Certificates

My Company is having an App on the app store. This app was done by an outsourcing company in 2016 and all the contacts with them is closed. Now I need to push an update to this app, But my problem is I don't have the Bundle Id, Certificate, Profile…