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 7635221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:23:01+00:00 2026-05-31T07:23:01+00:00

I have submited a App but is not certified because this: This application uses

  • 0

I have submited a App but is not certified because this:

“This application uses the Location Service API to determine a user’s location and show them events taking place nearby
however, it does not appear to contain a privacy policy that is accessible to users explaining how the application uses the
Location Service API.”

And what i want to do is something like this

enter image description here

When user clicks in Policty Statement open a new window with settings page with my app location policies.

Can anyone help me? How can i add a link like in image?

Cumps

  • 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-05-31T07:23:02+00:00Added an answer on May 31, 2026 at 7:23 am

    You can navigate to a page using the Hyperlink control

    <Textblock>
      <Hyperlink NavigateUri="/PrivacyPage.xaml" 
                 TargetName="_blank">Privacy Statement</Hyperlink>
    </Textblock>
    

    See MSDN for more info

    I don’t think you can put a hyperlink in a call to MessageBox.Show() though so you have to create your own Messagebox-like page.
    The first time the app is launched you direct the user to your message page. E.g. using this in MainPage.xaml

    OnNavigatedTo(...) 
    {
      if(!AppSettings.HasMessageBeenShown)
      {
        AppSettings.HasMessageBeenShown=true;
        NavigationContext.Navigate(new Uri("/MessagePage.xaml", UriKind.Relative));
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

NOTE: This is for Mac OS X not iOS I have a client app
I have submitted application on iTunes but it rejected because they want demo username
I have a Flash web app which displays user submitted PNG files. Files are
I have submitted the binary file of my application to apple on appstore. But
I have written a simple feedback application in django. It's not particulairly complex, basically
I have an app on the store which was built for 3.1.2, but which
I have submitted an app to appstore but unfortunately it got rejected due to
I have developed an AR application for iPad2 that uses an ImageMarker to display
I'd like to have something in my app that is just like Twitter but
I am working on a Codeigniter app that uses JCrop to crop the user's

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.