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
1 answer

What will the bundle identifiers of the targets become when distributed via Mac App Store?

I am trying to submit a Mac app to the App Store. It includes multiple targets communicating via XPC. Therefore I need to hardwire their bundle identifiers in the code. I found that Apple will add a prefix to the app's bundle identifier. My question…
Terry
  • 337
  • 2
  • 9
0
votes
1 answer

How important is a correct Bundle Identifier

I created my Xcode Project a while ago with a bundle identifier of com.CompanyName.ProjectName. But at the time I didn't have a domain. Now that I do, it is CompanyName.ca, because CompanyName.com was already taken. But, I have created an app…
Minestrone-Soup
  • 399
  • 1
  • 16
0
votes
1 answer

iOS Multiple Apps sharing one LinkedIn App

I'm trying to use one LinkedIn app for multiple whitelabel versions of an App. I've successfully got FB doing this - and it appears LinkedIn should be very similar, but cannot successfully get LinkedIn to return to correct app (when others are…
0
votes
1 answer

Publish new app with existing app name?

I have developed new app in iOS, If i publish my app with already existing app name on the appStore, will apple approve my app? Like if my app name is ABCD with bundle id com.ls.abcd and there is already app with the same name(ABCD) available on…
Krunal
  • 6,440
  • 21
  • 91
  • 155
0
votes
1 answer

Access any apps bundle identifier

For my app, I have the user choose the path for a specific application of their computer. From that path (i.e. /Applications/Itunes.app) I would like to get the bundle identifier, and create an NSRunningApplication instance from it…
Minebomber
  • 1,209
  • 2
  • 12
  • 35
0
votes
1 answer

Catch bundle identifier com.company.app in file name

I am wondering how to catch bundle identifier like com.company.appname in file name Great.app.ios9.1-com.company.appname.super-ultra.ipa using preg_match() in php. Thanks
Maros Mayer
  • 67
  • 1
  • 7
0
votes
1 answer

Xcode Project Name Change

I know there a lot of questions on this that I've been trying to look through. I changed my app's name successfully but the bundle ID as well as the Target names still reflect the previous project's name. Is this fine for when I submit it to the app…
0
votes
2 answers

BundleID of an existing app on iOS 8.4.1

Is anybody knows how can I get BundleID of an existing app on iOS 8.4.1? For example the messages app Thanks
shayyy7
  • 93
  • 7
0
votes
1 answer

Where can I specify bundle ID for iOS app in Bluemix Advanced Mobile Access service?

I created MobileFirst starter services on Bluemix for my existing Xcode project. Does anyone know where to specify the bundle ID for my iOS app? A few months ago, I could specify it by creating a new mobile client for custom authentication in…
0
votes
1 answer

Update app bundle ID on iTunes Connect

My App is rejected due to a reserve word "ios" (com.appname.ios) in bundle ID.Now i want to update bundle ID . Otherwise i have to create a new app with new name ,That can lead an inappropriate name for app .Is there way to update bundle ID after…
MOHAMMAD ISHAQ
  • 988
  • 7
  • 15
0
votes
0 answers

Xcode iOS Bundle Identifier

While archive and validate my app before upload to App Store,error occured: "No suitable records were found.Verify your bundle identifier "xxx.xxx.xxx" is correct" But bundle id in project properties, General -> "Bundle Identifier" are the same:…
theWalker
  • 2,022
  • 2
  • 18
  • 27
0
votes
1 answer

Changing name of Xcode App uncertainty

Today I changed the name of my iOS app. However, in Xcode the bundle identifier with com.yourname.appname is still that the old name. Didn't change bundle identifier, didn't change anything in xcode besides the name of app on UIImageView. Can I send…
0
votes
1 answer

Bundle Identifier: setup for new project with IOS App+Framework+Today Extension

I'm in the process of starting to develop an IOS/Swift App with a Framework to share common logic with a Today Widget and I have some questions about the Bundle Identifier: If I choose something as org.whateverIwant.TestBundleID for the App, should…
Gianni Costanzi
  • 6,054
  • 11
  • 48
  • 74
0
votes
1 answer

Bundle Identifier Changed Core Data Lost

I changed a project from Objective-C to Swift and created a whole new project when I did this. I have an app in the AppStore and wanted to send an update instead of releasing a new app. I understand that my Bundle Identifier needs to be the same…
jonthornham
  • 2,881
  • 4
  • 19
  • 35
0
votes
1 answer

Changing bundle Identifier in iTunes Connect

For now I have an app in iTunes Connect. That app has its own bundle identifier and apriopriate provisioning profiles, App Identifier, and so on... In iTunes Connect I have some prereleases versions there. Now I would like to change my bundle…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358