arunas111
arunas111
Try running below in PowerShell as the affected user (must be administrator): `Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}`
I just used `whatsNew.isModalInPresentation = true` so users can't dismiss by swiping.
Never mind, figured it out... Running `markCurrentVersionAsPresented() ` only if `LatestAppVersionPresented` in UserDefaults is not present. Seems to do the job.