appcenter-docs
appcenter-docs copied to clipboard
content repo for Visual Studio App Center on docs.microsoft.com
Hello everyone, I need some help with change versions when i upload a build I use python script for upload a file After upload name of release: 1 v0.0.1 2...
There is no link or documentation about how to consume the env variables into the Xamarin solution itself, I want to add some #define for the build process and it...
On the whole document there is no mention of SFSafariViewController and ASWebAuthenticationSession. I got no idea if those two classes are actually supported or not to query HTML content. Would...
This page mentions a reset to default settings. Does this involve a factory reset? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟...
The page (Signing iOS Apps for Automated Testing - Visual Studio App Center) distinguishes between Local and App Center tests, but it does not define local, and also the Core...
[Enter feedback here] The SyncStatus Enum doc is not up to date. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue...
Hello ! The URL for step 7 (release build) in section "Distributing using the API" / "Upload New Release" appears wrong, the `uploads/` part in the URL path should be...
While reading this page it's not clear to me what the difference between a 'device configuration' and a 'device' is. Can anyone explain this to me? --- #### Document Details...
[From the docs](https://docs.microsoft.com/en-us/appcenter/sdk/other-apis/xamarin#identify-installations) I can get the app InstallId from AppCenter like this: `System.Guid? installId = await AppCenter.GetInstallIdAsync();` I couldn't figure out where to get the **InstallId** in Application Insights...
In the docs, there's this description of `MULTI_DEPLOYMENT_CONFIG` that ends up making the settings identical in Staging and Release (they _both_ share the `Release` string). Shouldn't Staging's be `Staging`, not...