OStack程序员社区-中国程序员成长平台

标题: ios - Skobbler(GPS 导航)未在指定位置打开 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 18:56
标题: ios - Skobbler(GPS 导航)未在指定位置打开

我有以下代码可以在指定位置打开 Skobbler:

- (void)openSkobblerWithLatitudedouble)latitude longitudedouble)longitude {
    NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:
        @"hybridnavigation://cmd=mapOverview&latitude=%f&longitude=%f", 
        latitude, 
        longitude]];
    [[UIApplication sharedApplication] openURL:url];
}

它会打开 Skobbler,但该位置会被完全忽略。 URL 是否有问题,或者这仅仅是 Skobbler 中的一个错误?

Skobbler 下载链接:
https://itunes.apple.com/us/app/gps-navigation-sat-nav/id370144231?mt=8

编辑:这是最终 URL 的样子:

"hybridnavigation://cmd=mapOverview&latitude=49.010066&longitude=8.396355"



Best Answer-推荐答案


我联系了 skobbler 的支持人员,他们确认这是他们这边的错误:

The command line integration does not work with the current version of the app. This problem will be fixed with the upcoming update. (At the moment, I cannot tell you an exact release date.)

关于ios - Skobbler(GPS 导航)未在指定位置打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21830215/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4