question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

App Reload on Push Notification Click with Splash Activity Xamarin Forms

See original GitHub issue

This is a continuation of issue #11

I have this Application that has a Splash Activity as its main launcher followed by the Main Activity. When its just the Main Activity i have this:

 [Activity(LaunchMode = LaunchMode.SingleTop, Label = "App", Icon = "@drawable/app_logo", Theme = "@style/MainTheme", ScreenOrientation = ScreenOrientation.Portrait, MainLauncher = true)]

Also an overidden method:

protected override void OnNewIntent(Intent intent)
{
        FirebasePushNotificationManager.ProcessIntent(intent);
}

This works as expected with just only a Main Activity as your launcher. The issue i am having is for my instance i have a Splash Activity as my main launcher, I tried switching around the implementation but still no success.

What am i missing?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:29 (9 by maintainers)

github_iconTop GitHub Comments

5reactions
rdelrosariocommented, Jan 16, 2018

Getting back to this. Sorry guys I was on a trip but now back. Will get that sample going this week

2reactions
rdelrosariocommented, Dec 14, 2017

I will create a working sample of use with splash but bare with me might take me a few days because of other commitments I currently have.

Read more comments on GitHub >

github_iconTop Results From Across the Web

App Reload on Push Notification Click Xamarin Forms
I have implemented push notifications on my app and they work fine. The problem I have is that when I click them in...
Read more >
Start an Activity from a Notification
To start a "regular activity" from your notification, set up the PendingIntent using TaskStackBuilder so that it creates a new back stack as ......
Read more >
Handle Push Notification Click in Xamarin - YouTube
In this video we learn how to handle the push notification click inside our xamarin forms android project using pending intent.
Read more >
Implement Push Notifications with Xamarin.Forms ... - YouTube
FirebasePushNotifications 08:59 - Configure Android App 10:10 - Bootstrap Push Notifications 11:54 - Android Notification Channels 16:05 ...
Read more >
Splash screen on OnAppLinkRequestReceived in Xamarin ...
Hi, My splash screen of Xamarin.Android works when I tap the app. The app can also be started via OnAppLinkRequestReceived.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found