我在 Windows Phone 应用程序开发中遇到问题。我想知道当我们按下窗口键时,我们的应用程序会停用,但为什么它不在后台运行?
我实现了 Geolocator 方法并在 WMAppManifest.xml 文件中编写了以下文本
<Tasks>
<DefaultTask Name="_default" NavigationPage="Registration.xaml">
<BackgroundExecution>
<ExecutionType Name="LocationTracking" />
</BackgroundExecution>
</DefaultTask>
</Tasks>
在后台运行应用程序。
但只有在“设置”中打开 GPS 时,应用程序才会在后台运行。