Questions tagged [appcenter]
61 questions
0
votes
0 answers
How to set changesNotSentForReview to true on AppCenter
I'm getting the following error on AppCenter when I try to deploy it to Alpha Track on Google.
Edit could not be committed due to an error. Changes cannot be sent for review automatically. Please set the query parameter changesNotSentForReview to…

Pedro Kuramoto
- 11
- 1
0
votes
0 answers
Appcenter build failed for android
I am running CI/CD from Appcenter for my Android Java project but failed with error code: 1.
below is the stacktrace
Build-tool 31.0.0 is missing DX at /Users/runner/Library/Android/sdk/build-tools/31.0.0/dx
FAILURE: Build failed with an…

Ali Kashan
- 11
- 3
0
votes
1 answer
AppCenter Android Build Failure React 0.63.3
I am seeing AppCenter android builds to failures with the following error:
No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi
React Native: 0.63.3
Android Gradle Plugin: classpath…

TillyJonesy
- 131
- 6
0
votes
2 answers
React-Native AppCenter ERROR: requires JDK11 or higher. Incompatible major version detected: '8'
i am getting this error when trying to build reactnative app in the cloud (https://appcenter.ms)
ERROR: requires JDK11 or higher.
Incompatible major version detected: '8'
any idea on how to resolve this please?
full log:
Welcomenter code heree to…

HenryO
- 3
- 2
0
votes
0 answers
Unable to download Xamarin App using iOS10
I have Xamarin iOS app and I set the deployment target in the Info.plist to 10.0. We using soti and App Center to distribute our apps to our users. Users using version of iOS10 complaining that they cannot download the apps. Is there something I can…

ramdev
- 137
- 1
- 9
0
votes
1 answer
AppCenter iOS distribution not visble on install page
I have setup build and release pipelines in Azure Devops for an iOS Xamarin.Forms app. The release pipeline pushes the ipa file to AppCenter and distributes it. This all seems to work fine. See screenshot
However, when I go to the install page on…

Jasper
- 545
- 7
- 18
0
votes
0 answers
How to integrate Apple Pay for Enterprise App which is distributed through MS AppCenter?
We have two apps running in parallel.
A customer application in the official app store which is running fine with Apple Pay.
A copy of the customer application which we distribute through an Enterprise profile via MS AppCenter to employees. You can…
0
votes
0 answers
App Center - Project bundle identifier does not match specified provisioning profile
I'm day two into App Center and trying to Build an Ios App (xamarin forms). Android worked beautifully and deployed to device without issue. iOs is tricky.
I've signed up as an apple developer
Created required signing certificates, profiles etc…

Keegan
- 1
- 3
0
votes
0 answers
AppCenter unable to distinct between multiple flutter(android) apps in same repository
I'm trying to make CD-pipelines in AppCenter for 3 different flutter apps, contained within the same repository.
The issue is with the android applications. I've been following: https://buildflutter.com/deploying-flutter-apps-via-appcenter/ to make…
0
votes
1 answer
React Native release build error code 65 Appcenter
Building a beta version of a react native mobile app for store apple store release.
Appcenter build fails with exit code 65
If it is not related to the provisioning profile / certificates, it seems related to my constant CompileC / DerivedData issue…

Before The Empire
- 463
- 1
- 5
- 15
0
votes
1 answer
How to fix the issue for 'Foundation' and 'UIKit' could not be found in appcenter build?
I have added a reference for "Xamarin.ios" to my project and it is working fine locally. I have committed the code and made a build for it in appcenter but it is failing and showing me error as mentioned…

Mayank Balar
- 201
- 2
- 8
0
votes
0 answers
Failed to distribute Xamarin.iOS application through Microsoft App Center
I have developed a Xamarin Forms application targeting Android and iOS and I want to distribute the app through Microsoft App Center. The Android versions are distributed fine to connected groups and users. iOS versions they do get installed…

dimitris7
- 41
- 3
0
votes
1 answer
Appcenter automated build fails when fetching npm packages
Appcenter automated builds were working for my react-native application and then all of a sudden stopped. The issue occurs when fetching packages using yarn and would fail on a different package each time:
error…

Asleepace
- 3,466
- 2
- 23
- 36
-1
votes
1 answer
Can't upload my new Apple certificate to AppCenter
I have a build branch on AppCenter iOS, my certifacte expires and when I'm trying to upoload the new one, an error message appears:
"Oh no, we couldn’t configure your branch!
Provisioning profile "XXXXXXX" includes older version of signing…

Juan Redondo
- 163
- 2
- 5
-2
votes
0 answers
Build failed with an exception as shown below
Iam integrating CI/CD for my android app, using Appcenter and Github, while running a workflow in github iam encounter with some gradle issue as below
What went wrong:
A problem occurred configuring root project 'JetpackProfilePractice'.
Could…

venky kardas
- 1
- 2