[Node.js] Easy Tables | 404 table not found error
I've been working to get the Easy Tables system working with the JS SDK.I've setup the Azure Portal and gone through the steps to setup Easy Tables and added a series of blank tables ready. All have...
View Articlecreate mobile service
Hi All, I have an issue. I want to create a windows app to create a push notification using windows azure. Durng addition of push notification an error has been observed. The name field could not be...
View ArticleAzure Mobile Storage Options using Xamarin
Hello Teams! A customer @twitting_atr via Twitter is asking for more information on setting up Storage with Xamarin. Do you have a moment to provide more insight to the question? I really like Azure...
View Article[Node.js] Azure push notification services and cordova
Hi, I am working on a Ionic/Cordova based mobile app for iOS (and Android later) and wanted to use the push notification services. I already added a hub and the certs for APNS, this seams to work and...
View ArticleMobile Services - ExecuteTableOperationAsync - Exception Handling
I am using some MS examples on handling conflicts in ExecuteTableOperationAsync which is fine.I am trying to test and example of the sync service not at all being available (it is stopped on Azure).So...
View ArticleWindows.WindowsNotification(string, string) method is deprecated
Hi I have below codes to create Scheduled Notification in Azure .NET backend. But I got warning that "Windows.WindowsNotification(string, string) is obsolete." Please advise. Notification notification...
View ArticleMobile Services - Sync - Conflict Resolution
catch (MobileServicePushFailedException exc) { if (exc.PushResult != null) { await TicketsResolveConflictsAsync(exc.PushResult.Errors).ConfigureAwait(false); } } private async Task...
View Articleeasy tables, can't manage schema
easy tables, can't browse any tables or manage schema after migrating to azure app service from azure mobile...
View ArticleXamarin UWP and Azure Mobile Services Offline SQLite Sync - problems when...
Hi, We have a problem when we build our app in Release mode with .Net Native Toolchain on. MobileServiceClient.SyncContext.PendingOperations then returns -1 instead of 0 when there are no Pending...
View ArticleUnable to create tables or seed database using Azure QuickStart
I started with the C# Runtime download from Azure QuickStarts. I added all my DataObjects and modified the database initializer See method to add records to all my tables that needed default records....
View ArticleTrack local changes, pull from custom api, pull from ids
I am transitioning my iOS app to Azure Mobile Apps with offline sync, and I have some questions: 1. I was using events to inform changes of the local SqlLite database, and the UI/screens subscribed to...
View Article[Azure Mobile table] Using Version, UpdatedAt fields leads to unnecessary...
Hello,if I use the "Version" and "UpdatedAt" field I had to pull my changes after the push, because otherwise these fields, which are changed by the server, are not updated automatically after the...
View ArticleAzure Mobile table for Android throws UnsupportedOperationException
Hi,I have the following big issue with Azure Mobile tables for Android. If during the push something goes wrong (e.g. just quit the app in the debugger during pushing) the database is left in a state...
View ArticleUnable to authenticate with Microsoft Account using Azure Mobile Services
Hello,I've recently released an application with support of Microsoft, Facebook and Google login. For a first few days everything was okay, but since yesterday my users unable to login with Microsoft...
View ArticleCustom Authentication for Cordova App
Hello,I am using Azure Mobile Apps as a backend to my Cordova application, everything is working great except I have been told by apple that I must add an alternative login to the application to comply...
View ArticleCreate Easy Tables with SSMS
Is it possible to create Easy Tables with SQL Server Management Studio? Or is there any other way of creating tables via script? It seems like a step backwards from working with SQL Server. Thanks!
View ArticleAzure RMS on Mobile Devices
Hello,I have a couple of questions regarding the use of Azure RMS on mobile devices and was hoping someone could help me out.When trying to use Azure RMS on mobile devices (especifically iOS...
View ArticleSqlitestore vs Sqlite-net
I couldn’t find much documentation about the Sqlitestore that is used in Mobile Apps, is there any? I wanted to know if it supports indexes, like sqlite-net does. And how to do joins (I previously...
View ArticleAzure Notification Hub - error when sending to WP 8.1
Hey,I've got a problem with Azure Notification Hub. Our team uses Apache Cordova to create hybrid mobile application (along with Tools for Apache Cordova in VS 2015). One of the key functionalities are...
View ArticleTable Controller and Custom Controller Routes
I'm working on a mobile backend with mobile apps and offline sync. I have the regular TableController for the 'tables/{tableName}' endpoint, but as I advance I'm also having custom api controllers in...
View Article