Not able to see any sample project in my mobile app service
Question from @martinobordin on TwitterHi I'm not able to see any sample project in my mobile app service, I'm always getting the "Error loading tile"
View ArticleMobile service offline sync - Soft Delete issue
Hi,In my iOS application, I am using Mobile service Offline Sync SDK & synchronizing data in Offline scenario. In our .NET backend soft delete is enabled. We could able to see __deleted column in...
View ArticlePush Service stopped. Log shows error.
Starting this morning, we determined that our push notifications were not going out. When I try to look at the log, we get the error: Failed to download zip file for path...
View ArticleMobile Services with Offline Sync Causing 412 Precondition Fail Errors
When my code syncs to the Azure Service I am getting lots of 412 errorsWARNINGStatus=412 (PreconditionFailed), Exception=System.Web.Http.HttpResponseException: Processing of the HTTP request resulted...
View ArticleAzure Mobile Service Sample TODO list does not compile
I've want to start with my first Azure Mobile Service. I downloaded the .NET example provided by Step 2 of "Create a new Android App" via the Azure Manage dashboardThe compile is trying to restore the...
View ArticlePushAsync() does not work in biuld
I made a universal app with off-line support for azure mobile services. Code CRUD operations for Windows 8.1 and Windows phone 8.1 one . First time posting an app in the Marketplace I have discovered...
View ArticleMobile Service with HTML platform and JavaScript Backend
Hii follow the tutorial to create a mobile service with HTML platform and JavaScript BACKEND.by downloading the code and deployed in the IIS, it work properly on the Chrome.But if i assemble the pages...
View ArticleCan I use SQL Server 2012 on-Premise with Azure Mobile service for offline...
Hi All,Can I use SQL Server 2012 on-Premise database with Azure Mobile service(.net backend) for offline Synchronization?In the following tutorial in prerequisites using SQL Server 2014, cant I use SQL...
View ArticleCan't get Facebook Connector to Authorize using custom Facebook App
I can get the Twitter Connector to work with a custom Twitter App, but I can't get the Facebook Connector to Authorize using a custom Facebook App. Since all I need is to add the Client ID and Client...
View ArticleQuestion regarding architecture for offline syncing
I'm working on a fairly large LoB app with many tables and I am trying to figure out when is the best time to sync, and what exactly should be synced. The core of the app is based around "jobs", when...
View ArticleTODO Item C# service fails to run
Server Error in '/' Application.Could not load type 'Microsoft.Azure.Mobile.Server.Config.ExtensionConfigProviderAttribute' from assembly 'Microsoft.Azure.Mobile.Server, Version=0.2.0.0,...
View ArticleCross Domain Problem Using backbone.js with Azure Mobile Services
I have setup an Azure Mobile Services item to act as the backend persistent storage for my single page backbone.js web app. I am using the "Backbone adapter for Windows Azure Mobile Data Service"...
View ArticleUsing Azure Mobile App Service Client in an ASP.NET MVC Application
Hello. I'm developing a Xamarin.Forms application that consume a .NET Azure Mobile App backend. I would like also to develop an ASP.NET MVC application with pretty the same functionalities and I'm...
View ArticleAuthentication not working using the new SDK for Mobile Apps
Hi I'm trying to authenticate using Facebook and the brand new SDK for Mobile Apps.I'm passing a valid JToken to mobileService.LoginAsync() but I'm getting this error:"The resource you are looking for...
View ArticleCannot authenticate using Google on Android
If I try to log in through my mobile app, I get an error after I pass the Google log in screens to the effectcom.microsoft.windowsazure.mobileservices.MobileServiceException: Logging in with the...
View ArticleUpdated Azure Mobile App and now my projects don't compile.
From David KomarTwitter question from @davidkomar:"#MSFT What did you do with the Azure Mobile App backend #NuGet packages again? Updated to 0.2.549 and my projects don't compile any...
View Article[Bug] Mobile client failed when calling SignalR Hub methods
I am using Azure Mobile Services and I need to use SignalR to push realtime data (from both client & server). My client apps are currently Windows Universal Apps (W8.1 & WP 8.1).I completed a...
View ArticleNot able to see any sample project in my mobile app service
Question from @martinobordin on TwitterHi I'm not able to see any sample project in my mobile app service, I'm always getting the "Error loading tile"
View ArticleNew mobile app created. Running the client app returns with "Push operation...
HelloI have been very excited to dive into the Azure Mobile App. Unfortunately after creating the app from the portal, when I run the client app for Xamarin.iOS or Xamarin.Android I am returned with...
View ArticleMobileService.SyncContext.PushAsync never returns in Release build
I am currently trying to create a windows phone app with azure mobile services but somehow offline sync is not working. When I create a release build and call await SyncContext.PushAsync() it never...
View Article