Top "Bundle-identifier" questions

A bundle identifier lets iOS and OS X recognise any updates to your app.

Obtain bundle identifier programmatically in Swift?

How can I get the bundle ID in Swift? Objective-C version: NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];

ios swift ios8 bundle-identifier
Xcode 7: changing product bundle identifier

I'm setting up Jenkins to automate the build process. In particular, for my needs, I'd like to be able to …

xcode jenkins jenkins-plugins xcode7 bundle-identifier
"An App ID with bundle identifier X is not available. Please enter a different string" (Xcode 7.3)

After updating to the latest build of Xcode 7.3 (7D175), every time I try to Export for adhoc distribution I get …

ios xcode bundle-identifier
Install claimed to have succeeded, but application could not be found on device

Xcode gave me this message: Could not locate installed application Install claimed to have succeeded, but application could not be …

xcode bundle-identifier
How to get bundle id of iOS app - either using .ipa file or app installed on iPhone

Currently I have .ipa file and same app can be installed through test flight. I don’t have the app …

ios automated-tests bundle-identifier
WatchKit Extension bundle identifiers

I am trying to build my app but it failed. I am shown the message below. error: WatchKit Extension doesn't …

ios watchkit apple-watch bundle-identifier
iOS8 extension needs own provisioning profile?

I am starting an iOS 8 extension but I can't run it on my device. The error when trying to run …

ios xcode provisioning-profile ios-app-extension bundle-identifier
How to get bundle id in flutter

I used the below method to get the app name and packageName but I need Bundle id for iPhone users. …

ios flutter dart bundle-identifier package-name
Changing bundle ID for Firebase

Early on in this project I made the error of not having the prefix com in the bundle identifier. Now …

ios objective-c firebase firebase-authentication bundle-identifier
what is correct format of bundle identifier in iOS?

I have four bundle identifier com.company.appname com.appname appname com.company-name.app-name Please help me to find out …

ios bundle-identifier