简体   繁体   中英

Windows store apps - detect first launch of the app

I need to show a "welcome screen" (something like a license) when the user had first launched the application. This screen should be shown only once per user. Could someone guide me with this since I'm a beginner in windows development?

您可以使用本地存储设置来存储有关是否显示“欢迎屏幕”的数据,并使用该信息确定启动时是否必须显示该屏幕。

I don't know if there is something like LicenceInfo().
But for sure you can do it with IsolatedStorageSettings:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj714090(v=vs.105).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM