Error when uploading to the store
Im having serious problem with my App. I have a background task which reads/writes to an Azure mobileservice. Everything is fine when I run on my phone and on the emulator....but when trying to...
View ArticleUsing Azure Mobile Services in a Portable Class Library?
I've embarked on a dual W8/WP8 app using the Portable Class Library and also the Azure Mobile Services for the data backend. Pretty quickly I've run aground in that I wanted to use the PCL to house...
View ArticleMobileServices from ServerSide or not?
Hi all,we are building up a "Platform" with apps on iOS, Windows 8, WinPhone and Android and, obviously, a web application.We started with Azure Mobile Service to build the mobile apps and now we are...
View ArticleIs Json the only content type supported for mobile services ?
I am trying to do an update a Mobile service table as described belowhttp://msdn.microsoft.com/en-us/library/windowsazure/jj677198.aspxrather than using JSON i want use application/xml, is this...
View ArticleAzure Store in Puerto Rico
I'm trying to use sendgrid but the store is disabled in Puerto Rico. There's anyway to do it?
View ArticleUse Azure mobile service create Azure table storage
Hi all Is there any sample about how to create Azure table storage by Azure mobile service?Is it possible?Thanks.
View ArticleStoring data Windows 8 App
I'm developing a Windows 8 Application (C#/XAML). A brief outline of the application:A user creates a match (Sport, League, Team1, Team2, Forecast_score). Another user can join the match and give his...
View ArticlePush notifications in the Mobile tutorial
Hello, I’m trying to test push notifications in the Mobile tutorial and I’m receiving an error that I’m un-able to find an answer for, here’s the error:The notification platform is unable to retrieve...
View ArticleWindows Azure Mobile Service: Executing a Insert Stored Procedure in the data...
I need to call a stored procedure when the Insert Script trigger is called. The idea is use the stored procedure to insert rows in 3 tables, including the original table.I have the following tables -...
View ArticleProblem insertasync xamarin azure mobile service
Hello, I use Xamarin Azure Mobile Service (https://github.com/xamarin/azure-mobile-services). I have a string to insert. it can contains some lines ( \r\n on winRT or \n on android ). For example, for...
View ArticleOne of the request inputs is out of range in node.js when create a table
HI allHere I meet a error message, did you meet before?Here is my repro code:On Azure Mobile service portal:Create a Data called MyItem, and this code in insert method:function insert(item, user,...
View ArticleCannot upload APNS Certificate
Hi All,As the title suggests, I am unable to upload the certificate generated through iOS Dev Centre to the Azure Mobile Services portal. When I try to select the certificate, enter the password and...
View ArticleHow can i login to my application with a Usertable
Hi!Im just started out to try this Mobile service from Azure and it seems very good for me. Im devloping a budget handling software that is control by Webpage and Android. But to the Question...I have...
View ArticleI wanna stop encode to "UTF-8 with BOM" that download from Windows Azure Portal
I downloaded the Android quickstart App from Windows Azure Portal . But build error occurs in Android Studio Because source files (ToDoActivity.java, etc.) was encode by "UTF-8 with BOM". I remove the...
View ArticleWindows Phone Push Notification Problem
Hi, I try push notification to Windows Phone 8 from Windows Azure Mobile Services but I get to this error "<label>Error</label>Error in script '/table/TodoItem.insert.js'. Error: The cloud...
View Article'Microsoft' is undefined javascript error
I am using Windows Azure Mobile Services with my HTML5/JS Windows 8 app. I get the error 'Microsoft' is undefined when I try to run the app. I don't seem to be able to access my Mobile Service from...
View ArticleAzure mobile HTML5 application - facebook authentication on iPhone in app mode
I have an HTML5 application that uses Azure mobile authentication to login (straight from the example code...provided below). It works fine in all desktop browsers and iPhone in Safari. But from app /...
View ArticleSelect single item from Azure database. (C#)
Hello,I have followed the todo-item tutorial and that works fine.But when fetching items from the database I can't wrap my head around how to fetch only a single item.The statement in the tutorial goes...
View ArticleHow can I see all records in Mobile Service Data, which pointed to exists...
Hi, I am new hereI've been working the Mobile Application Project on Windows Azure. I've already deployed my local database to Azure DB. The problem is I've created a new mobile service which it's...
View ArticleNuGet cannot install the Windows Azure Mobile Services package
I have a Windows Store project where I want to install the Windows Azure Mobile Services package just by using the NuGet. When I tried to install the package with the NuGet, the NuGet says the package...
View Article