此处API-在导航栏中使用MapView时出现许可证问题

时间:2019-01-04 09:06:32

标签: ios here-api

在我的主ViewController中,我有几个容器,其中一个(MapViewController)包含NMAMapView。此设置无法正常工作。 我向项目中添加了一个标签栏,该标签栏的一项是我的MapViewController。

但是每次我运行项目时,都会出现以下错误:

*** NMAKit FATAL: License Key, App ID, or App Code not set.

    var mapView: NMAMapView = {
        let map = NMAMapView(frame: CGRect.zero)
        map.copyrightLogoPosition = .topCenter
        return map
    }()

0 个答案:

没有答案