mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-30 01:38:45 +00:00
This change is only relevant for Windows 8, 8.1, and RT apps, and only for those that are network-enabled. Such apps must feature a link to a privacy policy, which must be displayed via the Windows Settings charm. This is needed to pass Windows Store app-certification. Using SDL_SetHint, along with SDL_HINT_WINRT_PRIVACY_POLICY_URL and optionally SDL_HINT_WINRT_PRIVACY_POLICY_LABEL, will cause SDL/WinRT to create a link inside the Windows Settings charm, as invoked from within an SDL-based app. Network-enabled Windows Phone apps do not need to set this hint, and should provide some sort of in-app means to display their privacy policy. Microsoft does not appear to provide an OS-integrated means for displaying such on Windows Phone. |
||
|---|---|---|
| .. | ||
| SDL_winrtapp_common.cpp | ||
| SDL_winrtapp_common.h | ||
| SDL_winrtapp_direct3d.cpp | ||
| SDL_winrtapp_direct3d.h | ||
| SDL_winrtapp_xaml.cpp | ||
| SDL_winrtapp_xaml.h | ||