visual-studio-app-center

UWP / Xamarin crash in submission tests when I try to upload a microsoft store

我怕爱的太早我们不能终老 提交于 2020-01-14 05:31:10
问题 I am working with Xamarin Forms on a message sending application with SignalR, which I have tested countless times locally and on Android and it works fine without crashes, but when they do the tests to upload it to the microsoft store they report that my application crashes . According to the App center, the application crashes when they trying to send a message through SignalR, this is the error: < SendPrivateMessageAsync> d__46.MoveNext () + 0x14b System.Reflection.MissingMetadataException

VSTS - App Center - Yaml - Endpoint could not be found

守給你的承諾、 提交于 2020-01-06 02:46:10
问题 I'm trying to setup my build defintion with yaml. I'm using the AppCenterDistribute task. It requires and endpoint to MS App Center. I've setup one as per this tutorial. However, I got that error message: "Step input serverEndpoint references endpoint App Center which could not be found. The service endpoint does not exist or has not been authorized for use." "App Center" is the name of the endpoint that I've setup in VSTS. Here the task in yaml: - task: AppCenterDistribute@0 displayName:

Auto incrementing build number for appxbundle package when deploying to appcenter via vsts

穿精又带淫゛_ 提交于 2020-01-05 07:31:29
问题 I know that appcenter build process is capable to increment build numbers when creating appxbundle packages. However I build packages via vsts service and then deploy packages to appcenter for further testing. How can I get the same functionality on vsts side? I need somehow increment build numbers for packages get deployed to appcenter 回答1: You can update the version through PowerShell (add PowerShell task to build definition), the sample scripts: UpdateVersion.ps1 #Based on https://www

ConnectivityManager.NetworkCallback() -> onAvailable(Network network) method is not triggered when device connects to a internal wifi network

十年热恋 提交于 2020-01-03 18:04:12
问题 I am trying to send telementary data to App Center on out internal wifi network but it is not sending on this network but it does on any external network. When debugging found that Method onAvailable() is not called when device is connected to internal wifi but it does get called when connected to any external wifi. Below code is from App Center SDK : appcenter\utils\NetworkStateHelper.javaNetworkStateHelper.java. Class NetworkStateHelper -> Method reopen() --> public void onAvailable(Network

ConnectivityManager.NetworkCallback() -> onAvailable(Network network) method is not triggered when device connects to a internal wifi network

。_饼干妹妹 提交于 2020-01-03 18:03:40
问题 I am trying to send telementary data to App Center on out internal wifi network but it is not sending on this network but it does on any external network. When debugging found that Method onAvailable() is not called when device is connected to internal wifi but it does get called when connected to any external wifi. Below code is from App Center SDK : appcenter\utils\NetworkStateHelper.javaNetworkStateHelper.java. Class NetworkStateHelper -> Method reopen() --> public void onAvailable(Network

Distribute UWP App to App Center (aka Mobile Center) using VSTS Task

╄→гoц情女王★ 提交于 2019-12-19 04:08:37
问题 I'm currently working together with Microsoft on a case where one of your UWP Apps is crashing after start. After a lot of debugging around msbuild I recognized that the crash only occurs when the resulting appxbundle file is distributed over Microsoft App Center (aka Mobile Center). This is also only the case when the appxbundle is uploaded to App Center with the VSTS built in task "App Center distribute". When I upload the appxbundle manually using the App Center Portal it all works fine,

How can I associate the build version generated by VSTS to a release in VS App Center?

妖精的绣舞 提交于 2019-12-13 00:33:20
问题 I started integrating Visual Studio App Center in my VSTS build pipeline. Setup After my iOS application is built, its binaries are sent to App Center. App Center does not build the app: VSTS does. Here is a screenshot of the latest builds and the version numbers: In Visual Studio App Center, I can't (re)use version number actually generated by the VSTS pipeline. As shown in the screen capture below, the version value is always 1.0 (1.0) : Question In Visual Studio App Center, how can I

bash-scripting error on Microsoft AppCenter for pre-build script

会有一股神秘感。 提交于 2019-12-11 15:56:09
问题 I am having issues with the pre-build script on appcenter. Appcenter uses bash for the pre-build scripts. I want to change "qa.api" to "beta.api" in my api.js file. I tried the following but it does not seem to work: #!/usr/bin/env bash if [ "$APPCENTER_BRANCH" != "master" ]; then cd App/Services/ echo "changing QA API to Production API (beta)" sed -i 's/qa.api/beta.api/g' Api.js fi So I simplified it but it still does not work: #!/usr/bin/env bash cd App/Services/ sed -i 's/qa.api/beta.api/g

UWP: optimize crash report with HockeyApp

假装没事ソ 提交于 2019-12-11 15:22:00
问题 I've developed an UWP app for a client: as we encountered some bugs that I can't reproduce on my device, we've implemented HockeyApp . The client wanted to gain time/money so I only used the basis crash report: HockeyClient.Current.Configure("xxxxxx", new TelemetryConfiguration() { EnableDiagnostics = true }) .SetExceptionDescriptionLoader((Exception ex) => { return "Exception HResult: " + ex.HResult.ToString(); }); But it seems that isn't enough, as the doesn't allow me to fix the latest

Appcenter CodePush CLI - list deployments

跟風遠走 提交于 2019-12-11 14:52:20
问题 I'm a user of CodePush (with cordova). I'm doing some quick checking into AppCenter since CodePush is migrating there. I'm noticing that the AppCenter CLI doesn't seem as robust/ready as the CodePush CLI. My main question at this point is if this command should show a deployment history (including old CodePush deployments)? appcenter codepush deployment list -a owner/appName I'm seeing that it only shows the deployment keys for the app, yet the documentation makes it seem like this should