Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8741921
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:24:19+00:00 2026-06-13T11:24:19+00:00

I have notifications going to my application, I want to be able to take

  • 0

I have notifications going to my application, I want to be able to take the user to that page in my application when they click on the notification or live tile (current displayed item).

Is there a way to determine what the tile data is when your app is launched from a Live Tile or Toast Notification?

Also, users have the ability to right click on a live tile and turn it off. Is there a way to detect that so I can turn off sending them live tiles or does WNS handle that?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T11:24:20+00:00Added an answer on June 13, 2026 at 11:24 am

    Windows does not provide a way to determine the tile content when a user launches the app via a tile. Per the UX guidelines launching from each of the following should have the corresponding behavior:

    • Main tile: The app should launch to the last place the user left the app or the app home page.
    • Secondary tile: The app should launch to specific content in the app.
    • Toast: Like a secondary tile, the app should launch to specific content in the app.

    All three of types of activation will cause the OnActivated event to be fired with the IActivatedEventArgs.Kind parameter set to ActivationKind.Launch.

    For both secondary tile and toast activations, the app can provide an additional context in the LaunchActivatedEventArgs.Argument parameter.

    For secondary tiles, the launch arguments parameter can be set upon creation of the tile via the SecondaryTile.Arguments property.

    For toast notifications, the launch arguments parameter is set as an attribute in the toast notification XML:

    <toast launch="myLaunchContext">
        ...
    </toast>
    

    Lastly, apps should not need to check whether the tile has been turned on or off by the user. Windows and WNS will determine whether delivery is required. The user can turn the tile on/off while an app is not running, so the state saved by the app may be out of sync with the setting.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have code like: @notifications = Notification.find_all_by_user_id(@user.id, :order=>'deliver_by DESC', :conditions=>deliver_by >= '#{Date.today.to_s(:db)}') logger.info @upcoming_reminders[0].inspect
I have set up an app that is registered for remote notifications. - (void)application:(UIApplication*)application
I’m having a weird problem with notifications. I have created an on going notification,
I have a small email application that lets a user build a message from
I have several notifications that can be sent out from my Django application for
I have currently created a facebook like page that pulls notifications from different tables,
Is it possible to have a battery notification in every application that is running?
How would I be able to find out how many notifications I have through
I have a bash script that uses growlnotify to send notifications. However, growlnotify doesn't
I have an Iphone application in which i am recieving push notifications from the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.