Questions tagged [azure-mobile-services]

Windows Azure Mobile Apps provides a turnkey backend solution to power your mobile app by allowing you to easily add structured storage, user authentication and push notifications to your iOS, Android, Cordova, Windows (UWP) and Windows Phone (8.1) apps.

Welcome to the Azure Mobile Apps tag!

Azure Mobile Apps is the successor to Azure Mobile Services and still makes it easy to add offline data query using Azure cloud databases to your Android, iOS, Xamarin, UWP (Windows Store) and WPF applications.

To submit bugs or do feature requests, file an issue on GitHub.

Both the Client SDKs (iOS Native, Android Native, .NET, Xamarin and Cordova) and Server SDKs (for ASP.NET and Node.js) are available in the https://github.com/azure organization. Look for azure-mobile-apps

Azure Mobile Services is no longer available.

2729 questions
7
votes
1 answer

Difference between azure api-apps,logic-apps,web-apps and azure functions

What is the difference between azure API-apps,logic-apps,web-apps and azure functions? And what difference does it make for developer?
7
votes
1 answer

Troubleshooting Azure App Service Push Notfication registration with tags in iOS

I started to use Azure App Service this month, before App Service I was using Azure Mobile Services and the registration device token with tags are pretty simple but in app service I realized that its removed due to security issues so i have to do…
7
votes
1 answer

Azure mobile apps custom authentication with Cordova

I currently have a backend solution for my app using Azure Mobile Apps. I have enabled facebook, twitter, google and Microsoft logins. I am attempting to add a custom login flow in addition to this. I have setup an Auth0 account and application and…
anthonyhumphreys
  • 1,051
  • 2
  • 12
  • 25
7
votes
2 answers

How do you authencate to Azure App Services locally?

There are alot of tutorials on how to configure the Authentication properties of a given Azure App Service instance: Api Apps Expanding App Service Authentication/Authorization There are guides for configuring the Azure Server-Side properties…
7
votes
2 answers

"Microsoft Azure App Service" target not appearing in visual studio 2015 while clicking on Publish

I am trying to run the Xamarin.Android app from Microsoft Azure Guides. According to the guide I am supposed to right-click on the Service project and Rebuild, after that on clicking Publish I get the Publish Target window but there is no target of…
Sharthak Ghosh
  • 576
  • 1
  • 9
  • 22
7
votes
2 answers

Get a Result from Azure a row is Inserted and Delete a Row Data From Local Database After Inserted in Azure Database

1.My Application is Every 2 mins data is inserting in local Database(Using Azure Offline Sync), then every 5 mins data is Sync to Azure Database with a Background Service. 2.Each Row Data After Inserting in AZURE server, i want to delete from Local…
Kumar
  • 969
  • 2
  • 22
  • 56
7
votes
2 answers

Where is the key in new Azure App service?

While using the classic Azure Mobile services, you used to get a key along with a URL for your Mobile Service app. This key was also used to explore the APIs on your backend site & was used as a password. With new Azure App services all you need to…
Supreet
  • 831
  • 1
  • 9
  • 30
7
votes
2 answers

Invalid update: invalid number of rows in section

I am working on a project using Microsoft Azure services. In that while deleting a row I am getting this error: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of rows in section…
user1722889
7
votes
4 answers

JwtSecurityTokenHandler.set_CertificateValidator method not found

Just updated many of the packages for an Azure Mobile Service and now I get a "method not found" error. This does not seem to be a problem reported elsewhere yet. Any idea which package needs to be down-graded? Or another…
Wavel
  • 956
  • 8
  • 31
7
votes
1 answer

Connecting to Socket.IO server hosted on Azure Mobile Services returns Error

I am attempting to connect to a Socket.IO server hosted in the extension folder of my Azure Mobile service using the startup script, although I am unable to do so, and receive the error: "WebSocket connection to…
7
votes
2 answers

Unable to create Azure Mobile Service: Error 500

I can't create a mobile Service in Azure: I receive that there's an error at calling the location information for mobile services: Error 500: Fehler beim Abrufen der Standortinformationen für mobile Services: Fehler 500. Wiederholen Sie den Vorgang.…
Simon
  • 454
  • 7
  • 18
6
votes
1 answer

Download Image from azure blob storage and download it

I am working with Xamarin forms and I've stored an image in Azure blob storage which I'd like to download on page load and put into an image view, as of now I have this code: using(var fileStream = imageStore.GetStream()) { …
6
votes
2 answers

xamarin forms azure mobile apps slow sync

I'm using Azure Mobile App with Xamarin.Forms to create an offline capable mobile app. My solution is based on https://adrianhall.github.io/develop-mobile-apps-with-csharp-and-azure/chapter3/client/ Here is the code that I use for offline sync…
6
votes
1 answer

'database is locked' using MobileServiceClient and MobileServiceSQLiteStore in xamarin project

I'm relatively new to mobile and async data access and I'm trying to build a line-of-business app from Xamarin starter "cross platform" template in VS2017. It seems that when I do database operations too frequently I get 'database is locked' (most…
Rodney
  • 179
  • 7
6
votes
1 answer

Using Azure Mobile App to authenticate Nancy

I see that I can add Nancy to my Azure Mobile App. http://www.strathweb.com/2014/02/running-owin-pipeline-new-net-azure-mobile-services/ but how can I add the authentication for Nancy? The goal here is to be able to have both a web app and a mobile…
tofutim
  • 22,664
  • 20
  • 87
  • 148