🐱🐉 This is a work in progress...
Be aware, this app uses the following packages:
- Xamarin.Forms 4.0.0.62955-pre2
- Microsoft.AppCenter.Push 1.13.0 (and dependencies)
App Center Push (https://docs.microsoft.com/en-us/appcenter/push/)
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
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.
The challenge here is to set up the keys and certificates, luckily we can follow this doc's and get things going
WIP
WIP