cfbundleidentifier

Unable to archive in iTunes Store

痞子三分冷 提交于 2019-11-29 13:51:21
When trying to upload my app, I get the error: "You must supply a CFBundleIdentifier for this request". The identifiers (UTI format) in info.plist, "General Identity", iTunesConnect and App ID (Apple Developer) are all similar. When getting the CFBundleIdentifier in applicationdidFinishLaunchingWithOptions: I get the same result. I have changed the project name, maybe it has something to do with that? Any suggestions? Thanks! Info.plist I was getting this error when free space in my mac hard disk was low I got the same error. In my case, the .ipa was put inside a folder. But, since i used the

XCode bundle identifier formatting from {PRODUCT_NAME}

♀尐吖头ヾ 提交于 2019-11-28 17:28:40
问题 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

Unable to archive in iTunes Store

爱⌒轻易说出口 提交于 2019-11-28 07:27:57
问题 When trying to upload my app, I get the error: "You must supply a CFBundleIdentifier for this request". The identifiers (UTI format) in info.plist, "General Identity", iTunesConnect and App ID (Apple Developer) are all similar. When getting the CFBundleIdentifier in applicationdidFinishLaunchingWithOptions: I get the same result. I have changed the project name, maybe it has something to do with that? Any suggestions? Thanks! Info.plist 回答1: I was getting this error when free space in my mac

How to install 2 versions of the same application on iOS?

坚强是说给别人听的谎言 提交于 2019-11-27 08:12:37
问题 I have Application with Bundle dispaly Name "BobAppl" and Bundle identifier named "org.bob.phone". I want to install new version of the same application but to save old version as well a.e. on my iPhone I want to see 2 applications: "BobAppl" and "BobApplNew". Right now if I change Bundle dispaly Name to "BobApplNew" I still knock down the "BobAppl". What I need to do? Need I change Bundle identifier only or something else? Thanks, 回答1: Yes, you'll need to change the bundle identifier and,

How do I register a custom filetype in iOS

≯℡__Kan透↙ 提交于 2019-11-27 03:42:09
I am currently creating a app in which i want to let the user backup their files (plist + m4a). I zip the files and change the extension to a custom one (specifically for my app, say "*.MyBackup"). The user can then either export via email or with iTunes file sharing. I have already read about CFBundleDocumentTypes but didn't really get what I had to do with them. The part where i am currently stuck at is how to associate my extension with my app. If the user sends himself an email with the "custom"-zip file he's supposed to be able to open it with my app. How do I do this and what are

error itms-90451 “CFBundleIdentifier Collision Error”

爷,独闯天下 提交于 2019-11-26 22:25:45
问题 I uploaded a version of my app – this error pop ups and I dont have any changes from the Google Maps portion of my app. On my first upload, there was no problem. 回答1: Just remove the embed frameworks build phase from your extension. Click on extension in target section -> Build phases -> remove the embed pods frameworks See attached picture: 回答2: This issue is probably Apple's iTunesConnect side of the problem. see my question: ITMS-90451:CFBundleIdentifier Collision Error I also encountered

CFBundleVersion in the Info.plist Upload Error

大兔子大兔子 提交于 2019-11-26 15:44:29
"The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that of the previously uploaded version." I’m getting this error when I come to upload my application. I set the updated version to 1.2 on iTunes Connect and have also updated the .plist file to 1.2. I don’t understand why I am getting this error. Any help would be appreciated. Thanks. There's at least 1 known bug in Apple's upload server that they've not fixed for more than 12 months. Things to beware of: Apple deletes any leading zeroes inside the version number; i.e. the

How do I register a custom filetype in iOS

时光总嘲笑我的痴心妄想 提交于 2019-11-26 10:36:21
问题 I am currently creating a app in which i want to let the user backup their files (plist + m4a). I zip the files and change the extension to a custom one (specifically for my app, say \"*.MyBackup\"). The user can then either export via email or with iTunes file sharing. I have already read about CFBundleDocumentTypes but didn\'t really get what I had to do with them. The part where i am currently stuck at is how to associate my extension with my app. If the user sends himself an email with

CFBundleVersion in the Info.plist Upload Error

為{幸葍}努か 提交于 2019-11-26 04:36:06
问题 \"The binary you uploaded was invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that of the previously uploaded version.\" I’m getting this error when I come to upload my application. I set the updated version to 1.2 on iTunes Connect and have also updated the .plist file to 1.2. I don’t understand why I am getting this error. Any help would be appreciated. Thanks. 回答1: There's at least 1 known bug in Apple's upload server that they've not fixed for