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
1
vote
2 answers

iOS push notifications uses bundleID instead of app name

Is there any way to make the app use the app name instead of bundle id in the title of push notifications (alerts). The banners are OK and display the app name and app icon. But the alerts use the bundleID.
1
vote
1 answer

Restrict google app engine api by bundle identifier iOS

I am using google app engine to talk to my iOS app. Is there a way to restrict the api access using the app bundle identifier so that no other apps can access the api?
tbag
  • 1,268
  • 2
  • 16
  • 34
1
vote
5 answers

Can We Delete an App from iTunesConnect

Hi I created an app with a bundle ID but that App was rejected from Apple, Now I need to upload a new App but with the same bundle ID, but the rejected one keeps holding it, I need to delete this App and upload new one, I tried this link Deleting an…
Geet
  • 2,427
  • 2
  • 21
  • 39
1
vote
0 answers

Problems during Xcode Archives validating phase

I passed the last to days in the "Apple-Hell", I'm not able to find a solution on my problem. I found a lot of solution on internet, specially on stack overflow, but no one had helped me to escape from my labyrinth. I'm explaining you my…
phpQuail
  • 11
  • 2
1
vote
0 answers

XCode 5 app validation and bundle identifier

I 've created distribution certificate and 2 provisioning profiles for distribution one with explicit App-Id and one with wildcard. I can see it in project build settings (and in Preferences>Account) and choose it in build settings for release:…
1
vote
2 answers

xcode 5.0.2 Code Signing Entitlements Issue

I am trying to release a second version of my app. After I released the first version of the app, I upgraded to Maverick OS and Xcode 5.0.2. After archiving the new version of the app, I tried to validate it in Xcode. I am receiving the following…
JeffB6688
  • 3,782
  • 5
  • 38
  • 58
1
vote
2 answers

Xcode bundle identifier

Do I really have to put a company identifier into my app? (Like com.example) When my app arrives to the app store will it be a link for a website? I don't have a website, so do I have to create one? Is there any way to not put the company…
1
vote
0 answers

When Uploading the new version of the App In-App and Bundle issue

I try to upload the new version of the app. But It rejected, because they said that it contains In-app purchase but I don't use anything for that purpose. But the thing that I don't understand that I use the same certificate and In-App purchase is…
user3065761
  • 65
  • 1
  • 10
1
vote
1 answer

Error while uploading new app after deleting old app in store

I made iPhone app, Now i want to upload my app on the app store, few days before i deleted my same app with same name from app store, and now i have created new app with same name (I have kept bundle ID same in both old and in new app) When i try…
Krunal
  • 6,440
  • 21
  • 91
  • 155
0
votes
1 answer

I can't upload updated version of the app on Testflight

Let me describe my issue in time perspective: I got invited to AppStoreConnect team to my e-mail. This e-mail has never been in Apple system before; I accepted an invite and received Admin rights; This account already has an application in place…
Eugene Alexeev
  • 1,152
  • 12
  • 32
0
votes
1 answer

What is bundleID for Xcode?

I want to run Xcode via Appium and I need Xcode bundeId (like com.apple.TextEdit). I use Appium2 and driver 'Mac2'. Capabilities: "platformName": "Mac", "appium:automationName": "Mac2", "appium:bundleId": "com.apple.Xcode" When I try to start my…
John
  • 13
  • 3
0
votes
0 answers

iOS Access Extension target bundle ID from main target

I have main target and extension target, each one has bundle id. I want to access extension target's bundle id from main target, runtime. Is it possible to do it? I did not find solution in internet. I appreciate if you can provide some info about…
dev2.3.
  • 1
  • 1
0
votes
0 answers

Can't build app on macOS Intel but I can with new xcode install on Apple chip

On my intel machine, I get errors trying to build an app without first opening the project in xcode and then manually setting a bundle identifier. Only after that's done can I build the app with npx react-native run-ios But I just set up a…
StevieD
  • 6,925
  • 2
  • 25
  • 45
0
votes
3 answers

Need to change the "bundle_id" in "google-services.json" file in the android folder for flutter app

In my Flutter app project, The "bundle_id" that exists in the "google-services.json" is not the same as CFBundleIdentifier in info.plist and BUNDLE_ID in the "GoogleService-Info.plist". after changing the bundle id in the xcode and then run…
0
votes
0 answers

Unable to add files to iOS real device using appium's pushFile method

To automate a file upload scenario of a mobile application (iOS), I tried adding an image to the device which can be browsed using gallery during execution. I tried using Appium's pushFile method but I am not clear on what has to be passed to the…