ToddFrankson 3 Posted Sunday at 03:22 PM 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
Dave Nottage 563 Posted Sunday at 08:14 PM 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