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
0
votes
1 answer

Azure Mobile Apps with Cordova Authentication

I've been following the Microsoft guide on how to use their Mobile App service to provide google login for a cordova app. I've set up the app service as described and registered my endpoint with the google+ API. I've set my content security policies…
James B
  • 8,975
  • 13
  • 45
  • 83
0
votes
1 answer

index.html for Azure Mobile Apps

I have an index.html page for my Azure Mobile app that I want to use instead of the default blue web page that shows "This mobile app is up and running". I put the index.html in the wwwroot folder and set the homePage value to false in app.js var…
Michael S. Scherotter
  • 10,715
  • 3
  • 34
  • 57
0
votes
1 answer

Azure offlice sync don't pull and push

I have an android app that comunicate with azure sql database. I'm implementing offline sync but after the first launch of the app the local tables don't sync with the database and viceversa. Only the first time i have the pull to the local…
0
votes
1 answer

Can't upload BLOB with SAS Token

I have a Xamarin UWP app built using Azure Mobile Apps and I am trying to upload a BLOB to Azure storage with a SAS token and the .Net Azure Storage client (8.4.0). I am able to generate the SAS token for my container via an Easy API Node function…
0
votes
2 answers

In Xamarin azure, UpdateAsync is not updating database, only changes info locally

So my app updates the information inside locally when i call UpdateSync on the table but it doesn't update the online database? Am I doing something wrong? IMobileServiceSyncTable about_user_table; Update_my_table(Object Item) { …
user3348354
  • 183
  • 1
  • 1
  • 11
0
votes
1 answer

Azure Mobile App framework with Android (Kotlin only)

Is it possible to work with Azure Mobile App Service framework on Android app with Kotlin code only ?
0
votes
1 answer

Azure App Service Mobile Apps - use custom data source instead of Table

We are planning to create a crossplatform mobile app, and I'm investigating some of technologies. Currently we are maiking choice between Xamarin and PhoneGap / Cordova. One of requirements is offline sync - the user must be able to work with app…
Sergey
  • 537
  • 6
  • 18
0
votes
1 answer

Azure Mobile Apps - Node.js backend - Android Client Custom Authentication

I am currently trying to implement custom authentication within an Android app built using Azure Mobile Apps as the back-end. I've followed numerous different bits of information and feel I am going circles and probably missing something simple at…
Dean
  • 123
  • 8
0
votes
1 answer

How to get the hub notification that is not full?

I have a notification hub, and it, have a hub-namespace and it is almost full. I'll create another hub, how do I programmatically know (Android), which one should I enter the user? Android source code: public class NotificationSettings { public…
user6008330
0
votes
1 answer

query search returning same result twice

I recently learned that azure mobile services limits their query search to 50 (or 1000 if you change the default), but my app needs to be able to access unlimited records. I created this service to return a list that contains all of the records. I…
Daniel Boyer
  • 371
  • 3
  • 18
0
votes
1 answer

Azure Easy Tables init(?) fails on one portion of app but succeeds on another. What's happening?

I'm working on a Xamarin.Android app. I'm connecting to an Azure Mobile App and I'm getting/storing data in an EasyTable. Now here's my code for the user 'login' and registration. This are just test queries so don't mind the obviously unsecure…
Raphael
  • 562
  • 2
  • 9
  • 21
0
votes
1 answer

Xamarin Azure Facebook get user info

I've been searching on the best way to get information my azure auth from facebook. My app is getting the authentication and the id of the user! I am not sure what code I need next in order to get the information. So far I have this if…
user3348354
  • 183
  • 1
  • 1
  • 11
0
votes
0 answers

Azure App Service TableController Authorized User

I have authentication setup on an Azure App Service (Azure Mobile Service) using Microsoft accounts. However, it currently allows any user with a Microsoft account to use the service. I'm trying to implement a check against another list (msaUsers)…
Carlo Mendoza
  • 765
  • 6
  • 24
0
votes
1 answer

Image files sync in Azure Mobile Apps for Android

Sorry if this question does not contain any code. I am building an Android app using Azure Mobile Apps. I am successfully following the sample with the TodoList . The sample describes the case for data sync, but what if I want to add support for…
0
votes
1 answer

How to do exception handling in Azure easy table?

I have an iOS Mobile App and as a backend data source, I am using the easy table. insert/update script code is written in js files. But if anything break in my backend code there is no way mobile app knows about it. how to implement exception…
Girish
  • 166
  • 1
  • 2
  • 13
1 2 3
99
100