I want to use PlayFab push notifications in my application on iOS and Android but I don't know how to do that.
I enabled push notifications(ARN) in my PlayFab title account but I don't know how to register and receive push notifications in my iOS and Android application because I use Xamarin and not Unity. PlayFab only provides a Unity tutorial but I cannot use the Unity code that is provided in these tutorials.
Unity tutorials:
docs.microsoft.com/en-us/gaming/playfab/features/engagement/push-notifications/push-notifications-for-ios
docs.microsoft.com/en-us/gaming/playfab/features/engagement/push-notifications/push-notifications-for-android
How can I register my client application for push notification? Which nugget packages are necessary?
They are using a device token in the tutorials. How can I get the device token in Xamarin.Forms on iOS/Android?