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

Does a WatchKit app require a separate provisioning profile from an iOS app?

I am getting ready to upload my app to the app store. My app has a WatchKit app as well, and I am just wondering if I need a separate bundle identifier for it?
user4882614
2
votes
2 answers

iOS WatchKit - Error launching watch app "SPErrorInvalidBundleNoGizmoBinaryMessage"

I am trying to build a watchKit app that will allow Two-Way communications between the iPhone App and Watch App. I have setup App Groups and all the proper App Certificates, Provisioning Profiles and Entitlements are set and match up. But I keep…
JimmyJammed
  • 9,598
  • 19
  • 79
  • 146
2
votes
1 answer

An error occurred while trying to call the request method lookupSoftwareForBundleId

I keep getting this error when I validate my app ,what dose it means?Anyone can help? I'm in a hurry,thanks!
bigCan
  • 63
  • 6
2
votes
2 answers

iphone app id change bundle prefix

We have 4 app ids on the Developer ios porthole. prefix1.com.example.app1 prefix1.com.example.app2 prefix2.com.example.app3 prefix3.com.example.app4 These are all posted in the store. The prefix2 and the prefix3 are older prefix numbers. Prefix1…
ort11
  • 3,359
  • 4
  • 36
  • 69
2
votes
2 answers

Find out an app's URL programmatically

I need to launch another app from within my own app, but I don't have its URL. So my question is: Is there a way to find out another app's url programmatically based on its bundle identifier, or trackid?
Leonardo
  • 1,740
  • 18
  • 27
2
votes
3 answers

Can a Bundle ID be reused for a different app within the same iTunes Connect account?

My client is planning to release an iOS app (call it A) on the App Store which only has value for a limited time (say, a few weeks). After that time, they want to release another, basically completely different app (call it B), with functionality…
radnoise
  • 253
  • 2
  • 12
2
votes
2 answers

Invalid Code Signing Entitlements. After changing bundle id

I've changed my app bundle id "com.mycompany.Appname" to "com.mycompany.appname", to be the same as the app subscribed to itunes connect. But after changing the name in info.plist, when I try to validate in organizer I get the two following errors…
2
votes
2 answers

App ID Name And Bundle Identifier Issue

In iOS Dev Center, under identifiers and App IDs, i have created the id: com.thisisanapp.thisisanapp while the name is "ThisIsAnApp" I want the id to be following with capital first letters: com.thisisanapp.ThisIsAnApp Since there is no delete…
AJ112
  • 5,291
  • 7
  • 45
  • 60
1
vote
1 answer

Flutter to ios device error: pass -allowProvisioningUpdates to xcodebuild. How to fix?

Apologies in advance, I'm a newbie. I have an app that runs on my iPhone emulator, but when I plugged in a real iPhone I got some errors. "Could not build the precompiled application for the device. Error (Xcode): No profiles for…
1
vote
1 answer

VoIP notifications the certificate subject must end with ".voip" and the device token app bundle ends with ".voip"

I have error in twilio, says "VoIP notifications the certificate subject must end with ".voip" and the device token app bundle ends with ".voip". when I check the similar questions found that solution is to change the " solution was…
1
vote
0 answers

Voxeet Cordova - CFBundleIdentifier Collision

I was able to add the plugin upgrading xcode version to 13. I test my app and everything is working but then I try to archive the .ipa and upload it to the appStore and I face with this error: CFBundleIdentifier Collision. There is more than one…
1
vote
1 answer

Native applications bundle ids in watchOS

I am just looking for the native watchOS applications bundle ids. For example: for iPhone: "com.apple.news" and what is for Watch: ??? I tried "com.apple.news.watchkitapp" which doesn't work. Maybe someone know how to help me?
zhanch
  • 145
  • 1
  • 8
1
vote
0 answers

No suitable application records were found. Verify your bundle identifier ‘com.facebook.sdk.FBSDKCoreKit’ is correct. (Here my package is com.helo.app

I am getting the error as No suitable application records were found. Verify your bundle identifier ‘com.facebook.sdk.FBSDKCoreKit’ is correct while trying to upload to testflight. But my bundle identifier shows the correct identifier (com.helo.app)…
sejn
  • 2,040
  • 6
  • 28
  • 82
1
vote
2 answers

A better way to change Bundle Id / Package Name in Android than to Refactor

I have whitelabeling for my apps for different customers that are all based on the same app. Only minor configuration changes needed on the app. One thing I find hard to figure out is a nice way to configure for different Bundle Id and Package Name.…
Axil
  • 3,606
  • 10
  • 62
  • 136
1
vote
0 answers

iOS: App Validation - Got Bad bundle identifier because of application extension bundle id format

We have integrated share extensions as part of the new feature. For this, app bundle identifier is com.company.name.product.mobile and share extension bundle identifier is com.company.name.product.mobile.Share.External.Information. After generating…
Anjaneyulu Battula
  • 1,910
  • 16
  • 33