问题标签 [visual-studio-app-center-distribute]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
testflight - 我在哪里可以在 appcenter.ms testflight 集成中输入我的应用专用密码?
在https://developer.apple.com/support/account/authentication/中解释了新的苹果规则:
为了使您的帐户更加安全,从 2019 年 2 月 27 日开始,开发者计划的帐户持有人将需要双重身份验证才能登录其 Apple 开发者帐户和证书、标识符和配置文件。您的 Apple ID 有助于确保您是唯一可以访问您帐户的人。
尝试通过https://appcenter.ms的 CI 在商店中发布我的 iOS 应用程序时出现以下错误:
我在网上到处找遍了不同的菜单,却没有找到任何感兴趣的东西。
你知道我应该在哪里输入我的应用专用密码吗?
visual-studio-app-center - Appcenter 管道工作正常,但现在无法构建
我在 appcenter 上的管道运行良好。现在我尝试进行推送,但失败了:
如何解决这个问题?我已经检查并说我必须检查禁用的网络挂钩 https://docs.microsoft.com/en-us/appcenter/build/troubleshooting/code-repos#im-connected-to-bitbucket-and-my-builds -失败与 git 错误
但我在 bitbucket 上没有“禁用”的网络挂钩?
如何解决?原因是什么?
谢谢!
google-play-console - How to publish an Alpha Internal Track app version from AppCenter to PlayStore
I've sucessfully connected my app account with Console Developers Play Store and AppCenter
Inside Appcenter dashboard I have:
AppName => Distribute -> stores haves 3 ways to distribute app version
- Production
- Beta
- Alpha.
I've created into PlayStore an Alpha Internal Track... But it does not show in AppCenter... How can I publish from App Center to Play Store with a Private Internal Alpha Version
ios - AppCenter 构建错误“配置文件不包括签名证书苹果推送服务”
当我尝试使用 appcenter 为构建 ipa 构建管道时,它给了我错误:
配置文件“CloodVoteAdhoc”不包括签名证书“Apple Push Services:com.optiknights.cloodvote”
但是,我添加了包含 iPhone 分发证书的配置文件,并且它还具有包含开发和分发苹果推送证书的应用程序 ID。在为 appcenter ios 构建设置管道时,Appcenter 仍然给我错误。
如果您遇到过这样的事情,请告诉我。
提前致谢。
xamarin - Appcenter 分发在 Xamarin.iOS 中不起作用的应用内更新
我正在尝试使用 Visual Studio AppCenter 分发内部 iOS 应用程序(使用 Xamarin.iOS 构建),但似乎无法让应用程序内更新正常工作。
当我下载并安装应用程序(通过电子邮件链接)时,浏览器永远不会打开以注册应用程序内更新,并且当我向该组分发新版本时,该应用程序不提供更新。
我已按照此处的说明进行操作。
我添加了 info.plist 条目并启动了 appcenter 分发模块。Analytics + Crash 报告工作正常,因此 AppCenter ID 很好。
任何帮助,将不胜感激。
xamarin - 由于 Visual C++ 2015 UWP 运行时包,无法从 MS App Center 安装 Xamarin.Forms UWP
成功构建后,我收到一个下载和安装 UWP 应用程序的链接(目标和最小框架 v1809 b17763),但在我看到有关安装的通知后,安装过程立即挂起 16% Microsoft Visual C++ 2015 UWP runtime package
。
但是,Windows 应用商店显示此软件包当前不可用。如果我从 Visual Studio 部署应用程序,它会被安装并启动,没有任何问题。
我想知道为什么安装程序会尝试安装Visual C++
软件包。
xamarin - appcenter 在分发版本时停止发送电子邮件,有什么潜在的原因吗?
我们使用 appcenter.ms 将应用程序(Xamarin、Android)分发给测试组。到目前为止,该中心在发布版本时正在向用户发送电子邮件。它最近确实停止了这样做。知道为什么会发生这种情况吗?
注意 - 我创建了另一个应用程序并从那里分发了一个版本。它确实有效,但旧应用程序仍然无法发送电子邮件。
没有错误消息或任何其他表明可能是什么问题的信息。
azure-devops - 是否可以从 App Center 分发任务中获取发布名称/ID?
我们有一个执行 App Center 分发任务的 Azure 管道。当使用构建详细信息发布到 Slack 时,我们希望获得发布名称/ID,或者更好的是获得发布的链接。是否可以从分发任务结果中获取这些值中的任何一个?
android - Azure Release Task App Center Distribute Taking Longer Than an Hour to Complete
I Build and Release Pipeline in Azure devOps to build and release our mobile application to App Center. The Build definitions with build the solution and publish the .apk to an artifact.
The Release pipeline downloads the Artifact and push the .apk to App Center. However, the task that distributes it to App Center is taking over an hour to complete.
Our Agent is self hosted on a Windows VM. The CPU and RAM of this is VM does not go above 20%. So dont think it it a performance issue.
This is the settings I have for the task: