Azure Mobile Services allows developers to build mobile apps that access cloud data and features. It provides capabilities for publishing apps, debugging remotely, syncing data offline, authenticating with Facebook, and sending push notifications. Developers can use these Mobile Services features to build powerful mobile apps that integrate with cloud data and notifications.
1 of 13
More Related Content
Azure Mobile
3. Azure Mobile Services Introduction
Publishing & Remote Debugging
Offline Data Sync
Authenticate with Facebook
Push Notification
Editor's Notes
Mobile is big opportunity, but complicated, Azure makes it easy
Unlike other services, Mobile Services comes with client components & services
Data sometimes disconnected: offline data sync
Get social information: Auth over mobile
Recruited users: Push noti
Mobile is big opportunity, but complicated, Azure makes it easy
Unlike other services, Mobile Services comes with client components & services
Data sometimes disconnected: offline data sync
Get social information: Auth over mobile
Recruited users: Push noti
Create Node.js
Todo Web
Create .NET
Deploy as debug
Remote debugging
Mobile is big opportunity, but complicated, Azure makes it easy
Unlike other services, Mobile Services comes with client components & services
Data sometimes disconnected: offline data sync
Get social information: Auth over mobile
Recruited users: Push noti
Add package WindowsAzure.MobileServices.SQLiteStore & add SQLite on Windows 8.1
Change from IMobileServiceTable to IMobileServiceSyncTable
Uncomment InitLocalStoreAsync & SyncAsync (push everything, pull only todoitems)
Uncomment SyncAsync (Support both occasionally disconnected & always disconnected)
Soft Delete
Conflict Management
Library is available for Xamarin, iOS, & Andriod
Use Table & Mongo DomainManager
Mobile is big opportunity, but complicated, Azure makes it easy
Unlike other services, Mobile Services comes with client components & services
Data sometimes disconnected: offline data sync
Get social information: Auth over mobile
Recruited users: Push noti
Setup
LoginAsync
Mobile is big opportunity, but complicated, Azure makes it easy
Unlike other services, Mobile Services comes with client components & services
Data sometimes disconnected: offline data sync
Get social information: Auth over mobile
Recruited users: Push noti
Bind app to Microsoft store
Register on login + Test noti
INotificationHandler + send noti on post
Send noti to specific user
Mobile is big opportunity, but complicated, Azure makes it easy
Unlike other services, Mobile Services comes with client components & services
Data sometimes disconnected: offline data sync
Get social information: Auth over mobile
Recruited users: Push noti