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
0
votes
0 answers

How do I distribute React Native IOS application with Azure Pipelines to App Center?

I have a IOS mobile application built using react native. I want to establish a CI/CD pipeline through Azure Pipelines. I know my app builds and works properly because I have manually archived it from Xcode and uploaded the ipa to App Center and was…
0
votes
0 answers

How to upload directly to the app / play store using fastlane's action 'appcenter_upload'

I have been trying to use appcenter_upload() in my fastfile to upload our builds to the appcenter and the play / app store. It successfully uploads to the appcenter but it doesn't successfully upload to the stores. It tells me 'Not found, invalid…
0
votes
0 answers

How to get Error details collected by app center Diagnostics report using App Center Open API specification

I have a Xamarin Forms mobile app configured on App Center to collect all kind of issues occurred. I am trying to use App Center Open API Specification Errors API. In order to invoke these APIs the accepted tokens are: User API Token App API…
0
votes
0 answers

Azure DevOps App Center distribute task Resource not found

I am trying to get an on-premise Azure DevOps pipeline working with an App Center distribute task, but I'm at a loss with this error. Why is it still using the depreciated release_uploads path even though I have the recommended 3.173 version?…
0
votes
1 answer

Appcenter build 401 while fetching private repo package

We use appcenter.ms to build and deploy our mobile app. This error began when I had to reconnect appcenter.ms to github using my account, the previous account was held by an employee who left the company. When the build process runs yarn install, it…
0
votes
1 answer

NEW feature labels for updated or newly added features in the app UI

I have developed a simple app in Xamarin.Forms. Now I am pushing new updates regularly, and I want to inform the app users about the new features. I have seen the NEWlabels on top of new features in UI that appear for a while. (See in the screenshot…
0
votes
1 answer

AppCenter Google Play deploy

I'm trying to deploy and Android Apk to Play store through Appcenter and Azure DevOps pipelines, during the store association I need a token for which I created a service account and generated a .json file. The problem is that all the examples…
0
votes
1 answer

App Center force update for Android not working

i am trying to implement the force update feature using app center, i have followed their documentation found here and it doesnt seem to work at all here's the code inside the App Class AppCenter.start( getApplication(), {APP SECRET HERE},…
0
votes
1 answer

How to handle appcenter login error in shell script?

I am using the below script for publishing the ipa to appcenter. ipaPath= echo "Found ipa at $ipaPath" if [[ -z ${ipaPath} ]] then echo "No ipas were found, skip publishing to App Center" else appcenter login …
0
votes
1 answer

White Screen in React-Native Build from App Center

I have the following issue with iOS builds distributed to my testers via Microsoft App Center. After installing and opening, the app shows a login screen. After logging in, it takes you to a different screen asking for push notifications. These 2…
0
votes
1 answer

Automate builds using AppCenter

I am trying to automate a build for Xamarin.iOS using AppCenter. I have got three projects 4 projects as part of this. TestProj (Xamarin Forms Core Project) TestProj.iOS Notification Service Extension project Share Service Extension project When I…
0
votes
1 answer

How do I know which person released mobile app to AppCenter organization

Is there a way to find who released/uploaded Apk/ipa file to the AppCenter organization. I use Fastlane script to upload releases using the AppCenter Key. However, I couldn't find a way who (user account) is releasing the Apps.
Jijo John
  • 1,368
  • 2
  • 17
  • 31
0
votes
0 answers

AppCenter builds on iOS never finish installing

I've abandoned trying to make a Push enabled build at this point simply to get something working I've cleaned literally every certificate off my account and off my Mac Starting from scratch I have Requested certificate authority Uploaded to Apple…
0
votes
1 answer

Is it possible to get the release name/id from the App Center Distribute task?

We have an Azure pipeline that performs the App Center Distribute task. When posting to Slack with the build details, we would like to get the release name/id or even better would be the link to the release. Is it possible to obtain any of these…
0
votes
1 answer

appcenter stopped sending emails when distributing releases, any potential causes?

We use appcenter.ms to distribute an application (Xamarin, Android) to test groups. So far the center was sending emails to the users, when the release was distributed. It did stop doing so recently. Any idea why this could have happened? Note - I…