"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 ArticleBug Report: no 'id' member found on type
I was erratically getting an exception when trying to insert a new record and the message was "no 'id' member found on type X". I triple checked that my class had an Id property and that it was...
View ArticleShared script mssql connection
On Azure Mobile Services in shared script is there way to connect to mssql and query database?
View Articlehow can I set up a many to many relationship in the database?
I want to set up a many to many relationship between two tables. Do I need to add entries to the in-between table manually in my app or is there a way to do it in the script? I can't seem to find any...
View ArticleJoining tables, nested objects, Xamarin.Android
Deserialization fails when I try to join tables with many-to-many-relationship.public class Player { .. public int Id { get; set; } public string PlayerId { get; set; }...
View ArticleError: A value cannot be specified for property 'id'
I am encountering a problem with inserting a new object into mobile services. I made a new table in my mobile service using the azure portal, and I am getting this error everytime I try to add this new...
View ArticleAndroid Push Notification Error
Hi,Hope you doing good!.Here i need to help Android Push Notification with Windows Azure,I followed all the Step mentioned in the Azure,But Still i did not get any notification and even i did in get...
View ArticleBreaking changes - "No 'id' member found on type"
I updated to Mobile Services 1.0, and now every query returns a "No 'id' member found on type" exception.An earlier build with 0.2.0 works fine.[DataMember(Name = "id")] public int...
View ArticleDate manipulations in scripting
HI, I am writing script in azure mobileservice api, i want to do date> date.now()-5 kind of manipulation, I tried like below but not working, see the underlined codeexports.get = function(request,...
View ArticleCustom Identity for user login
Currently I can see that we can use FB, G+, Microsoft, Twitter etc for the identity (authentication)My problem is can we implement custom user registration section? where users can register with our...
View ArticleAuthenticate Mobile Services App againist Windows Azure Active Dirctory
According to http://www.windowsazure.com/en-us/services/mobile-services/, you can authenticate a Mobile Services app against Windows Azure Active Directory for employee-facing mobile apps. I've been...
View ArticleAzure - moving from Free services to Basic Mobile Services pay-as-you-go
I have actually pay-as-you-go plan in my account right now and I am using free 20MB database to all my projects in this account. I've created mobile services for my mobile app and it's time to release...
View Articlecan run time types be sent over JSON?
I want to upload a collection of items to azure and use a script on the server to put the items into one of two tables. I was wondering if the JSON converter will include the runtime type data of the...
View Articleperiodic Notifications through Mobile service API
Hi,I am sending periodic notifications from azure mobile services with the help of API,I have to sent queue of notifications but the below code returns only sent one notificationHow to make this code...
View ArticleKnown Issue with Mobile Services Xamarin component for Android
If you are trying to use the Azure Mobile Services component in an Android project in Xamarin Studio, you may get the following (or similar) error:Error CS0012: The type `System.IDisposable' is defined...
View ArticleSystem columns not added on AMS 1.1
I want to use newly added feature: Optimistic Concurrency but system columns are not added at all on my new tables.I followed next...
View ArticleA Breaking Change in Azure Mobiles Services Tables
A number of scenarios require application control over the value of the table primary key (ID), for example ability to make it globally unique. As of Friday 2013/11/22, we updated the service so that...
View ArticleIMPORTANT: Change in Mobiles Services Tables - ID column is now 'string'
A number of scenarios require application control over the value of the table primary key (ID), for example ability to make it globally unique. As of Friday 2013/11/22, we updated the service so that...
View ArticleiOS Push notification failing
I registered my app successfully and setup push notification through WindowsAzure Mobile Services. I put the script to trigger notification on insert to a table. I am getting below error.Push...
View ArticleSend Iconic Tile Push Notification
HI,I was wondering if it was possible to send a Iconic Tile Push Notification with mpns to WP8. I see that you can send a FlipTile, but there is no mention of an Iconic Tile.Is it possible to do...
View Article