cfbundleidentifier

CFBundleIdentifier Collision

元气小坏坏 提交于 2020-01-02 10:03:50
问题 I am doing an Update to my app. I added a Watch Extension and I had many errors regarding provisioning profiles and so on when trying to submit the binary. However, I somehow managed to get it to work and submitted my update. Today I was rejected because of some small issue. I quickly changed it and now I am trying since hours to resubmit, but now I am getting this error: CFBundleIdentifier Collision - The Info.plist CFBundleIdentifier value 'com.mentalfaculty.Ensembles' of 'MyAppName.app

CFBundleIdentifier Collision

浪子不回头ぞ 提交于 2020-01-02 10:03:26
问题 I am doing an Update to my app. I added a Watch Extension and I had many errors regarding provisioning profiles and so on when trying to submit the binary. However, I somehow managed to get it to work and submitted my update. Today I was rejected because of some small issue. I quickly changed it and now I am trying since hours to resubmit, but now I am getting this error: CFBundleIdentifier Collision - The Info.plist CFBundleIdentifier value 'com.mentalfaculty.Ensembles' of 'MyAppName.app

“This app could not be installed at this time” CFBundleIdentifier error

半腔热情 提交于 2019-12-29 09:25:07
问题 I encountered the "This app could not be installed at this time" error. I have tried several methods such as reloading the simulator, deleting the app in the simulator and cleaning the Xcode project. However, it still has this error. I turned to the CoreSimulator file and found an error because of the CFBundle Identifier. Here is the log below: Apr 26 18:49:49 kevins-air com.apple.dt.Xcode[27210] <Error>: installApplication:withOptions:error:: Error Domain=IXUserPresentableErrorDomain Code=1

Framework CFBundleIdentifier Collision

情到浓时终转凉″ 提交于 2019-12-08 04:30:29
问题 I've made a custom SDK using Cocoa Touch Framework (followed these instructions to make it https://kodmunki.wordpress.com/2015/03/04/cocoa-touch-frameworks-for-ios8-remix/) . One app, that is using this SDK is already uploaded to app store and is reviewed by apple and all is well. Now I'm trying to submit second app to App store. All is well on the xCode, it shows that upload was completed successfully, but few minutes after uploading I get a letter that says: CFBundleIdentifier Collision -

Same Bundle ID suffix on iPad and iPhone versions of App

邮差的信 提交于 2019-12-08 04:06:05
问题 This is a subtle question. I am planning to release an iOS app with two versions - one for iPhone and iPod Touch, and the other for iPad. The apps will be named, say, MyApp and MyApp HD . The app allows you to save files, and also to communicate with other users of the app via GameCenter. I would like the iPad and iPhone versions to be able to interchange files, and also to communicate with each other via GameCenter. So, my question is, in iTunesConnect, should (and can I) assign both apps

Change App ID of Apple Watch App

孤街浪徒 提交于 2019-12-07 05:06:12
问题 I have recently transferred some of my apps from one account to another. When I did this the App IDs also transferred. However, the App IDs did not transfer for the WatchKit Apps or WatchKit Extensions. I have tried to upload and after the upload has completed and appears in iTunes Connect Prerelease I receive an email about CFBundleIdentifier Collision . I then tried to change the App ID for the Apple Watch app and see this error when uploading: Attempting to change bundle identifier from

CFBundleIdentifier Collision

北城以北 提交于 2019-12-06 11:55:22
I am doing an Update to my app. I added a Watch Extension and I had many errors regarding provisioning profiles and so on when trying to submit the binary. However, I somehow managed to get it to work and submitted my update. Today I was rejected because of some small issue. I quickly changed it and now I am trying since hours to resubmit, but now I am getting this error: CFBundleIdentifier Collision - The Info.plist CFBundleIdentifier value 'com.mentalfaculty.Ensembles' of 'MyAppName.app/Ensembles.bundle' is already in use by another application. I don t really understand what is wrong. The

Change App ID of Apple Watch App

怎甘沉沦 提交于 2019-12-05 11:41:21
I have recently transferred some of my apps from one account to another. When I did this the App IDs also transferred. However, the App IDs did not transfer for the WatchKit Apps or WatchKit Extensions. I have tried to upload and after the upload has completed and appears in iTunes Connect Prerelease I receive an email about CFBundleIdentifier Collision . I then tried to change the App ID for the Apple Watch app and see this error when uploading: Attempting to change bundle identifier from com.domain.myapp.watchkitapp to com.domain.myapp.watchkitapp2 is disallowed for bundle MyApp.app/PlugIns

Is bundle id case sensitive?

こ雲淡風輕ζ 提交于 2019-12-01 13:42:55
问题 In a provisioning profile I set my app id to com.mycompany.lowercaseappname , but in Xcode 4 the bundle identifier is auto configured to use my ${PRODUCT_NAME} , which is capitalized (I want the user to see it capitalized under the app icon). Is this ok or do I need to change the bundle id manually in Xcode to lower case? 回答1: The bundle ID is case sensitive. From the Apple Docs: However, unlike domain names, bundle IDs are case sensitive. If the App ID is lowercase, your bundle ID needs to

XCode bundle identifier formatting from {PRODUCT_NAME}

妖精的绣舞 提交于 2019-11-29 22:15:22
Assume I have an iPhone application whose Product Name is " My App " (with a space between words) in XCode build settings. In my info.plist , the Bundle identifier is specified as com.mycompany.${PRODUCT_NAME:rfc1034identifier} In the resulting info.plist in the application bundle, the bundle identifier is shown as com.mycompany.My-App . I need it to be com.mycompany.MyApp . How do I change the Bundle Identifier setting so it would convert the product name the way I want? ps. If I change the ${PRODUCT_NAME:rfc1034identifier} to ${PRODUCT_NAME:identifier} , the resulting bundle identifier will