Mobile Services Authentication Behavior
Hi,When using Azure Mobile Services to authenticate users with the facebook provider (using the code below) I notice that there is a white screen displayed for a brief moment before the login screen is...
View ArticleShoddy documentation on Mobile Services
I need to learn everything there is to know about Mobile Services. So I went to the msdn library to begin reading documentation, was this the wrong approach? The "Mobile Services" link is dead on the...
View Article.Net backend, getting error related to database
I'm trying to setup an Azure Mobile Service, with a .Net backend. I've connected the service to my database and deployed the project from Visual Studio.Unfortunately, I keep getting this error in the...
View ArticleSet ServiceUserIdentity from WebApi Delegating Handler
I would like to be able to set my user identity in a Delegating handler but nothing I have tried seems to accomplish this. Seems like ServiceUser.AddIdentity(identity) should do the trick but it is...
View ArticleNeed clarification on what Azure Mobile Services Tables Scripts interface to
Is Azure Mobile Services Table Scripts interfacing/using Azure Table Services?Azure Mobile Services Table Scripts:...
View ArticleAzure tables modify - Adding list in a single column
is there a provision or some code or method to add a column in azure tables which contains a list of numbers or strings?My userprofile contains name, password, row key, partition key, etc. and I add...
View ArticleHow to create table by java script code in windows azure mobile service.?
HEllo i know how to create table in windows azure mobile service by UI. but i want to create table by java script code.like we insert client.getTable("tablename").insert(object); same as i want to...
View ArticleOffline mode for data storage with azure mobile services
Hi everybody,I am actually develop an application who needs to take some data from db and keep it offline.The application never push new data, online take and consume.It's for windows phone 8. I try to...
View ArticleAzure Mobile Service Single Sign On
I have a problem using single sign on with azure mobile services. I'm using the .net backend. Whenever i callMobileServiceClient.LoginAsync(provider, true); so with the single sign on option enabled. i...
View ArticleSending Json Array from Android Device to Mobile Azure Services backend...
How to send Json array to backend javascript in mobile azure services from Android device.Below is the c# coding from windows store app which is working correctly.JArray jsonArray = new JArray();...
View ArticlePulling all Database data from Mobile Services and listing it in an app
Hi guysI recently successfully connected my Windows store app to Azure Mobile Services which compiles all the user information into a pretty convenient database.However I would like to connect a local...
View ArticleAre iOS Apps with Azure Mobile Services (Preview/Free services) available for...
Hi All,We are developing a mirror of our site's functions in Azure Mobile Services. The progress so far has shown several areas where Azure Mobile Services can be used with our iOS app we are planning...
View ArticleiOS SDK - OAuth login via Google returns error 1502
I'm having an issue logging in using OAuth with provider Google. I am using the Azure Mobile Services SDK for iOS to present the MSLoginViewController: [self.client loginWithProvider:@"google"...
View ArticleHelp. Apple rejected my app!
My Azure based Xamarin app was rejected because it "Has a defect". The apple review team tried to login with credentials that I gave them and the wait cursor just spin forever with no timeout. My...
View ArticleAzure Mobile Services - Retrieve Data
HiI successfully inserted data into a database using Azure Mobile services with the following code:public class myincometax { public string id { get; set; } public string Name { get; set; } public...
View ArticleOffline mode and mapping issues
Hello, I am using the Mobile Services data offline mode in Xamarin and have a couple of issues.First and foremost, I am not sure how my object mapping should be set up for my data classes. Here is a...
View ArticleAzure tables modify - Adding list type column
is there a provision or some code or method to add a column in azure tables which contains a list of numbers or strings?My userprofile contains name, password, row key, partition key, etc. and I add...
View ArticleI think I've found a vulnerability
Hello everyone,I'm, pretty sure I've found a vulnerability in Mobile Services. Without revealing too much I can say that it is some sort of authentication bypass.How do I report this?/Robert
View ArticleHow to get system properties __CreatedAt, __Version in javascript backend of...
I am trying to explicitly get the system properties from my table but it is not working. I can see that the URL is returning all the data including these fields if I use...
View ArticleAssembly version problem while publishing my mobile service
Found conflicts between different versions of the same dependent assembly 'Microsoft.WindowsAzure.Storage': 3.1.0.1, 4.0.1.0. Please change your project to use version '3.1.0.1' which is the one...
View Article