Erik Fagerman
Erik Fagerman
I was also rejected by Apple because of this issue. Is there any known solution or workaround?
Hi, This issue should hopefully be fixed in later releases where we used a guard as you suggested. Please let me know if the issue still exists!
`var coreConfig = CoreConfig(predictiveCacheConfig: .init()) coreConfig.routingConfig.fasterRouteDetectionConfig = nil coreConfig.routingConfig.prefersOnlineRoute = true coreConfig.routingConfig.rerouteConfig.detectsReroute = true coreConfig.routingConfig.rerouteConfig.rerouteStrategyForMatchRoute = .navigateToFinalDestination`
Hi, thanks for looking into this issue. I hope this log (logLevel = .debug) helps you. [Warning, nav-native]: Reroute from map-matching api is switched to directions api route having the...
Hi again, I’m setting steps=true (options.includesSteps = true) — see code below. I think I’ve found a lead. I get a log error when calculating a route using map-matching options...
Great! I just want to point out once more, that the app crashes, and l get the error log: "radiuses"="5.0;unlimited", whether or not I'am setting the `radiuses` parameter in the...