Scaling ios push notifications to send to many devices
The API for the push notification service (apns object) takes a single device token to send a notification to.The examples that use this do their work when you insert into a table and send to multiple...
View ArticleDoes new Azure Mobile Service SDK 0.3.1 alpha supports Windows Store App...
I was checking out new AMS SDK 0.3.1 alpha version released in this month. Tried to install the SDK reference to the Windows store app(Javascript) project via Nuget. But it got failed and shown...
View ArticleJObject parsing in AMZ SDK 0.3.1 alpha
Whileparsing JObject in latest SDK version , integers could be parsed as Bool values. But as per CarlosFigueira blog , it should throw exception when Bool values are parsed as integers.No exception...
View ArticleAzure Mobile services Authentication Persistence
Hi,I have succesfully added authentication to my WP8 by following the tutorial located here: http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-users-dotnet/#header-2But it...
View ArticleTell us about your Mobile Services powered apps!
Do you have an app in the Windows, iOS or Windows Phone store that is running on Mobile Services? If so we would love to hear from you!Email us at mobileservices@microsoft.comTell us about you app -...
View ArticleWay to get a Data from CollectionView
I 'm trying to use Windows Asure Mobile Service.Using a sample code which MS shows as a sample, I could get a collection and bind it with ListViewControl.But I wanna get a data from the collection and...
View ArticleGetting user-defined parameters from Query object in server-side script
i'm using the iOS Windows Azure framework and added user-defined parameters to an MSQuery object, then calling -[MSQuery readWithCompletion:], but how do i get these user-defined parameters on the...
View ArticleuserId is returned as undefined
Hi,In our company we are using Azure Mobile Services for our products. For the past couple of hours we are getting the userId as 'undefined' for all our operations. It was working before that and we...
View ArticleDoes AMS Client SDK 3.1 alpha support Silverlight 5.0 ?
Hi,I was trying to add AMS service in a silverlight 5 app. I added AMS client library SDK 0.3.1 alpha version through Nuget. I could successfully build the project. But during runtime, it throws error...
View ArticleThe type initializer for...
I have an application that authenticates users using facebook. It has been working great and I was even running it earlier today. I was going to do some work on it tonight and now when I run it I get...
View ArticleFreeware to generate C# code for Windows Azure Mobile Services
Hi we have created a piece of freeware to generate c# code for Windows Azure Mobile Services - full details are on my blog at...
View ArticleSyntaxError: Invalid regular expression in MobileServices.Web-1.0.0.min.js
Yesterday everything worked fine. Starting from today (first discovered) all clients (IE, IOS Safari, Desktop Safari and others) throw the error: SyntaxError: Invalid regular expression: range out of...
View ArticleWindows Azure Mobile Services for a data-heavy WP8 app with multiple tables
This might be a newbie question, so apologies in advance as I'm still learning this.I've got an Windows Phone 8 app that I'm building that will have a heavy social-interactivity component to it...
View ArticleQuery limit for azure mobile services
I am using a WAMS as a backend for an Android app.I am building a query of the form table.where().field("id").eq(smth_0).or()field("id").eq(smth_1)...or()field("id").eq(smth_n).(basically n...
View ArticleIs DataContract attribute mandatory for class declaration in AMS SDK 0.3.1...
I was performing CRUD operations of 'TodoItem' on table and had 'TodoItem' class as: public class TodoItem { public int Id={get;set;} public string Text = {get;set;} private...
View ArticleFloat conversion to decimal not observed on serialization in AMS SDK 0.3.1...
As per the Blog, "All floating point members (even those with integer values) will be serialized with a decimal point." So does this serialized value will be stored as a decimal in the table as...
View Articlemclient.getTable(string, .Class) c# equivalent
Hello, Im writing an application for iphone,android and windows phone.In android i was able to have 1 insert method for all my different types of tables. But in c# im struggling to achieve the same as...
View ArticleInsert Script Timing Out Before Completion
HelloWe have the following script running on Insert for a particular table:var APIDS = ""; var APIDcount = 0; var invites; var global_item; var index = 0; function insert(item, user, request) {...
View ArticleWay to updata table using List object
I could get the data which I want in List type using ToListAsync method. Now I wanna update Table on Windows Azure Mobile Service with it.The sample "GetStartedWithData" shows a way to update...
View ArticleConnect linux client in java to azure mobile
Hi, everyoneI want to connect client running GNU/Linux to mobile services. Right now this is Raspberry Pi running Debian. I can run Java applications here (jre 1.7) . In future we have plans to develop...
View Article