ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
Azure Mobile
Azure Mobile
Azure Mobile Services Introduction
Publishing & Remote Debugging
Offline Data Sync
Authenticate with Facebook
Push Notification
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile
Azure Mobile

More Related Content

Azure Mobile

  • 3. Azure Mobile Services Introduction Publishing & Remote Debugging Offline Data Sync Authenticate with Facebook Push Notification

Editor's Notes

  1. 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
  2. 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
  3. Create Node.js Todo Web Create .NET Deploy as debug Remote debugging
  4. 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
  5. 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
  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. Setup LoginAsync
  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. Bind app to Microsoft store Register on login + Test noti INotificationHandler + send noti on post Send noti to specific user
  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