Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.44 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.44 KB

🐱‍🐉 This is a work in progress...

A sample app demonstrating the usage of app center features with xamarin forms.

Be aware, this app uses the following packages:

  • Xamarin.Forms 4.0.0.62955-pre2
  • Microsoft.AppCenter.Push 1.13.0 (and dependencies)

To use App Center Push on your app, you just need to add the Microsoft.AppCenter.Push package, https://docs.microsoft.com/en-us/appcenter/sdk/push/xamarin-ios#prerequisite---enable-apple-push-notifications-service-apns-for-your-app

Android implementation

First of all, to be able to receive a push notification on Android, you had to follow these steps https://docs.microsoft.com/en-us/appcenter/sdk/push/xamarin-android#prerequisites

Then, it's not a big deal, you can check thise commits and see that is a piece of cake.

iOS implementation

The challenge here is to set up the keys and certificates, luckily we can follow this doc's and get things going


App Center Diagnostics

WIP


App Center Analytics

WIP