Support to emoji
Hi,I need store emoji characters on table storage but not working.Error: Invalid character (�) in string: M🙏 at XMLFragment.assertLegalChar...
View ArticleMobile Services API charset
Hi all,I post text "Hello 😈😎😇 🗻🗿" to my WA Mobile Services API.Fiddler's log display correct text in HTTP header.But on WA Mobile Services API side console.log(...) display broken text like:...
View ArticleAAD Authentication Not Working (AADSTS70001)
I followed the guide here: http://azure.microsoft.com/en-us/documentation/articles/mobile-services-how-to-register-active-directory-authentication/When I go to the applications tab of the directory,...
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 ArticleSynchronizing binary data through the iOS SDK
Hello,I am currently testing the iOS SDK to synchronize data from mobile device with the data stored on an Azure's db. I've been following this tutorial :...
View ArticleTable Storage not support emoji
Hi,I need store emoji characters on table storage but not working.Error: Invalid character (�) in string: M🙏 at XMLFragment.assertLegalChar...
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 ArticleWhy do I (or do I) need Azure Mobile Services?
I need to write a mobile app (using Cordova, to run on iOS) that queries, adds, and updates data stored in a SharePoint list, in an on-premises SharePoint 2013 installation.The app is an internal...
View ArticleAuthentication Tokens, and expiration
Hej all, I am using windows MobileServices as a cloud backend for my application. I have developed an authentication method using live-id which enables the app to relogin the user when a token expires....
View ArticleCloudTable.CreateIfNotExistsAsync throws System.IO.FileNotFoundException...
Hi,My apps' mobile service (has .NET backend) needs to create a storage table for every record that gets added in SQL table. To do so, I added following code in Post method of my mobile service:...
View ArticleAzure deletes all table data after modifying any EntityData class
Hi guys,I'm using Azure Mobile Services with TableControllers, and I'm experiencing really troublesome behavior with Azure where if I add or remove a property from one of my EntityData classes, then...
View Articlehow to insert into database on another service in javascript
I am trying to use one azure database with multiple apps. Let's say that I have MobileServiceA and MobileServiceB, with A being the original, B being a duplicate of A, having the same tables. But, I...
View ArticleIntel XDK Cross Platform developing and authentication
Hi there,I'm developing a mobile App with the Intel XDK Cross Platform Tool in HTML5 and javascript. As mentioned in the header, i'm trying to authenticate with windows azure mobile services(facebook...
View ArticleRecommended Approach to using Azure Mobile Services in a CommonJS (node.js or...
The Mobile Services JavaScript SDK has its own version of require. Is there a CommonJS version of the library that can be used from node.js or a browserify build?
View ArticleError While Enabling Code-First Migrations On Mobile Services Database
I just had an issue and found on stackoverflow somebody with exact the same problem.I proposed a workaround on stackoverflow (search for 22923672), but could you please investigate & fix if...
View ArticleInternal server error attempting to create an Azure mobile service
I have been trying to create a mobile service since last week and I always get this error after completing the two-step wizard:{"message":"Please try again. If the problem persists, contact...
View ArticleCan't create or publish mobile service
I am following the quickstart to mobile services with a .NET backend. My first issue was that I had no available templates to choose from when creating the project, so I downloaded the sample and went...
View ArticleAndroid - NullPointerException any time I try to use anything inside of the...
I have a public container on Azure and am trying to connect using the azure storage android library. Any time I use any code that is actually meant to connect to the service I receive a...
View ArticleAuthentication with Mobile service failed on domain joined PC.
I have an odd situation. I am creating a Windows Azure Mobile Service that I an trying to work on getting Authentication working. Our domain has ADFS set up, and working. We have our domain Synced up...
View ArticleError - reply address 'https://.azure-mobile.net/login/aad' is not valid.
I've tried setting up several javascript mobile services in the last 24 hours - I'm attempting to connect a Xamarin app to use Azure Active Directory for authentication.I keep getting this error. I've...
View Article