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
Download to read offline
More Related Content
Azure Mobile
3. Azure Mobile Services Introduction
Publishing & Remote Debugging
Offline Data Sync
Authenticate with Facebook
Push Notification
Editor's Notes
#5: 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
#6: 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
#7: Create Node.js
Todo Web
Create .NET
Deploy as debug
Remote debugging
#8: 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
#9: 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
#10: 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
#12: 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
#13: Bind app to Microsoft store
Register on login + Test noti
INotificationHandler + send noti on post
Send noti to specific user
#14: 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