草庐IT

CFBundleIdentifier

全部标签

ios - 将应用程序提交到应用程序商店时的 iTunes 测试飞行问题

我在将我的应用程序上传到应用程序商店时收到了来自AppleDeveloper的以下问题,最近已更新到Xcode7.0。更新到Xcode7.0后第一次上传。这是我从iTunes收到的邮件。Deardeveloper,Wehavediscoveredoneormoreissueswithyourrecentdeliveryfor"*********".Toprocessyourdelivery,thefollowingissuesmustbecorrected:InvalidBundle-Anestedbundledoesn'thavetherightplatformslistedinCF

ios - 您必须为此请求提供 CFbundleidentifier

将近一周以来,我一直在尝试上传我的构建版本(Xcode8.1),但出现了n条错误,而我的任何其他应用程序更新都没有出现这些错误。这不是我的第一次上传。我只是想更新应用程序。我收到错误消息,您必须为此请求提供CFBundleIdentifier。 最佳答案 我终于可以找出错误。当我在我的开发者帐户中检查它时,我的所有配置文件都无效了。我不得不重新创建它,然后上传一切顺利。 关于ios-您必须为此请求提供CFbundleidentifier,我们在StackOverflow上找到一个类似的问

iOS 验证存档因 CFBundleIdentifier 冲突和无效包而失败

我存档了我的应用程序并想上传ipa文件。但是,上传失败并出现这些错误。AppStoreConnectOperationErrorCFBundleIdentifierCollision.ThereismorethanonebundlewiththeCFBundleIdentifiervalue'org.alamofire.Alamofire'undertheiOSapplication'MyApp.app'.AppStoreConnectOperationErrorCFBundleIdentifierCollision.ThereismorethanonebundlewiththeCFB

ios - 无法在获取 CFBundleIdentifier 的 iOS 上运行 flutter 应用程序不存在

我是iOS世界的新手,我遇到了一些我不明白的问题,我遇到了这些控制台问题:Launchinglib/main.dartoniPhoneXRindebugmode...2019-03-0523:31:46.514defaults[19744:111480]Thedomain/defaultpairof(/Users/josepharriaza/Desktop/Systems/tagueoflutter/ios/Runner/Info,CFBundleIdentifier)doesnotexistXcodebuilddone.206.2sFailedtobuildiOSappErrorou

ios - 框架在使用 Swift 和 Cocoapods 的 Info.plist 中没有 CFBundleIdentifier

无法启动项目。我收到这个:Bundleatpath/Users/admin/Library/Developer/CoreSimulator/Devices/0B7EE295-6BF3-41B6-ACA8-D4771EC65AB3/data/Library/Caches/com.apple.mobile.installd.staging/temp.2zLdYH/extracted/Payload/example.app/Frameworks/LocationPickerViewController.frameworkdidnothaveaCFBundleIdentifierinitsIn

ios - 如何在 iOS 上安装同一个应用程序的两个版本?

我有BundledispalyName“BobAppl”和Bundleidentifier名为“org.bob.phone”的应用程序。我想安装同一个应用程序的新版本但同时保存旧版本a.e.在我的iPhone上,我想看到2个应用程序:“BobAppl”和“BobApplNew”。现在,如果我将BundledispalyName更改为“BobApplNew”,我仍然会关闭“BobAppl”。我需要做什么?我需要仅更改Bundleidentifier还是其他?谢谢, 最佳答案 是的,您需要更改包标识符和可选的包显示名称。

ios - 错误: The Info. plist in package must contain the CFBundleIdentifier key

我正在尝试使用altool提交我的iPhone应用程序。但是提示如下错误:altool[18508:507]***Error:("ErrorDomain=ITunesConnectFoundationErrorDomainCode=-27000\"TheInfo.plistinthepackagemustcontaintheCFBundleIdentifierkey.\"UserInfo=0x7f{NSLocalizedDescription=TheInfo.plistinthepackagemustcontaintheCFBundleIdentifierkey.,NSLocalize

ios - 更改 Apple Watch App 的 App ID

我最近将我的一些应用程序从一个帐户转移到另一个帐户。当我这样做时,应用程序ID也转移了。但是,AppID不会为WatchKitApps或WatchKitExtensions转移。我已尝试上传,在上传完成并出现在iTunesConnect售前赛中后,我收到一封关于CFBundleIdentifierCollision的电子邮件。然后我尝试更改AppleWatch应用程序的应用程序ID,并在上传时看到此错误:Attemptingtochangebundleidentifierfromcom.domain.myapp.watchkitapptocom.domain.myapp.watchki

iphone - IOS 自定义图标电子邮件附件

我按照此链接中的描述注册了自己的自定义CFBundleDocumentTypes文件类型:HowdoIregisteracustomfiletypeiniOS一切正常,除了当我通过MFMailComposeViewController发送邮件时,仍然有这个普通的默认附件图标而不是我自己的。当我收到邮件时,会显示我自己的图标。发送邮件时是否可以更改默认的MFMailComposeViewController附件图标?感谢您的帮助,马丁 最佳答案 添加附件时,您是否为自定义文件类型正确指定了MIME类型?也许您需要将UTI显式转换为MI

ios - 错误 ITMS-90685 : "CFBundleIdentifier Collision. There is more than one bundle"

当我尝试将我的应用提交到应用商店时,出现错误:ERRORITMS-90685:"CFBundleIdentifierCollision.ThereismorethanonebundlewiththeCFBundleIdentifiervaluecom.companyname.projectNameundertheapplicationProjectName.app"谁能帮帮我? 最佳答案 原因如果您的HostApp嵌入了一个框架,而该框架也嵌入了一些框架,而这些框架也嵌入了HostApp,就会发生这种情况。例如,宿主H嵌入框架F1和