I'm building a mobile app and I intend to build its backend with Azure Mobile app backend, but according to this issue azure mobile app is obsolet, and I fell on Mobile app center recently, My question is should I build the back-end as a normal service and include push notifications using Mobile app center or should I use Azure Mobile Service, Please I need clarification on this.
Mobile app center Replaces Azure Mobile App services?
450 Views Asked by Damien Doumer At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in MOBILE
- Doesn't work TrafficStats.clearThreadStatsTag() in Kotlin
- KeyboardAvoidingView makes a messy the flexbox
- How can I find a lost Samsung Device?
- How can I eliminate or deactivate the white flash that appears when I press a button via a mobile device?
- In MAUI how can I Show different appshell tabbars depending on the user role?
- Why doesn't TrafficStats.clearThreadStatsTag() work in Kotlin?
- How can I create an animation like WhatsApp archive button spawn animation with SwiftUI on watchOS?
- Not showing the widget wrapped with Obx in Android 14
- Is there a way to use Family Link group in my own application?
- Is it viable proxying all my mobile apps requests, to some kind knowing that a request is coming from a secure source
- How can I connect android app to arduino via Bluetooth?
- How to animate calculated position/container height when viewport changes?
- Unnecessary override. Try adding behavior in the overriding member or removing the override
- Selecting an option in the mobile app drop down which is not visible when the app is loaded for the first time
- Getting Real-Time Sensor Data from Smart Watches
Related Questions in AZURE-MOBILE-SERVICES
- I had an issue with the mobile app in D365 F&O
- What are the ways to implement Biometric (Fingerprint ) Authentication with Azure Ad (B2C) In React Native App (Android And IOS)
- MAUI OfflineSync Add/Delete working but Updating throws error
- How can I change the Id column name in Datasync Client Data object to MyId?
- Microsoft.Datasync.Client DatasyncClient with options.Offlinestore throws PushFailedException
- Syncing Azure Mobile Apps with deleted records
- Is there a way to ignore saving the operations in Azure Mobile Sync on the local, mobile device?
- WinUI 3: Replacement package for Deprecated namespace WindowsAzure.MobileServices
- Is everything from the table returned and the filtration is happening locally?
- Microsoft.Datasync.Client.SQLiteStore.SQLiteException: Unable to configure sqlite3 for URI connection strings
- Microsoft.Datasync.Client DatasyncClient with options.Offlinestore set throws Unable to configure sqlite3 for URI connection strings
- Azure Mobile Apps - Overriding the QueryAsync method with custom code in Table Controller
- ReplaceItemAsync in Azure Mobile Apps and offline sync DatasyncClient
- GetItemsAsync returns no items using .Net MAUI
- Custom queries with SQLiteLocalStore Azure
Related Questions in MOBILE-CENTER
- how to set from Jenkins pipeline the configuration to Mobile Center?
- Mobile app center Replaces Azure Mobile App services?
- Cannot enable AppCenter.Crashes on Xamarin.iOS app
- Distribute UWP App to App Center (aka Mobile Center) using VSTS Task
- Disable App Center Push in UWP
- Akavache or Sqlite is crashing When Calling in OnStart method
- Manual Log Exception in Azure Mobile Center
- Azure Mobile Center: build issue for iOS on Xamarin.Forms project
- Mobile Center CI recursive build when using git submodules
- Events not tracked in App Center
- Mobile Center crash reporting is not working
- How to use nuget package in NET standard project, which is only compatible with portable-net45+win8+wp8+wpa81?
- What technical specifications are relevant to creating an at-home UnitTest lab?
- Visual Studio App Center - Agente Build
- Mobile Center is Xamarin Build is failing with pthread_mutex_lock error
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I'm a PM in App Center team at Microsoft. We are doing user research right now to understand the evolving needs for these services and plan to build the next generation of Azure Mobile Apps as part of Visual Studio App Center. While we're working on the roadmap, we are fully committed to supporting Azure Mobile Apps including support for the latest OS releases, bug fixes, and documentation updates.
To answer your question, Push Notification service in App Center is in "Preview" right now which means that there could be changes in the service while we are working to make it production ready. We don't recommend to not use this service for your "production apps". You can use Azure Mobile Apps as it stands currently but there won't any new features added to it. Based on your needs, you can make a decision on what service would be best suited for application.
Hope this helps.