Questions tagged [appcenter]
61 questions
8
votes
2 answers
Appcenter codepush is returning "The request is blocked"
I am running codepush with react native, I was able to upload v1.0 on appcenter, But now when I am running codepush again it is returing "The request is blocked"
My command
appcenter codepush release-react -a username/appname -d…

prt
- 205
- 3
- 11
4
votes
2 answers
AppCenter IOS App store connection error finding app
I am trying to connect appcenter to app store, I can create the account connection to app center however it wont find the app that is already published:
No apps found on App Store Connect
Please create an app and refresh
Any idea?

Douglas
- 41
- 1
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…

marcoms10
- 41
- 2
3
votes
2 answers
Error starting build - Android build failing on App Center
My AppCenter Android build pipeline started failing all of a sudden. Not much information other than "Error starting build" title and "Could not queue the build because there were validation errors or warnings." as body. Just FYI, the android…

Kamrul
- 7,175
- 3
- 31
- 31
3
votes
1 answer
Fastlane appcenter upload not working, App not found
on a project I setup with fastlane a lane to build an android app and publish it on appcenter.
Here a snippet of the lane, where, for the sake of simplicity, I surround by curly brackets protected data:
lane :buildAndDeploy do
gradle(task: "clean…

lukaspp
- 1,059
- 10
- 15
3
votes
3 answers
AppCenter "App not installed as package conflicts with an existing package"
I have seen a similar stack overflow question but none that was for AppCenter. You can see that I have completely different version number and version codes for each release. I downloaded release 332, then tried download release 333 and this error…

Android Dev
- 305
- 3
- 18
3
votes
1 answer
How to publish expo app to app center using EAS?
Currently I'm using EAS to build my react native App however I don't need to publish the app in the Stores but in the App Center. I search in the Expo's docs but I didn't find how to do that in an easy way.
How can I do that?
3
votes
1 answer
AppCenter Error: /usr/bin/xcodebuild failed with return code: 65
I'm getting this error on app center.
2022-08-09T02:05:47.7079680Z ** ARCHIVE FAILED **
2022-08-09T02:05:47.7080600Z
2022-08-09T02:05:47.7081170Z
2022-08-09T02:05:47.7082040Z The following build commands failed:
2022-08-09T02:05:47.7083230Z Run…

Riku
- 652
- 1
- 9
- 24
3
votes
0 answers
Error: /usr/bin/xcodebuild failed with return code: 65, trying to do CI/CD on AppCenter
I'm trying to do a CI/CD for my project on App Center, but im facing the following error:
*** ARCHIVE FAILED **
The following build commands failed:
CpResource…

Rodrigo Alves
- 31
- 1
- 2
2
votes
2 answers
After release codepush update app starting crash on users devices (react-native, android)
We have recently released a code push patch for our android app in the play store. After enabling the code push release, the app installed on the user's phone started crashing.
So for debugging this issue by creating a test build and doing a dummy…

ABHAY
- 21
- 2
2
votes
0 answers
Getting distribution error in Devoops pipeline to Epicenter
I just started getting 500 error.
I have a IOS pipeline that sends the info to Appcenter to distribute the app to test flight. Now getting error. No changes on my side.
##[error]{"code":"internal_server_error","message":"internal error (Support ID:…

William Bell
- 31
- 3
2
votes
1 answer
How do I automate builds using App Center?
I am using App Center as CI for my application. I have to configure all the branches manually against which I need to build.
What I Want
If somebody creates a feature branch from develop/master and pushes the code, then App Center should start…

Ajay S
- 48,003
- 27
- 91
- 111
2
votes
3 answers
MS AppCenter build No scheme found for project.xcworkspace
I'm trying to create a React Native iOS build in MS AppCenter and getting the following error:
No scheme found for project.xcworkspace
It's probably an issue related to my git repository structure. My git root and project root isn't the same…

Dima Portenko
- 3,443
- 5
- 35
- 48
1
vote
1 answer
how can i fix this error on React-native project on Appcenter?
I've tryed to bluid on the appcenter the app, this was my first error was the version of JAVA( Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.), so I installed the https://www.azul.com/downloads/?package=jdk
and now…

Rodrigo Dias
- 114
- 1
- 9
1
vote
0 answers
Upload Zip from google Codemagic to Microsoft Appcenter
I am trying to upload Artifacts Zip from Codemagic to Appcenter using a built-in environment using a Post-publish script
appcenter distribute release --group QC --file "${zipPath}" --release-notes 'App submission via Codemagic' --app…

Amr Saied
- 38
- 7