Google Authentication Access Denied After Migrate to Azure App Services...
I've successfully migrated my Azure Mobile Services service to the Azure App Services Mobile App in all aspects except Google Authentication using the migration documentation here. I also had to...
View ArticleAzure Web App that uses the database of my Azure Mobile Service
Hi there!I've just succesfully created my Mobile app for the windows phone and it uses an Azure Mobile service with a database connected to it. Right now I would like to create a simple website that...
View ArticleRemote name could not be resolved in App but MobileService project connects ok
I have a mobileservice project that runs fine as a Web client. But if I use the MobileServiceClient reference in my Universal app I get "The remote name could not be resolved". In the client Phone app...
View ArticleQuestions about common Web App/Mobile App Authentication
I am investigating possible architectures for a new web and mobile app. Having watched the App Services launch video, I think it is a good fit, but I can't see how the [mainly authentication] pieces...
View ArticleAzure Mobile Services Table Controller - Scaffolder option missing
Hi,I have just created an Azure Service Mobile App (wow, that's a mouthful!) using the Azure preview portal. I then used the "Quickstart" guide to download a project that I could insert into an...
View ArticleAndroid register push notification without Tag
Hi I download the mobile service example for android and IOS, follow the steps to include notifications, it work fine, went i add a new Todo Item, a push notification is received. after that i review...
View ArticleHow do I connect to azure redis from AMS?
I tried to connect to my azure redis instance and it's not working. I can't find any tutorials on how to connect AMS with azure redis. The error message is below...Error: Cannot find module 'redis'
View ArticleNot being able to get data from azure onto the app
I have a database in azure which consists of lattitude and longitude, and I am trying to get those values and find the values with the shortest distance from the current place. (in the future I intend...
View ArticleAzure Server Rows not Updating when an Integer field is Modified in Local...
I am trying to push row changes to the Azure server from a Windows Universal app. The data is stored in a local SQlite Db and I used Reflection to select the fields to perform the update as seen in the...
View Articleazuretable.PullAsync() not syncing all records from azure db to local SQLite db.
Hi All,I am developing a Windows store app (WinRT 8.1) where I am implementing offline capabilities using azure mobile services.When I am syncing the data from azure to local SQLite, some records not...
View ArticlePorting JS (mobile services) for Flash (Action Script)
Hi!There is JS-class for mobile servicesajax.aspnetcdn.com/ajax/mobileservices/MobileServices.Web-1.2.5.min.jsMay be anybody know is there port of this for Flash-projects (for example, for AIR)Thanx!
View ArticleUnit test example project field engineer
I´m doing a test project with Azure mobile service and i´m trying to add tests for the service and is using the Azure example project field engineer as a reference....
View ArticleOffline data synchronization in azure mobile services on windows server 2008
Hi, I have a class library which insert data into tables in azure mobile services on windows server 2008 OS for windows universal C# platform. I am trying to insert data using offline data...
View ArticleSending Array in Request Parameter with only 1 value is read as String
I am using Azure Mobile Services with a JavaScript Backend and iOS Client.I have an issue that when I try to pass an array in the request Parameters I face the following issue. The array is read...
View ArticleUpdateAsync Does Not Update All Fields
I'm using Azure Mobile Services and am running into an issue with the "UpdateAsync" method. For many of the properties I am storing in my item the UpdateAsync method works just fine. For others the...
View ArticleAuthentication after migrating to App Services Mobile App: uid vs sid
I've migrated form Azure Mobile Services to the new App Services Mobile App, and I'm using the new AMS 2.0.0-beta on the client-side. I have two providers (currently) implemented for OAuth 2.0: Google...
View ArticleTesting Table Controllers
I'm trying to create some tests against the operations of a table controller I've created as part of my Azure mobile services. When I create an instance of a table controller, I need to provide a...
View ArticleHow to get deviceToken from azure backends database.
Is it possible to get deviceToken from backends database ? I mean the database is azure backends database. not todoItem. if there is some way to get deviceToken. plese tell me.
View ArticleUnit testing Azure mobile serivces
I'm trying to setup unit tests for azure mobile services...I set fairly modest initial goals (or so I thought :D )First I wanted to unit test my routes, ensure that calls where mapping to the right...
View ArticleAdding User Authentication to Windows Phone App with Microsoft Account
Hello, I am trying to add user Authentication to my Windows 8.1 Phone app. I have been following this tutorial:...
View Article