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

How to extract the bundle identifier from a provisioning profile?

I was trying to search for a quick command to extract the bundle identifier from a provisioning profile. I think I've seen something like that in the past, but I can't find it now. Inspecting the .mobileprovision file shows that it's a .plist file,…
Erik B
  • 40,889
  • 25
  • 119
  • 135
1
vote
0 answers

Why lookup by bundleId API does not return a result?

Folks, I have google and found many answers which really do not work for me about lookup API of apple. I am trying to get version details for my app and calling the below API but it returns the following result every…
Manish
  • 608
  • 1
  • 11
  • 23
1
vote
3 answers

Xcode 12.1, disabled Bundle Identifier field, Flutter App

Problem I am having an issue with one of my Xcode projects (Flutter App) when incorporating Firebase Authorization into it. I need to be able to set the Bundle Identifier (in General tab, of Runner) as part of the Firebase configuration,…
1
vote
1 answer

An App ID with identifier "com.companyName.xyz.NotificationServiceExtension" is not available

We have a project with prod target with Bundle Identifier com.companyName.X & stage target with Bundle Identifier com.companyName.Y We have implemented Push Notification and added a Notification Service Extension file. To upload the stage build to…
1
vote
0 answers

How Google Cloud Platform validates iOS bundle ID?

In Google Cloud Platform I can generate credentials to any Google service with iOS bundle ID restriction or SHA1 fingerprint for Android. To make a request to Google API I have to add the http header "X-Ios-bundle-indentifier". So how GCP validates…
piotrpawlowski
  • 767
  • 2
  • 9
  • 19
1
vote
1 answer

Failed to register "bundle Identifier"

A few days ago I bought a React Native's course on Udemy. Nowadays I have a problem with the configuration that realizes in XCode. How can I fix it?
Jhonathan
  • 11
  • 1
  • 3
1
vote
1 answer

Unable To Run My Flutter App in My iOS Device- Failed to register Bundle Identifier

I was trying to run the app on iOS device but then, it says Failed to register Bundle Identifier. How can this be fixed? Please check the screenshots below. Failed to register Bundle Identifier
1
vote
2 answers

how to change the bundle id without deleting the data

I am new in IOS development. Can changing the bundle id will delete all the files in the project I get this message as shown in the following image url can pressing the continue button will delete the file or data in the my project. Image url :…
omkar marathe
  • 61
  • 1
  • 7
1
vote
1 answer

Should I use different team and bundle identifier in adding new swift extension?

I want to add new target (watchOS-> Notification Service Extension) and it asks for team, bundle identifier and so on. By the way, this project was developed by a different team and I was asked to add new feature on this project. Do I need to use…
Wesley Man-on
  • 81
  • 1
  • 6
1
vote
2 answers

How can I find the iOS App Store download url for my app before actually submitting it for launch?

I need to submit my (in development) app’s bundle identifier as well as a iOS download url to a 3rd party service for some integration keys. I’ve created an app on the App Store connect. My dashboard shows a bundle id but no download url. How do I…
1
vote
0 answers

iOS Push notification service extension bundle id

I am confused why there should be a separate bundle id for the notification service. But, since that the case should the push notification enabled in both the app id and the notification id? Should the Add groups be enabled too? After that, when to…
hasan
  • 23,815
  • 10
  • 63
  • 101
1
vote
1 answer

Unable to create explicit AppID which was used as app bundleId with wildcard identifier Provisioning Profile for iOS app

We've an iOS app which is distributed In-House (through MDM or such tools, and never uploaded to App Store) This iOS app is assigned a BundleID com.companyName.App.Env when building and signed using Provisioning Profile which has Wildcard (*)…
Code.Decode
  • 3,736
  • 4
  • 25
  • 32
1
vote
0 answers

Calling an application by the bundle signature using JXA (macOS)

When calling an application using JXA (JavaScript for automation), you can refer to the app by the bundle name or by the identifier, just like in AppleScript: tell application "TextEdit" to activate tell application id "com.apple.TextEdit" to…
1
vote
1 answer

Access Bundle Identifier of App in Custom Framework

I am designing a sdk where I am making some url call at some point of time. For this I want the context of the app which is making a call. As a context I want to pass the bundle identifier of the app using that sdk. SDK is in form of library which…
Thullo
  • 97
  • 15
1
vote
1 answer

Unable to add new iOS bundle identifier to my app - LinkedIn

I have registered my app to LinkedIn to verify the user through LinkedIn. I've also added some iOS bundle identifiers to it and it was working fine. But from last few days, when I try to add a new bundle identifier and save it the error appears. The…
swapnil patel
  • 384
  • 2
  • 17