1

I am developing a Xamarin.Forms app and I actually use Hockey App to distribute the app to the tester.

  • My code source is hosted on VSTS with CI.
  • After each build, the app is pushed to hockey app (see article here).
  • When testers open the app, if a new version is available, they see a notification and can download the latest version

I had a look at Visual Studio Mobile Center but I did not find any documentation related to notification update.

Does this feature exist using Visual Studio Mobile Center ?

Brandon Minnick
  • 13,342
  • 15
  • 65
  • 123
Thomas
  • 24,234
  • 6
  • 81
  • 125

1 Answers1

2

In-app update is on the backlog for Mobile Center, but not supported today. It is a high priority item for us and we are working towards it.

I'm curious which type of user authentication you used, or would prefer to use in Mobile Center.

  • Thanks for the answer. We use username/password of the hockey app account to authenticate. The application use Azure AD to authenticate users so it would be great to be able to use Azure AD or Microsoft account to authenticate to Mobile Center – Thomas Nov 30 '16 at 20:00