I installed VS2013 from BizSpark, wrote an app using AppStudio, and downloaded it for customization. My specific problem is how do I add the required Privacy policy, being as how my app uses the internet. I am new so definitely I could be confused about some things.
1.VS2013 was installed with the WinPhone SDK. Some templates for phone items do indeed show up.
2.An HTML5 app can apparently use these instructions; http://jessefreeman.com/articles/windows-store-privacy-statement/
3.A Windows 8 Store, ie not a phone app but a desktop app, appears to be able to use these instructions:http://msdn.microsoft.com/en-us/library/windows/apps/hh872190.aspx
- Project / Add New Item. / Visual C# /Windows Store / Settings Flyout.
4.For my solution I do not have either of these options.
Help?! Thank you!