Skip to content

TomSoderling/AppCenterMBaaSDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

App Center MBaaS Demo

Demo Xamarin.Forms app showing the power of Visual Studio App Center Data & Auth to build a Mobile Backend as a Service (MBaaS)

See repo for slides that go along with the app

Using this sample app

You'll need to provide your own App Center app secrets. You generate them by creating new iOS and/or Android apps in App Center. Once you have them:

  • Add your secrets to the top of the App.xaml.cs which will be used in the AppCenter.Start() call
  • Add your iOS app secret to the CFBundleURLTypes array in the Info.plist file:
<key>CFBundleURLSchemes</key>
<array>
 <string>msal[your guid goes here]</string>
</array>
  • Add your Android app secret to the this string in the AndroidManifest.xml file, intent-filter node:
    <data android:host="auth" android:scheme="msal[your guid goes here]" />

About

VS App Center Data & Auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages