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 name goes into the iphone app

I am just going to submit my iPhone app. I have the app name given as Xyz-Pq and the bundle name as com.company.xyzpq. I want to know once the app is published and when the user install s it, it will go as Xyz-Pq or xyzpq as mentioned in bundle.…
bharath
  • 953
  • 4
  • 17
  • 30
0
votes
2 answers

Update the Live app with new Bundle Identifier

I have an application live on App Store(version 1.0). Now i have to provide an update to the same application(version 1.1). But, due to some issue i need to change the bundle identifier of the app. Is it possible to do that? If yes please tell me…
Mahesh
  • 526
  • 1
  • 6
  • 21
0
votes
1 answer

Bundle ID not allowed to change in itunes

I have not uploaded the binary but itune does not allowing me to change the bunlde id from manage-apps. If any body have clue on it plz let me know or I need to recreate ? Thanks,
0
votes
2 answers

iOS App development with Facebook API bundle ID error message

I'm developing an iOS App with Facebook API. The app was working fine but I started to get the below error; "There was an error:fbplatse:{"message": "No Bundle ID has been set on the server" }. Please tap Cancel to return to APPNAME and try…
user984694
0
votes
3 answers

Stuck in "Import Developer Profile" screen While Trying to submit my App

I am struck in this page I am using XCode 5. I create Bundle ID in https://itunesconnect.apple.com/‎ I create the Mac App Id in https://developer.apple.com/ using the Bundle ID I used the Bundle Id in my App Target in xcode I used the Mac App Id…
0
votes
1 answer

Issue with building and signing an iOS app with a configurable bundle identifier to support multiple build configurations

I am trying to build multiple concurrent builds of my app (one for mocking environment, one for development environment, one for testing environment, one for production release). I have gotten very far in getting this working, but am having issues…
jreeve
  • 1
  • 3
0
votes
1 answer

How to get bundle IDs of all installed applications without a jailbreak

I need to know what applications are installed on the iDevice without a Jailbreak. I tryed different methodes, this seems to be the best, but it wont work on iOS 7. BOOL APCheckIfAppInstalled(NSString *bundleIdentifier) { static NSString *const…
David Gölzhäuser
  • 3,525
  • 8
  • 50
  • 98
0
votes
1 answer

I have Registered App ID but still it shows You have no eligible Bundle IDs for iOS apps. Register one here

I have added 2 app id, it was working fine i can see that app id in itunesconnect. but today i have added 3 more app id. but it wasn't available in itunesconnect account. what should be problem? any one having idea?
Romit M.
  • 898
  • 11
  • 28
-1
votes
1 answer

How to fix "This app contains a WatchKit app with an invalid bundle identifier"

I'm trying to run the Apple sample project SimpleWatchConnectivity. I changed the bundle identifiers for all 3 parts to my company's domain (e.g. com.nemesys.simplewatchconnectivity). When I try to run on an iPhone and Apple Watch device, I get this…
-1
votes
2 answers

iTunes Store operation failed

I have a problem with one of my iOS application. I try to validate archive in Organizer but i have this message : Archive validation failed with errors : Archive validation failed due to the issues listed below. iTunes Store operation failed. No…
helio
  • 21
  • 5
-1
votes
1 answer

How can I find AppID that automatic creat with xcode7

To debug my application with device, I set a bundleID for my application, and xcode7 automatic creat an AppID for it. But I can't find the AppID in developer MemberCenter My question is, how can I find it and remove it? enter image description…
Jing
  • 1
  • 1
-1
votes
1 answer

How to set Bundle Identifier correctly in Xcode 6.1.1 when I am using external charts in C-Objective?

I have an iPad application made in Xcode 6.1.1 in which I am using external chart in C-Objective. Everything is working perfectly until I set up Bundle Identifier. If I want to test it (without error) in simulator I need to have Bundle identifiers…
1 2 3
16
17