【发布时间】:2019-06-23 19:46:11
【问题描述】:
对 Info.plist 文件进行了以下设置:
<key>UIBackgroundModes</key>
<array>
<string>location</string>
</array>
<key>NSLocationAlwaysUsageDescription</key>
<string>Required for the application to work</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Required for the application to work</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Required for the application to work</string>
警报窗口不出现。
【问题讨论】:
标签: ios xamarin.forms