获取支持 ARGeoTrackingConfiguration 的城市列表
Posted
技术标签:
【中文标题】获取支持 ARGeoTrackingConfiguration 的城市列表【英文标题】:Getting a list of cities supporting ARGeoTrackingConfiguration 【发布时间】:2020-09-25 06:40:32 【问题描述】:在 WWDC 2020 上,Apple 宣布美国 5 个主要城市支持 ARKit Geo Tracking
:
我在开发人员的资源上找不到任何有关它的信息。因此,找出是否支持此配置的唯一方法是使用 .isSupported
属性:
if !ARGeoTrackingConfiguration.isSupported
let storyboard = UIStoryboard(name: "Main", bundle: nil)
let udMessage = "unsupportedDeviceMessage"
window?.rootViewController = storyboard.instantiateViewController(
withIdentifier: udMessage)
支持ARGeoTrackingConfig的城市列表有补充吗?
【问题讨论】:
【参考方案1】:https://developer.apple.com/documentation/arkit/argeotrackingconfiguration上有一个列表。
但这可能会或可能不会正确更新,谁知道呢。
【讨论】:
以上是关于获取支持 ARGeoTrackingConfiguration 的城市列表的主要内容,如果未能解决你的问题,请参考以下文章