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
13
votes
3 answers

Where can I enter my app specific password on appcenter.ms testflight integration?

With the new apple rule explained at https://developer.apple.com/support/account/authentication/: In an effort to keep your account more secure, two-factor authentication will be required for Account Holders of a developer program to sign in to…
10
votes
0 answers

Azure DevOps, AppCenter Distribute fails for iOS native ap

I am trying to publish an IPA to App Center, the YAML for my build definition is the following : # Xcode # Build, test, and archive an Xcode workspace on macOS. # Add steps that install certificates, test, sign, and distribute an app, save build…
9
votes
2 answers

Getting please set the query parameter changesNotSentForReview to true while releasing Android App from appcenter.ms

I am trying to build and distribute android app from appcenter.ms. Initially I got rejection after rolling out 3rd update and I tried to rebuild changes. But while distributing to store I got following issue. Edit could not be committed due to an…
8
votes
2 answers

Build app in AppCenter that uses Carthage

I've inherited a project that builds with Carthage. Using Xcode 12, I was faced with this error: fatal error: /Applications/Xcode_12.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo:…
7
votes
1 answer

How to push IPA to App Center Distribute from Continuous Integration Server

How do you push an iOS IPA file to App Center Distribute from the command line? I'm using a CI (Continuous Integration) server to build my app, and I tried using the following command, given by the App Center Test portal, but it isn't working and…
5
votes
1 answer

Is there is any way to get the appcenter config from env file in React Native

One of my android application is developed using React-Native and I have plans to distribute this using app-center as this app is for Internal users. In App-Center I have different projects (created new app) for the different environments - one for…
4
votes
1 answer

WinUI Desktop app publish in app center: Problem occurred while extracting your app

I am trying to upload a WinUI desktop package in appcenter, but i am facing a below issue when uploading the packages. In addition, I have tried some other app create options, all the way leads to the same error. Can you please tell how to publish…
4
votes
1 answer

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…
3
votes
2 answers

Appcenter ms Android Gradle plugin requires Java 17

Android Studio Giraffe | 2022.3.1 I updated my proyect to gradle 8.0, androidGradlePluginVersion = '8.1.0' it asked to update java version compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility…
3
votes
2 answers

App not installed error on android 11 device from appcenter

I am working on Xamarin.Forms app. After changing targetSdkVersion to 30 and building app on appcenter with latest sdk(11.1) available, I am getting error App not installed only on android 11 device. If I change targetSdkVersion back to 29 and build…
3
votes
1 answer

Cannot connect to Google Play from App Center to distribute App

When I click on Settings > Developer Account > API Access or Linked Acccounts. I get the error You need Permission. Linking your API Project I have admin rights to my Play Console, and I am the owner of my Service Account which I want to access How…
3
votes
3 answers

Appcenter can't find APK file

I have this weird error, I've been using appcenter for a long time, but never experienced this. I setup a build with appcenter which fetches from azure devops repo. The application is a Xamarin.Android native application. Once I run the build,…
3
votes
1 answer

Trying to use appcenter Distribute in Android

Hello all I followed the guide https://learn.microsoft.com/en-us/appcenter/sdk/distribute/android AppCenter.start(getApplication(), "real app secret ", Distribute.class); Log.e("Distribute","start worked for Dist without listener"); I am doing…
yanivtwin
  • 617
  • 8
  • 32
3
votes
0 answers

Compliance Info and Release notes are not updated in App Store

I am trying to submit app using appcenter but I am getting below error : Oops! Compliance Info and Release notes are not updated in App Store. Alternatively, you can set 'ITSAppUsesNonExemptEncryption' flag in info.plist and redistribute I have also…
3
votes
1 answer

Status code 405 when distribute android app to AppCenter on AzureDevops pipelines

​Hi! I have a problem when i try distribute an Android app using pipelines. I have a simple task for distribute but always return 405 error. This is my task: - task: AppCenterDistribute@3 inputs: serverEndpoint: 'AppCenterConnection' …
1
2 3 4 5