Run Sqlite Code when received notification Xamarin Forms
问题 I am trying to run SQLite code while app received notification from firebase in Xamarin Forms App, First I Install this plugin Plugin.FirebasePushNotification and also add this permission: <uses-permission android:name="android.permission.INTERNET" /> then add this class to mu android project [Application] public class MainApplication : Application { public MainApplication(IntPtr handle, JniHandleOwnership transer) : base(handle, transer) { } public override void OnCreate() { base.OnCreate();