Questions tagged [visual-studio-app-center]

Visual Studio App Center is your continuous integration, delivery and feedback solution for Android, iOS, Windows, and macOS apps, enabling you to ship higher-quality apps faster and with greater confidence.

App Center is a continuous integration, delivery and feedback cloud service that helps you ship better iOS, Android, Windows, and macOS apps, faster. It brings together the beta distribution and crash analytics features of HockeyApp and the Xamarin Test Cloud ability to run automated UI tests on physical devices in the cloud. It provides cloud build services so that you can have “continuous integration” running for every code committed to a branch, without the headache of managing your own local build machine. App Center also provides app usage analytics and the ability to segment users and send them push notifications. You can choose to use just one of the services as part of your app development lifecycle, or combine them into a complete CICD process.

Build in the cloud

If you’re the only dev working on a project, you may just build everything locally. When there is a team of developers working on a project, you might prefer centralized build support. Instead of maintaining your own lab infrastructure, connect App Center to your source code repository and have it do builds for you. Builds can be triggered manually, or you can use Continuous Integration to have App Center build every time new code is pushed to the branches you specify.

Test on real devices

Testing your app locally on an emulator is different than running it on a real device. App Center can deploy your tests, along with your application, to real devices. It captures screenshots at the test steps you define, and provides complete logs of the test run. This gives you access to thousands of real devices and hundreds of configurations (a specific device model with a specific version of the OS).
App Center supports popular frameworks such as Appium, Espresso, and XCUITest. Test every UI interaction your users can do, and diagnose bugs and performance problems every time you build, with detailed step-by-step tracking reports, screenshots, and logs.

Deploy everywhere with ease

App Center helps you distribute your app to beta testers and users on iOS, Android, Windows, and macOS with every commit or on demand. Send different builds to different groups of testers and notify them via in-app updates. When ready, release to Apple’s App Store, Google Play, and to Microsoft Intune. To install on iOS devices, you must first register the device with your Apple developer account and add it to a provisioning profile. When the app is signed based on that provisioning profile, it can be installed on those devices. Attempting to install it on another device will fail. App Center streamlines the process of gathering the necessary device identifiers from testers, performing the registration and signing. Android apps do not require the extra device registration step prior to signing.

Insightful crash reports

Monitor the health of your app with advanced capabilities such as intelligent crash grouping and management, faster debugging with symbolication, and detailed crash reports. Get notified and fix issues as they come up.   

You can enable your app to send crash errors to App Center. The crashes are processed to identify groups of the same type of crash. The stacktrace helps you identify where in the source code the crash is occurring. The App Center SDK is modular, so that you can avoid adding overhead to your app for SDK functionality you aren’t using. The SDKs have been open sourced on github.com in the Microsoft organization.

Real-time analytics

Grow your audience by focusing on what’s important with deep insights about user sessions, top devices, OS versions, behavioral analytics and event trackers for your iOS, Android, Windows, and macOS apps.  Easily create custom events to track anything. App Center analytics helps you understand your users. The single-line integration provides information about how many users are using the app. When the app is installed, it’s assigned a unique identifier used for analytics.
The App Center SDK is modular. To enable gathering and sending analytics data, add the module in the
App Center shows the distribution of sessions, devices, countries, languages and app version. It also provides the distribution of OS version. For Android, the API level is shown. Countries are identified by the carrier country provided by the platform. Language is based on the user’s system settings. You can filter by version and time range.

Push live updates to your app

Visual Studio App Center combines the power of CodePush with cloud-hosted builds, automated UI tests, crash reports, analytics, and push services. With this integration, we are doubling-down with CodePush development. Get all the features you use today and new resources you need to ship five-star apps, faster - All in one place.

Support

App Center supports Objective-C, Swift, Java, Xamarin, React Native and more.
We're just getting started and have big plans for helping you deliver better iOS, Android, Windows, and macOS apps faster.

Links

602 questions
5
votes
1 answer

Fix VS Mobile Center Error: Publish build artifacts failed with error: Not found PathtoPublish

When starting a build in Visual Studio App Center I am getting this error in the build logs. How do I fix this? ============================================================================== ##[error]Publish build artifacts failed with…
Joe Mellin
  • 713
  • 7
  • 13
5
votes
1 answer

Mobile Center CLI, "SyntaxError: Unexpected token" When Uploading Tests

How to solve this error that appears when using the Mobile Center Command-Line Interface to upload tests to Mobile Center? SyntaxError: Unexpected token ...
4
votes
1 answer

AppCenter Test chunking failed:

I have a UITest that I would to use on AppCenter but I am getting this error message Test chunking failed. \ Preparing tests... Test chunking failed: Format of the executable (.exe) or library (.dll) is invalid. appcenter test run uitest --app…
user5843610
4
votes
1 answer

appcenter error build for reactnative, looking for index.ios.js

I have a react native project that I want to use appcenter with, when building the project, I get the following error: ========================== Starting Command Output =========================== [command]/bin/bash --noprofile --norc…
manuelBetancurt
  • 13,050
  • 29
  • 103
  • 194
4
votes
0 answers

UWP publish output always in test folder

Why is it that even though I have the build setting in Visual Studio set to Release everything I create within a side-loaded UWP distribution is placed within a folder with _test on the end? Is it because MS assumes a side-loaded app is always a…
Post Impatica
  • 10,585
  • 5
  • 48
  • 61
4
votes
2 answers

Should i use Application Insights or AppCenter Diagnostics for Cordova Apps

Both Application Insights and AppCenter Diagnostics allow monitoring of Cordova Apps following these links: https://github.com/Microsoft/cordova-plugin-ms-appinsights https://docs.microsoft.com/de-de/appcenter/sdk/getting-started/cordova Given that…
4
votes
1 answer

Binary file path for Deploy to Visual Studio App Center

I have the following build pipe line which I created using the Universal Windows Platform Template. I want to deploy to the app center. What do I put for the Binary File Path? I see the help states Relative path from the repo root to the APK or…
Kirsten Greed
  • 11,170
  • 26
  • 117
  • 234
4
votes
2 answers

Appcenter - Unable to install its profile on iPhone

I am using AppCenter to sign and distribute iOS and Android builds. All the people to whom I have sent the builds have been able to download and install the builds on their phones. I can install the iOS build right from Xcode onto my iPhone using…
Avinash Lingaloo
  • 161
  • 2
  • 14
4
votes
1 answer

App Center - Unfortunately this feature couldn't be enabled

I am using Microsoft.AppCenter 1.5.0 nuget packages in my Xamarin.Forms app. After launching my app on Android, and during the authentication to Azure Active Directory, a temporary webpage launches that is only supposed to occur once. …
Post Impatica
  • 10,585
  • 5
  • 48
  • 61
4
votes
1 answer

AppCenter build fails with no such module

My automatic iOS build on AppCenter fails with the following error (snippet): ViewController.swift:10:8: error: no such module 'MBCircularProgressBar' import MBCircularProgressBar ^ But I don't know what the problem might be. I'm using…
vrwim
  • 9,459
  • 11
  • 57
  • 107
4
votes
2 answers

Distribute UWP App to App Center (aka Mobile Center) using VSTS Task

I'm currently working together with Microsoft on a case where one of your UWP Apps is crashing after start. After a lot of debugging around msbuild I recognized that the crash only occurs when the resulting appxbundle file is distributed over…
Sebastian Zolg
  • 1,721
  • 1
  • 11
  • 29
4
votes
1 answer

CocoaPods - Unable to find a specification for `MobileCenter`

Unable to add MobileCenter with CocoaPods. CocoaPods unable to find a specification for MobileCenter. Podfile platform :ios, '8.0' target 'VisualStudioMobileCenterDemo' do pod 'MobileCenter' end Error
Vineet Choudhary
  • 6,891
  • 3
  • 43
  • 70
3
votes
1 answer

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:…
3
votes
1 answer

What files need to be added to version control for a react-native project's continuous integration pipeline?

I'm adding my react-native project to version control. My intent is to configure a continuous integration pipeline using Microsoft's AppCenter. When I try to push my project to GitHub, there are a few files that are too large. One is a file in the…
Jim
  • 1,158
  • 1
  • 16
  • 35
3
votes
0 answers

Cordova AppCenter Plugin : Query fired: did not receive both families in time for in.appcenter.ms:443

I have recently been working on migrating an app from Angular 5 to Angular 8, Ionic 3 to 4 and from Cordova to Capacitor and I encountered a very weird bug using the AppCenter App Analytics plugin for Cordova. Before describing the issue and my…
1 2
3
40 41