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
6
votes
1 answer

##[error]Error: The process '/Library/Frameworks/Mono.framework/Versions/5_18_2/bin/msbuild' failed with exit code 1

I'm a bit of a newbie with Xamarin and I have an issue when building to app center, I hope someone can give me some pointers, My app builds fine on iOS but it's coming up with this error for Android, could anyone please point me in the right…
6
votes
0 answers

'React/RCTBridge.h' file not found on Xcode Installing MS AppCenter in an ejected CRNA new project

Goal Installing MS AppCenter in an ejected CRNA new project keeping Expokit Environment Description Mac: 10.14.3 NPM: 6.4.1 node-v10.15.2 Summary of what I executed I tried to follow the official guide and a brand new project so all is…
6
votes
2 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…
6
votes
2 answers

How can I use set Environment Variables in Xamarin.Forms from App Center

I have a Xamarin Forms app which is being built using App Center. The app contains some code that looks like: var secret= "secretvaluegoeshere"; I then use the secret to communicate with an API. Now I want to extract that secret from code so as not…
Adam Cooper
  • 6,436
  • 1
  • 25
  • 47
6
votes
2 answers

Xamarin UI Tests Error: Type 'MonoDevelop.MonoDroid.DeploymentException' is not marked as serializable

I'm currently getting the following error and stacktrace when attempting to run UI Tests locally against my Xamarin.Android project. This error doesn't occur on every run, but its pretty frequent. A clean and rebuild will usually "fix" it, but when…
6
votes
4 answers

The type initializer for 'Android.Runtime.UncaughtExceptionHandler' threw an exception

my xamarin android app, which was working fine, started to crash on each launch with this exception. The app is built from appcenter's build service, as it always has. If i build it locally in Debug or Release mode, it launches fine. Using a device…
Softlion
  • 11,311
  • 10
  • 52
  • 78
6
votes
4 answers

How can I send a silent notifications using app center push service

I am trying to send a silent notification (I mean a notification that will not be shown in the tray) using this API: but when I do not set the body key I get this Error: { "error": { "code": 400, "message": "body parameter is invalid or…
6
votes
0 answers

Mobile Center crash reporting is not working

Context I am trying to test my Xamarin Forms app crash reporting on Android emulator. All Analytics function are working, however I can not see a single crash report in the server. I am using Crashes.GenerateTestCrash(); but I also produced real…
5
votes
1 answer

Accessing a private repo as a dependancy via appcenter

I have the following entry in my Podfile, which points to a private repository pod 'SDK', :git => 'https://username@bitbucket.org/private-repo.git', :branch => 'master' When I run the build I receive the error Cloning into…
Dan
  • 4,211
  • 4
  • 29
  • 55
5
votes
1 answer

App Center doesn't show anything in Log Flow

In App Center there are "Events" and "Log Flow". I have Events coming in (first picture), but nothing appears in Log Flow (second picture). What makes Log Flow show information? Also, I am using TrackEvent such as... Analytics.TrackEvent("Hello…
John Livermore
  • 26,237
  • 38
  • 112
  • 191
5
votes
2 answers

ConnectivityManager.NetworkCallback() -> onAvailable(Network network) method is not triggered when device connects to a internal wifi network

I am trying to send telementary data to App Center on out internal wifi network but it is not sending on this network but it does on any external network. When debugging found that Method onAvailable() is not called when device is connected to…
5
votes
1 answer

Build multiple build variants in Microsoft AppCenter

I want to find out if any one has been able to build all the build variants of an Android application on Microsoft App Center? When setting up the build process on App Center, you can only select one build type?
x10sion
  • 2,391
  • 5
  • 24
  • 45
5
votes
0 answers

React Native app crashes on the first launch only

When loading my app for the first time, it crashes with the following error: facebook::react::Recoverable: Could not open file/data/user/0/****/files/ReactNativeDevBundle.js: No such file or directory Upon reading similar issues, it points to a…
5
votes
2 answers

Why would I get "Not a valid keystore file" error

I'm trying to set up an android build in Visual Studio App Center, but when trying to upload our keystore file I get the error "Not a valid keystore file". Could anyone think of a reason this could be happening? I have manually created a new…
Craigt
  • 2,778
  • 4
  • 34
  • 46
5
votes
1 answer

Cannot enable AppCenter.Crashes on Xamarin.iOS app

Trying to use the new AppCenter on an existing Xamarin.iOS application, i have some trouble with the AppCenter.Crashes API. I follow the Get started section and add following code in my AppDelegate.cs : using Microsoft.AppCenter; using…
j-guyon
  • 1,693
  • 16
  • 29
1
2
3
40 41