ios - 将应用上传到 App Store 时无法找到用户名 [myUsername] 的内容提供商

标签 ios xcode app-store app-store-connect

在我存档我的 iOS 应用程序并想将它上传到 App Store 后,我收到这条消息

enter image description here

这是日志:

2015-12-08 08:11:13 +0000  The store submission configuration response failed with errors: (  
    "Error Domain=ITunesConnectionOperationErrorDomain Code=1013 \"Unable to find content provider for username [myUsername].\" UserInfo={NSLocalizedRecoverySuggestion=Unable to find content provider for username [myUsername]., NSLocalizedDescription=Unable to find content provider for username [myUsername]., NSLocalizedFailureReason=iTunes Store operation failed.}"  
), warnings: (  
), info messages: (  
).  
2015-12-08 08:11:15 +0000 [MT] Presenting: Error Domain=ITunesConnectionOperationErrorDomain Code=1013 "Unable to find content provider for username [myUsername]." UserInfo={NSLocalizedRecoverySuggestion=Unable to find content provider for username [myUsername]., NSLocalizedDescription=Unable to find content provider for username [myUsername]., NSLocalizedFailureReason=iTunes Store operation failed.}

我尝试使用 Application Loader 上传 .ipa,但在登录时出现同样的错误。

最佳答案

查看苹果开发者论坛的答案:

*一般来说,如果出现以下情况,您将无法存档:

  • 选择了模拟器而不是设备
  • 构建时出现错误
  • 您还没有在 iTunes Connect 中将您的应用设置为“等待上传”
  • 您最近续订了您的苹果开发者帐户,但尚未更新条款以反射(reflect)该事件*

https://forums.developer.apple.com/thread/27795

关于ios - 将应用上传到 App Store 时无法找到用户名 [myUsername] 的内容提供商,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34157368/

相关文章:

ios - UIPickerView BarButton 文本颜色没有改变但是当点击按钮时颜色在 Objective-C 中改变

c# - Xamarin.iOS 本地化

ios - 为什么我的本地通知没有在 iOS 10 的前台触发?

Xcode 不允许我创建新项目

ios - iTunes Connect 需要 3.5 英寸屏幕截图,仅限 arm64 应用程序

app-store - 创建 addPersistentStoreWithType 方法使用的选项字典时应用程序崩溃

ios - 如何将pickerview从另一个nib文件显示到文本字段inputview主 Storyboard

Xcode:如何仅在特定文件类型中查找内容?

objective-c - 在 setUp (Xcode) 中获取测试方法的名称

ios - 如何捆绑提交两个应用程序?