Is Appcenter Auth/Data dead? Any future plans?
Any alternative planned from Azure?
@SOliasS the services will be retired, more about it in this blog post.
@dipree Thanks for the information...
Really not too happy about it so.
The offline sync of data and the easy of using data and auth were definitely features which are missing in azure...
@dipree Concur, the offline sync is a killer feature. 3 months is very short notice for retiring these services.
It's a shame retiring those services, I was really looking forward to those services (Auth/Data/Push) in AppCenter..... it would really turn the tables with the other services around (firebase, amplify)....
AppCenter with those services would become almost the de facto mobile cloud + devops... mind blown!!!
A good opinionated infrastructure to really focus in what matters... it's really a shame that you didn't want to push this forward...
Appcenter Data was replacement for Azure Mobile Apps. Is there any other Azure service for mobile application with offline support?
Cosmos DB is not really an answer because of lack of offline sync out of the box.
It would really be great to have https://github.com/microsoft/appcenter/issues/192 as Crashlytics is being retired at the end of March and this feature is missing in AppCenter.
Is there any chance to get Xamarin.Mac support in one of the upcoming releases? There are quite a few open issues in this repo as well as the AppCenter .NET repo asking for this feature.
Appcenter Data was replacement for Azure Mobile Apps. Is there any other Azure service for mobile application with offline support?
Cosmos DB is not really an answer because of lack of offline sync out of the box.
Did you found a solution for this?
@NunoBem there is Azure Mobile Apps which has offline sync, BUT ironically it's no longer in active development...
"Please note that the product team is not currently investing in any new feature work for Azure Mobile Apps."
https://github.com/Azure/azure-mobile-apps-net-client
There is no other prebuild solution for CosmosDB, you ether have to connect directly via the Microsoft.Azure.Documents.Client, or build an api.
For the sync part... you have to develop that yourself...
An alternative would be:
If you are just invested in Azure, MongoDB Realm might be interesting for you as you could host it on azure with atlas, but it's in closed beta at the moment...
Other then that, there's no azure based cloud service for that on azure anymore.
@NunoBem there is Azure Mobile Apps which has offline sync, BUT ironically it's no longer in active development...
"Please note that the product team is not currently investing in any new feature work for Azure Mobile Apps."
https://github.com/Azure/azure-mobile-apps-net-clientThere is no other prebuild solution for CosmosDB, you ether have to connect directly via the Microsoft.Azure.Documents.Client, or build an api.
For the sync part... you have to develop that yourself...An alternative would be:
If you are just invested in Azure, MongoDB Realm might be interesting for you as you could host it on azure with atlas, but it's in closed beta at the moment...
Other then that, there's no azure based cloud service for that on azure anymore.
@dipree @amchew can you help us?
@NunoBem, @jwargo can probably help on that.
@Zakeelm has responsibility for Data questions and @elamalani owns Azure Mobile Apps (ZUMO)
It would be nice if somebody with responsibility from MS could give us some answers. Right now we are in unfortunate situation with one discontinued product and without any clear information about future of mobile development on Azure.
I come here somewhat excited, looking for the latest updates on Auth and Data, only to find the services have been retired!?
AppCenter was providing the right direction for enterprise mobile apps. Providing good support for a variety of SDKs, along with simplifying the enablement of features like Push with the promise to do the same for Auth and Data.
Killing these off is mind-blowing to me. What is the MS answer to AWS Amplify? Is there any investment happening in Azure App Service (as there was a statement a few years ago saying no new development was happening with App Service either...).
From an enterprise standpoint, many companies are "forced" down the MS path. With the killing off of important App Center features like Data and Push, it is hard not to justify leveraging AWS and Amplify for all modern app development...
@jiberan @NunoBem @SOliasS @msardi23 One potential solution is the Azure client SDKs, which are in active development, but do offer offline sync and auth capabilities. They may serve as a replacement service for your apps. You can find more information using the following links:
@Zakeelm might be an option, but i have several problems with it:
You are correct, as of today there is just android and ios. As I mentioned it is in active development, so unfortunately i'm not able to ensure there won't be massive changes in how it functions over time. But, there are a sample project in the repos that could help get started with this.
For userdata separation, they have a slightly different model than MBaaS had. You use permissions and users. Using both of these, you can create experiences that separate users and their associated data. The repo has code snippets to showcase how this works.
Azureauth is powered by Azure App services, more information can be found on the Auth Azure App Services doc. Please note that today, AAD is not supported here.
And Lastly, per their documentation, Azure mobile is a framework for rapidly creating iOS and android apps with modern, highly-scalable backends on Azure. It provides APIs for android and ios to do this. It includes a plethora of one-click deployment templates and native SDKs for things such as Auth, Database, and Push. While it does work different than App Center's MBaaS, a lot of the functionality and some entirely new functionality exist within it.
@jiberan @NunoBem @SOliasS @msardi23 One potential solution is the Azure client SDKs, which are in active development, but do offer offline sync and auth capabilities. They may serve as a replacement service for your apps
The Azure SDK is an answer to a different question. It does not address any of the core needs for the simplified development of mobile applications.
All I can say is take a look at AWS Amplify. It would great to understand the Microsoft roadmap to get to even 50% of this capability. I just added simple offline support to a ReactJS web app in under 10 min using AWS datastore.
Any future plans to sign two or more Xamarin.iOS app with different extentions?
hi @dipree, How long are your iterations in 2020. Still February or are the plans no longer public?
Couldn't find anything regarding upgrade to Xamarin.Android 10.2.0.100 for the AppCenter Build Agents. Currently we are working around this https://github.com/xamarin/xamarin-android/issues/3852 by doing manual builds for some of our Android projects.
Is this something that we can expect to be available fairly soon? What is the best place to check for status/timelines on updates to build agents?
@easterapps They definitely are! We just published a draft for April's iteration plan in #1769
Most helpful comment
Appcenter Data was replacement for Azure Mobile Apps. Is there any other Azure service for mobile application with offline support?
Cosmos DB is not really an answer because of lack of offline sync out of the box.