Jump to content
Sign in to follow this  
ToddFrankson

Android/IOS push notifications...

Recommended Posts

I have Push Notifications working just fine....... 

What I want to do now is the following:

When the user taps the notification and the App is closed, I want the App to open and display the Notification within the app(in a TText for example). 

My problem seems to be that when the notification is tapped, and the app launches, the notification is cleared before the app can open.

Is there a way to do what I want?   

 

Share this post


Link to post
4 hours ago, ToddFrankson said:

Is there a way to do what I want?

If the app is not already running, you need to handle startup notifications. See part 10 of these instructions, which deals with handling the StartupNotifications property.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×