Emiliano Alvarez
Emiliano Alvarez
Hi @chizhavko, sure! I don't apply any new configuration before active navigation. How I instantiate the MapboxNavigationProvider: ```swift private let navigationProvider: MapboxNavigationProvider init() { let config = CoreConfig( credentials: .init(accessToken:...
It can be reproduced with the CoreSDKExample Steps to reproduce: 1. Remove from the Info.plist the MBXAccessToken; 2. Provide a valid access token in the Navigation.swift file in line 24;...
I cannot test the new version 3.2.0 in a physical device as I'm not using SPM in the project. When I'm trying to fetch version 3.2.0 I've noticed that you...