Offline Sync - Cancelling a syncing delete on the server
Is there any way to cancel a delete on the server when the local db syncs to the server, while responding as if it was deleted?In my scenario, users can share content with other users. Anyone who...
View ArticleMigration from Mobile Services to Mobile Apps
Hi,I'm analysis the possibility to migrate my mobile services to mobile apps, but its seems that this new mobile apps is a little... premature.I would like to help in some items:- I didn't find the...
View ArticleMobile Service Web App stopped, not showing in Portal
From@anuith via Twitter Hello, I'm having a problem accessing my Mobile Service on homeservice.azure-mobile.net It says Error 403 - This web app is stopped.But in the portal looks fine beside this...
View ArticleDynamics CRM Mobile SDK What's included
I have download the Dynamics CRM Mobile SDK but when I open either the client or server the Microsoft.WindowsAzure.Mobile.Service.DynamicsCrm project won't open.
View ArticleHow can i create a application level authorization in App Services Mobile APP?
HelloWe want only expose our API to our mobile apps who take the application level key. In Mobile Services, an application key is provided by Azure, and we can set our api controller to application...
View Articlewhen i working with .net Mobile Service i got the exception like The request...
Hi,When I working with .net Mobile Services i got the exception when i write below statementcontactlist = await contactsTable.Where(contact => contact.UserId ==...
View ArticleCannot publish after migration Azure App Services
Hello,as offered by the classic Azure portal, I have migrated all Mobile Services to the new App Services using the automated migration method...
View Article[Python] Using Python to query data on mobile services
From @duke360bo via Twitter: I've been looking for information but I cant find anything clear. I want to query data from a mobile service db using python. What are my options?Thanks! @AzureSupport
View ArticleConsume Azure API App in Xamarin iOS app
Hi,I have created an xamarin iOS, Azure API App with AAD authentication. Im using Mobile Service to do authentication, get user and token and provide this to Microsoft.Azure.AppService with...
View ArticleCannot publish App Service after Migration
I recently migrated my Azure Mobile Service to App Service using the new migration wizard tool in old azure portal.The Service works fine but I cannot now publish new changes to the service in Visual...
View ArticleKnown migration issues and workarounds
You can now migrate your mobile services to Azure App Service using an automated migration...
View ArticleAuthenticating with Office 365
I'd like for users of my app to be able to sign in with their Office 365 accounts. This will allow me to take advantage of some features like OneDrive for Business and shared calendars.Is this possible...
View ArticleMobile Apps Disapearing
From @UrbanChrisyI'm having trouble with creating a mobile app service, it either creates it then it disappears, or says the name is already is in use.Thanks,@AzureSupport
View ArticleDeploy Mobile Service .NET to Mobile App
Hi,I have a few questions relating to the scenario of deploying a Mobile Service .NET backend to a Mobile App created through the portal.Will this work ?Is this officially supported ?Are there any...
View ArticleWindows 10 client access Azure Mobile App error
I have downloaded the sample windows 8.1 app and verified that the Net backend worked. It is not working on Win 10 universal app. Here is what I did on a blank windows 10 universal app. Add...
View ArticleDirect Azure SQL Call takes 1.6sec, Mobile Service API Call takes 10-30 each...
Please help me understand why if i call azure sql directly (from a remote client) sql returns my data in 1.6 seconds. If I create a mobile service api call that uses the exact same sql and uses the...
View ArticleWill devices no longer get notifications when APNS Production Certificate...
When theAPNS Production Certificate that I uploaded to my Azure Notification Hub expires (they last 1 year and that is coming up soon for me), will devices with this old cert no longer receive...
View ArticleRunning mobile app in Xamarin studio
I got most of this working (https://azure.microsoft.com/en-gb/documentation/articles/app-service-mobile-xamarin-android-get-started/) But -. i cant run this in VS and Xamarin Studio with...
View ArticleWindows Azure Mobile Services PCL 2.0.0-beta-3 Application Key
In previous versions of the SDK, I created my MobileClient like so MobileClient = new MobileServiceClient(applicationURL, gatewayUrl, applicationKey, new HttpMessageHandler[] { new TraceHandler(), new...
View ArticleNotifications Socket Hang Up
From: Ankit Girdhar @ankit_girdhar via TwitterThe working notifications are now stopped and the server is giving me socket hang up error, however I am new to both NodeJS and azure. Thanks@AzureSupport
View Article