MapBox not for production
Unsolved
Mobile and Embedded
-
Hi, i'm using MapBox
plugin: Plugin { name: system.isPlatform(System.Wasm) ? "mapbox" : "mapboxgl" // Set your own map_id and access_token here parameters: [ PluginParameter { name: "mapbox.mapping.map_id" value: "mapbox/streets-v11" }, PluginParameter { name: "mapbox.access_token" value: "My token" }, PluginParameter { name: "mapbox.mapping.highdpi_tiles" value: true } ] }
But i see always the message “Development access token, do not use in production” in the footer. Is changed the MapBox plugin, is there other to do?