Cordova SyncContext Pull PageSize
When using the SyncContext in Cordova, JavaScript, how can I call the pull method and change the pageSize? I have modified the .NET controller to allow for a maximum of 1000 records using the...
View ArticleiOS Mobile App from existing .NET Web App
Hi AllIm currently studying for the 534 Exam and running through some labs - one scenario i have is where I have an existing ASP.NET Application running in App Service > Web App. I now want to...
View ArticleApp Service Authentication for Web API - using google / facebook token in...
I have a webapi deployed on App Service and have the authentication service turned on. It is using Google and Facebook. Based on the Azure documents, it says that when I call my webapi endpoints, i...
View ArticleAzure mobile apps table storage bad request with queryoptions
Hi, I've a mobile apps .net backend with Microsoft.Azure.Mobile.Server.Storage and .Swagger configured.When try GetAll from xamarin.forms client, I receive exception "Bad Request" with {[Message, The...
View ArticleMobileServiceInvalidOperationException
Hi, Ive been trying to run the todo xamarin sample project. I created a Xamarin native project and i've created a Xamarin.Forms mobile backend and I'm getting this error when i run the following code...
View Article[Node.js] Error: A value cannot be specified for property 'id'
Am aware this question was asked before but I can't seem to insert a new object into a table anymore due to this Error: A value cannot be specified for property 'id'.Next week it was helping now not.Am...
View ArticleEasy Tables Setup Does Not See My Database
I am trying to configure a Web/Mobile App service through the new Azure portal. I have followed the published steps to create the service and to create a database (SQL Server) and I have a valid...
View ArticleCreating an Easy API with the App Service Editor - How To or Tutorial?
I have my Mobile App Service created. I have three tables created in Easy Tables, now it is time for me to create the REST APIs to the tables. I started Easy API and created a new one and opened the...
View ArticleMobile Services to Mobile App Migration Server Version Error
I have migrated an Azure Mobile Services (Node.js backend) to Azure Mobile Apps.Updated the Windows Phone App (8.1) NuGet Package to Microsoft.Azure.Mobile.Client v2.1.0Now I receive the error. "This...
View Article[Node.js] How to test sqlite in cordova browser?
Hello,I am using Cordova. How do I test the SQLite plugin when I'm running the app in the browser (through VS code - emulating Android)?Specifically, this method:var store = new...
View ArticleAzure Mobile SDK - .NETStandard
Hi,Will Azure Mobile Apps be supporting .NETStandard projects? Particularly v1.3?Dustin
View ArticleConnect to App Service Mobile App from another Mobile app
I have a UWP appointment scheduling app with an associated App Service Mobile App.I want to create a companion app for my client's customers in Xamarin.forms, but I want it to be isolated, as it's own...
View ArticleMobile app backend .net with Table storage
Hi!I can't seem to get table controller work with table storage. I've followed the approach of the sample in the server SDK that's in GitHub, but I when I try it in swagger, I keep getting an empty...
View ArticleUnable to make external call with Azure Mobile App API service HTTPS -...
Hi,I have created an API endpoint in an azure Mobile App, and I can't get my https request to return without a ECONNRESET error.The Mobile App was setup a while ago. If I use the same code in a new...
View Articlecan't login with facebook provider from 8.1 Store App.
Logging in with facebook provider from 8.1 Store App failed. My facebook account requires two factor authentication. When trying to log in,I entered name and password ,then the page which requires...
View ArticleCreation of UWP App using Azure
Hi,Trying with Azure for first time so some basic question - 1. Is it possible to create a mobile template App in C++ using Azure mobile app template for UWP?2. Can I use my existing C++ UWP App to...
View ArticleAzure Web App and Mobile App
Hi,I created one Mobile app and one Web App using Azure template.My web app name is - "antitheft-vik"And my mobile app name is - "antitheft-vikas".From my mobile app template i downloaded 2 solutions...
View ArticleRefresh token by platform sdk
I read App Service Token Store and understand App services's refresh token mechanism. It works well on Google provider, but it's still cumbersome and doesn't work for facebook provider.I'm not sure but...
View ArticlePublishing mobile App in Azure
Hi,I created mobile app using Azure template. When I build and try to publish the ASP NET Web Services then I do not see the mobile backend option in the popup. Here is the screenshot -When I create a...
View Articleneed help with tablecontroller
I added a geography data column to my sqldatabase and updated my dataobject class for examplenamespace myService.DataObjects { public class Message : EntityData { public string Text { get;...
View Article