Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello guys I have one question about Windows 10 Universal app (UWP)

I have few app in the store I build for windows 8.1 now I am porting them but ı have a problem now Before I use Application SettingFlyout but now I cant use this any suggestion ! thanks for your help
Posted
Comments
Likefire 3-Sep-15 5:26am    
What kind of UI you use: XAML-builded or WinJS-bulided? Do you catch a bug at a compile time? What kind of error reported your developer environment?
Serkan Çakmak 3-Sep-15 8:07am    
I am using c# Xaml lets I clear my question. With windows 10 charm bar gone .
I just want to know how I will provide privacy policy. I do this in fly out in windows 8.1 now I don't know how
Likefire 4-Sep-15 6:51am    
OK. How did you provide privacy policy in Win8 app? Some propeties and methods has changes in Win10 and have differences. Microsoft recommends inspect porting code to deprecated APIs, replace undefined and review retained styles in XAML and so and so on. If your function is shell - look at APIs here: https://msdn.microsoft.com/en-us/library/windows/desktop/jj635743(v=vs.85).aspx. If you foundn't here - look at MSDN definition of your function with version selector (it's a combobox at the top of article with all available versions). Compatibility cookbook in DevCenter does not contain data about Win10 but you can look at this one: https://msdn.microsoft.com/en-us/library/windows/desktop/hh848049(v=vs.85).aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900