Questions tagged [mobile-center]

Visual Studio App Center (formerly Mobile Center) is "Mission Control for Mobile App Development" - a Microsoft service for developing and running mobile apps on iOS and Android utilizing Native code (Objective-C, Swift, Java), C# cross-platform code (with Xamarin) or JavaScript cross-platform code (with JavaScript).

Introduction

Bring your mobile apps written in any language to Visual Studio App Center's cloud and lifecycle services and you'll get faster release cycles, higher-quality apps and the time and data to focus on what users want.

Services:

Continuous everything: Automate your entire mobile app livecycle in a few easy steps.

Sign in and connect your apps to Visual Studio App Center's continuous integration, automated testing, distribution, and feedback capabilities. Our open platform and available APIs make it easy to mix and match the services you want to augment your existing workflow.

Build five-star Apps: Deliver high quality apps and keep users coming back for more

Embed automated UI tests into your build and distribute process, so your app is tested on hundreds of devices before any users see it. Crash reporting and rich analytics bring immediate diagnostics and insights from the experiences of production users.

Cloud Powered: Visula Studio App Center makes it easy for developers to do everything an app needs to do

Successful mobile apps are powered by an enterprise-grade cloud backend that brings scalability, security, data and turnkey mobile features such as authentication and offline sync to apps. Connect apps to data anywhere in the cloud or on-premises.

Support

Mobile Platforms: Objective-C, Swift, Java, Xamarin, React Native Lifecycle Features: Build, Test, Crash, Beta Distribution, Analytics Cloud Features: Authentication, Easy Tables, Offline Sync

We're just getting started and have big plans for helping you deliver better mobile apps faster, with support for Cordova and UWP apps and more lifecycle and mobile cloud services in the near future.

38 questions
7
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…
7
votes
2 answers

Build error when using Akavache + Mobile Center in a UWP project

I have UWP app and use Akavache. After adding MobileCenter NuGet packages I have this problem whith building app: Payload contains two or more files with the same destination path 'SQLitePCLRaw.batteries_v2.dll'. Source…
Dmitry
  • 1,095
  • 14
  • 21
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,822
  • 1
  • 19
  • 31
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
  • 719
  • 8
  • 15
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
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,921
  • 2
  • 14
  • 35
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
  • 7,433
  • 4
  • 45
  • 72
3
votes
1 answer

Mobile Center is Xamarin Build is failing with pthread_mutex_lock error

I'm building a Xamarin.Forms app into Xamarin.Android using Visual Studio App Center. The app builds fine in develop and release configurations on my machine, but when I try to build on Mobile Center, the build almost completes (i.e. the MSBuild…
2
votes
1 answer

How to use nuget package in NET standard project, which is only compatible with portable-net45+win8+wp8+wpa81?

Context With a few hours of boring work I've just migrated all my PCL projects to .NET standard in a Xamarin.Forms solution. (why? because it seemed like a good idea at the time) Anyway, I had success. As a next step I decided to add Xamarin…
g.pickardou
  • 32,346
  • 36
  • 123
  • 268
2
votes
4 answers

Mobile Center UITest exit code 20

I've been trying to run a UI test via Visual Studio Mobile center for a while now, but I'm getting the following error: Preparing tests... failed. Error: Cannot prepare UI Test artifacts. Returning exit code 20. I looked on the mobile-center-cli…
2
votes
1 answer

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

When trying to build an Android project with Mobile Center Im getting this error during the Publish Build phase: 2017-06-13T22:17:25.1335750Z ##[section]Starting: Publish build 2017-06-13T22:17:25.1445350Z…
regmoraes
  • 5,329
  • 3
  • 24
  • 33
2
votes
1 answer

How do I reliably capture *all* iOS exceptions in Xamarin?

This link describes how to handle exceptions in iOS Runtime.MarshalManagedException += (object sender, MarshalManagedExceptionEventArgs args) => { Console.WriteLine ("Marshaling managed exception"); Console.WriteLine (" Exception: {0}",…
2
votes
1 answer

Is there a convenient way to increment build numbers when building on Mobile Center?

Currently I'm using a build script in Xcode Build Phases: #!/bin/bash buildPlist=${INFOPLIST_FILE} CFBundleVersion=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" $buildPlist) CFBundleVersion=$(($CFBundleVersion + 1)) /usr/libexec/PlistBuddy -c…
S. Braun
  • 143
  • 1
  • 7
1
vote
1 answer

how to set from Jenkins pipeline the configuration to Mobile Center?

I have some scripts made for regression testing. I created the pipeline and put the isolated test's has a freestyle job. In the jobs whit the MicroFocus plugin we can set the configuration, trow the wizzard, so we can select the device, the app and…
Rik
  • 105
  • 1
  • 6
1
vote
1 answer

Disable App Center Push in UWP

I have integrated the Microsoft App Center push notification feature in one of my UWP apps. Now I'd like to let the user decide if he wants to receive push notifications or not. According to the SDK I can Enable or disable App Center Push at…
Thomas
  • 4,030
  • 4
  • 40
  • 79
1
2 3