After implementing OneSignal library into my Xamarin project, and configuring it from their documentation everything works fine, but when my application is in the background (minimized) and I click on the notification it restarts my App from the start (showing splash screen, Lottie animation, initialize all libraries again, creating new App(), etc)
Is this default behavior or it should bring my app from the background to focus instead ?
And this way I cant catch data send from notification in restarted app, but I do catch OnNotificationOpened in the background app but then it closes and restarts.
It is Android startup project