Questions tagged [appcenter]

61 questions
1
vote
0 answers

Flutter Appcenter build fails java.net.URISyntaxException: Illegal character in opaque part at index 2

I have configured appcenter build for my flutter application and when I run the build from appcenter, getting the following error: FAILURE: Build failed with an exception. Where: Settings file '/Users/runner/work/1/s/android/settings.gradle'…
1
vote
0 answers

iOS code signing key 'Apple Distribution: xx' not found in keychain in appcenter

I am currently trying to assist building a iOS app in appcenter.ms which has different branches set with their own builds. Each branch has their own project bundle identifier and we are struggling a little with less or no documentation on how this…
Padawan
  • 35
  • 7
1
vote
0 answers

appcenter-sdk-react-native AppCenterReactNative.h file not found on tvOS

I am trying to add appcenter sdk to a react-native tvos app, but I get AppCenterReactNative.h file not found error when I add #import #import #import I…
Abdessamad
  • 57
  • 1
  • 9
1
vote
1 answer

How to manually log errors/crashes to appcenter in react native application?

I am creating an application with the use of react native and I want to handle exceptions in some cases when an application can get crashed. I want to show that exception in appcenter and also not want that the application actually crash. I am using…
Mayank Balar
  • 201
  • 2
  • 8
0
votes
0 answers

Only ever seeing one Active user in App Center when running windows WPF app on mulitple machines with unique user ids

I'm trying to get the App Center Analytics overview to show multiple active users using a windows WPF .Net Framework application. But even if I run instances on different machines, and the code creates a new guid for each running instance of the…
ToddK
  • 765
  • 9
  • 16
0
votes
0 answers

Github action wzieba/AppCenter-Github-Action returns error while uploading artifact to appcenter

The step in github workflow job, which is responsible for uploading artifacts to App Center, returns the following exception: Using appcenter-cli version: 2.10.10 logFilter, request: { "rawResponse": false, "queryString": {}, "url":…
Arkadi
  • 1,153
  • 1
  • 14
  • 35
0
votes
1 answer

AppCenter removes Android app releases after producing some logs within hours

We have an Android app on AppCenter which is supposed to be published whenever we approve pull request to merge into production branch. I recently added extensive logging to catch some bugs but after that, our releases remain in AppCenter Release…
0
votes
0 answers

Is it possible to Trigger builds on App Center based on GitHub commit IDs? or Git tags?

Currently we can trigger builds on every new push on a particular branch which has been configured. But what if I want to trigger a build for a specific commit? example. I have commits A, B, C, D and now I have to trigger a build specifically for…
0
votes
0 answers

Distributing iOS with profiles, without third party authentication for the end user

My company has an enterprise apple license, and I want to distribute our app to the employees. For this we use appcenter with a public url to download the app. Earlier this worked flawless, they could download the app and easily go to profile…
rgd
  • 15
  • 3
0
votes
1 answer

Continous delivery with react-native

I am working in a company that developes its own internal android app using react native. We currently do not have too much devices but in the feature we will have many devices, and each time we want to update the app in devices, we need to connect…
E. Williams
  • 405
  • 1
  • 6
  • 21
0
votes
0 answers

Publish MAUI android with keystore and distributing to appcenter via github actions doesnt really sign the apk?

I wanted create a signed android apk, and i used this guid https://www.koskila.net/how-to-build-a-functional-ci-cd-pipeline-for-a-maui-app-from-on-github-in-less-than-1-hour/ all my github action code is the same and after publishing app and…
0
votes
0 answers

App center failed to distribute Android react-native version

I´ve run the build and its successufuly but I cant distribute I'm getting this error: Oh no! Build 37 failed to distribute. Error: No release found for appId: aa62c74d-d63f-4d0c-8560-632eb8671be8, principalId:…
Rodrigo Dias
  • 114
  • 1
  • 9
0
votes
0 answers

Installing iOS apps in AppCenter without needing to be added to the provisioning profile

I think similar questions may have already been asked but cannot find quite the right answer. I have an app that I build using Fastlane and then deploy to both TestFlight and MS AppStore. We want to be able to have our testers test the app on…
0
votes
1 answer

Appcenter build successful but can't find APK file - React Native

We are facing issues with React-Native in AppCenter. We are Once I run the build, everything goes well but at end we are facing below issue. No addition pre or post script added in AppCenter. Execution optimizations have been disabled for 12 invalid…
Kapil
  • 866
  • 5
  • 13
0
votes
1 answer

Fastlane: Using App Center plugin -- Testflight group not being found to Distribute

I have Testflight connected for my iOS app in Microsoft App Center. When I look at the Distribution-->Stores section in App Center, I can see all of the Testflight groups I created -- specifically, I can see the "QA" and "Beta" Testflight groups in…
aaronfg
  • 474
  • 1
  • 5
  • 12