No Image

Xamarin – Local notification for iOS (1)

February 25, 2021 hung-nb 0

How to create a local notification? Add permission check App.xaml.cs iOSNotificationManager.cs Send notification Use UNTimeIntervalNotificationTrigger to create a local notification immediately Use UNCalendarNotificationTrigger to create […]

No Image

Xamarin – How to setup?

July 1, 2020 hung-nb 0

How to update existing project to AndroidX? Update Android compile version to Android 10.0 Open your Android Manifest file and select Target Android version to […]