Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 app rejected due to Privacy Policy

Tags:

windows-8

I am new to Windows 8 app development, I was working on a web Api but my app for rejected for not containing Privacy Policy. How to add it?

like image 444
user1878823 Avatar asked Dec 05 '12 11:12

user1878823


1 Answers

You need to add the privacy policy under the Settings Charms of windows 8 app, Which can be achieved my pressing Windows + C Key . Rest you need to make a blog/ Website that targets you to the Privacy policy page. Copy and paste the code below

http://www.andybeaulieu.com/Default.aspx?tabid=67&EntryID=228

For a sample privacy policy visit

http://apoorvkupadhyay.blogspot.in

like image 105
Apoorv Avatar answered Nov 15 '22 12:11

Apoorv