Questions tagged [visual-studio-app-center-distribute]

Visual Studio App Center brings together multiple services commonly used by mobile developers into an integrated cloud solution.

Visual Studio App Center brings together multiple services commonly used by mobile developers into an integrated cloud solution. Developers use App Center to Build, Test, and Distribute applications. Once the app's deployed, developers monitor the status and usage of the app using the Analytics and Diagnostics services, and engage with users using the Push service.

64 questions
3
votes
1 answer

Is It Possible to Build and Distribute Simulator builds in AppCenter?

Our Automation QA team require a simulator build of the test app. Getting below error while building: Is It Possible to Build and Distribute Simulator builds in AppCenter?
Novice Coder
  • 105
  • 1
  • 6
3
votes
1 answer

AppCenter Build error "Provisioning profile does not include signing certificate apple push services"

When I try to build pipeline for build ipa using appcenter it gives me error : Provisioning profile "CloodVoteAdhoc" does not include signing certificate "Apple Push Services: com.optiknights.cloodvote" However I have added provisioning profile…
2
votes
0 answers

Distribute App Center builds to Google Play including debug symbols and mapping file upload

I managed to set up Visual Studio App Center to build my Xamarin.Forms project and distribute the Android build to Google Play. It works, but Google Play Console warns about missing Native debug symbols and the ReTrace mapping file mappings.txt from…
2
votes
2 answers

Appcenter android build fails to install in device

I have configured my react-native app in appcenter for build and distribution. Everything was working fine and all of a sudden, build failed with the following error > Task :app:stripReleaseDebugSymbols FAILED Support for ANDROID_NDK_HOME is…
2
votes
0 answers

Problem installing iOS beta app from appcenter using on xcode simulator iphone device

A team I'm working with is developing an app using Cordova. I've usually been testing it using physical android and iPhone devices. But now I need to test on a newer iPhone than I have access to. So I figured I try install it on a Simulated iPhone…
2
votes
0 answers

How CodePush bundle download works for the final user?

I'm trying to understand how the code-push bundle size is calculated to understand the impact of the network requests for the final user I'm debugging the update_check endpoint that is triggered by codePush.sync and I realize that in some updates…
2
votes
2 answers

appcenter-cli gives "400 error code" while uploading ipa file to appcenter using appcenter cli

I am working on a script that uploads and distributes the IPA file to a particular group through the app center. To serve this purpose, I am using the app center CLI command app center distribute release. appcenter distribute release --token…
2
votes
0 answers

Testflight: Beta App Review Information not persisting on Appstore connect (distributed via Appcenter)

We've integrated with MS AppCenter for our CI needs. It's able to build our application and distribute it to our beta testers via TestFlight. Up until recently it worked perfectly. I believe Appstore connect may have received an update on April…
2
votes
0 answers

AppCenter Test and Distribution version not being picked up from info.plist

I am using AppCenter to build, test and "trying to" distribute my app to the iPhone App Store. I am using AppCenter environment variables to set the version via the CFBundleShortVersionString string in a pre build bash script similar to what James…
2
votes
2 answers

Appcenter distribute in-app updates not working in Xamarin.iOS

I am trying to distribute an internal iOS app (built using Xamarin.iOS) using Visual Studio AppCenter, but can't seem to get in-app updates to work. when I download and install the app (through the email link) the browser never opens to register for…
2
votes
4 answers

Appcenter pipeline was working fine, but now not building

My pipeline on appcenter was working fine. Now I tried to do a push, but is failing with: ##[command]git fetch --tags --prune --progress --no-recurse-submodules origin remote: Invalid username or password fatal: Authentication failed for…
2
votes
0 answers

Disable authentication in App Center Distribute

According to App Center Distribute – In-app updates Once the app is installed and opened for the first time after the App Center Distribute SDK has been added, a browser will open to enable in-app updates. This is a one time step that will not…
2
votes
0 answers

In house iOS builds from AppCenter asking to register device

In HockeyApp we always used an Apple Enterprise build (also called In House) to provide a test app to some clients so they could easy test new updates. Now with AppCenter we want to achieve the same, so we compile the build in AppCenter and choose…
2
votes
0 answers

My expo detached app build is failing on visual studio app center

I have recently detached expo and trying to build that detached app on Microsoft visual studio app center. But the build is failing on the server. Link for logs: https://files.fm/u/9arwcnyp PS: react-native run-android is also failing. I am building…
2
votes
2 answers

appcenter-cli can't be installed (command not found)

When I do the following, get command not found. For some reason it looks like its referencing 9.11.1 and not 10.11.0 but I'm really not sure what the problem is. $ npm install -g appcenter-cli npm WARN deprecated graceful-fs@3.0.11: please upgrade…