OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
104 stars 50 forks source link

Notification does not open specific page when the app is closed or not in the background #322

Open MATAUDI opened 1 year ago

MATAUDI commented 1 year ago

I have an android app developed in xamarin. When the app is in the background, the notification arrives and opens the page where I show the notification data. When the app is not in the background, the notification arrives, but when I click on it it opens the app on the main page instead of opening the notification detail page.

Could someone help me with this? Is there something to add in the AndroidManifest.xml? Or some service that allows me to control the opening of the notification when the app is not in the background?

I am using Xamarin Forms and OneSignalSDK.Xamarin 4.1.1.

I attach my AndroidManifest. xml.

Thank you very much

`<?xml version="1.0" encoding="utf-8"?>

`
MATAUDI commented 1 year ago

@jkasten2 any news on this? Do you have any idea what could be causing this to happen?

MATAUDI commented 1 year ago

@tanaynigam @jkasten2 any news on this? Do you have any idea what could be causing this to happen?

chasingwatts commented 1 year ago

I'm experiencing the same issue. I can now only get to the main page after notificationopened; will not pushasync to another page. Any updates on your end @MATAUDI?