Using Mobile Services Offline, How should I handle the scenario when records...
Hello, Using Mobile Services Offline, How should I handle the scenario when records are "Hard" deleted from the server but still exist on the mobile client? I would like to automatically delete these...
View ArticleAdding LinkedIn Provider from iOS
I read this post - http://azure.microsoft.com/blog/2014/07/28/azure-mobile-services-net-updates/ which talks about adding a LinkedIn Provider to mobile services. Is it possible to use it from iOS SDK....
View ArticleMobile Services Scheduler Bug
Hi,it seems there is a bug in scheduler. Although I've updated my task and I see the updated script via web, the old script version is running. Also when I removed the scheduled script and created a...
View ArticleBaidu push notification in Windows Azure
Hi All,I'm able send push notification to an Android App through baidu push notification but i'm able to send to a particular device.Please help me to do this.Thanks
View ArticleAPNS Push Notifications Error
Hello Everyone,I'm using a script that has worked for me during the last 12 months, but now when running it with mobile services, it errors when trying to send an APNS push notification with the...
View ArticleRegistering Multiple Identity Providers
Hi,I have an app where the user can log in via facebook, twitter, google and linkedin (custom login provider) in the iOS app. In the settings, I need the user to be able to add additional providers. So...
View ArticleFailed to send push notification in ios
i'm using azure mobile service to send push notification.In Last month,I can send push notification. but yesterday, sending to apns is failed with following log[Error: wrong tag]...
View ArticleInvokeApiAsync Error - The request could not be completed (Not Found)
I have a Mobile Service and a SQL backend, and in my UI I create an instance of the MobileServiceClient:public static MobileServiceClient MobileService = new...
View Articleenabling __version in response
I'm working on enabling etag concurrency mechanism that is built into azure mobile services (largely referencing this...
View ArticleiOS offline sync conflict resolution for multiple conflicts
I've implemented the offline sync and conflict resolution from the tutorial here: http://blogs.msdn.com/b/azuremobile/archive/2014/06/11/offline-support-in-the-azure-mobile-services-ios-sdk.aspxThis...
View ArticleMobile Services Offline Data Sync with PhoneGap (HTML 5)
Hi,I'm new to this Azure Mobile Services. I would like to know some documentation/API to sync SQL Lite Data to Azure Database using HTML Javascript API. Is windows Azure Mobile Services Supports...
View ArticleServiceBus 2.4 in Mobile service
I'm trying to schedule push notifications for a particular time using the notification hub. I have an Azure Mobile Service set up that receives HTTP requests and then schedules notifications. I'm...
View ArticlePerformance problems on Windows Phone while syncing
Hello, Our users report huge performance problems on the first appliation start (pull data), and later, when the push is occur. I can partly reproduce the problem on emulator, the framerate is dropping...
View ArticleMobile Service (.NET backend) - Cannot open database "master" requested by...
HiI am using Mobile Service .NET backend, change the model and publish then I am getting the error message in the "Log" menu in mobile service:Cannot open database "master" requested by the login. The...
View ArticleExpanded login scopes with .NET backend in Azure Mobile Services
Hi All,There is great article about expanding login scopes in azure mobile services by Carlos Figueira which explains everything in great detail. But this feature is not yet made available for .NET.Any...
View ArticleHow to create a consumer for queue storage
I have an azure mobile service which submits tasks into the queue. I need a consumer to run long running processes and submit the result into azure sql as well as table storage. How should I create...
View ArticleClient-directed login operation
HiI would like to have a client-directed login operation. I write the code: var token1 = new JObject(); token1.Add("access_token", userAzure.MobileServiceAuthenticationToken);...
View ArticleLogin Scope
Hi,I see on this post that Carlos mentions that he has raised the issue of supporting scopes to logins with the team. I was wondering if this is now possible and if not is there any estimate/plans for...
View Article"post of google token is not supported" 405 error
So I was very excited that the latest android sdk contains a direct hook up into android's native account manager thruMobileServicesClient.loginWithGoogleAccount(Activity activity,...
View ArticleAzure Mobile Services SSL certificates not recognized by WP8
I'm developing a mobile app for the three major platform: Windows Phone, Android and iPhone. My backend is hosted in Windows Azure, through the Windows Azure Mobile Services. The backend code is...
View Article