2016-09-21 1 views
0

2 일 전부터 SKMaps/Skobbler Map Server 중 하나 또는 일부가 다운 된 것으로 보입니다. 이것은 나만인가, 아니면 더 많은 사람들이 이것을 경험하고 있는가? 그것이 나만이라면 어떻게 해결할 수 있는지에 대한 도움이 될 것입니다.SKMaps/Skobbler지도 서버 다운

iOS 앱을 SKMaps Framework 버전 2.5.1에서 3.0으로 업데이트하고 있습니다. 그것은 또한 업데이트 된지도를 포함합니다. 3.0으로 작업하는 응용 프로그램을 가지고있었습니다. 그런 다음 내 앱을 Swift 3.0으로 업데이트하고 Xcode 8.0으로 업데이트하기 시작했습니다. 그 이후로 일하게 만들지 못했습니다. 실행되지만 맵 서버에 도달 할 수없는 것처럼 보입니다. Swift3/Xcode8에 대한 업데이트가 이유 일 수 있는지 확실하지 않습니다.

** 업데이트 : 지도 버전을 업데이트하지 않으므로 (201504지도를 계속 사용) 모든 것이 정상적으로 작동합니다. 따라서 Swift3/Xcode8로 업데이트하는 것과 관련이없는 것 같습니다. 201604지도의지도 서버가 작동하는 것 같습니다. **

지난 주지도 서버 문제가 확인되었지만 they were resolved입니다. 문제가 다시 발생했는지 확신 할 수 없습니까?

기본적으로 내 앱은 현재 쓸모가 없습니다. 메타 데이터를 다운로드 할 수 없으며 온라인지도 타일을 검색/표시 할 수 없으며 오프라인지도 패키지를 다운로드 할 수 없으며 검색이 작동하지 않거나 온라인 경로 계산이 작동하지 않습니다.

가장 많은 콘솔 로그 조각이 있습니다. 오프라인지도 지역과 JSON을 다운로드 할 때 나는이 얻을 :

[AnyHashable("Content-Type"): application/xml, AnyHashable("Connection"): keep-alive, AnyHashable("Date"): Wed, 21 Sep 2016 17:51:58 GMT, AnyHashable("X-Amz-Cf-Id"): zBW5kFdCN-9fhZnpj8WyeL7CCx2eEEixO9BPIDGbyJHxqAuFa8gf9Q==, AnyHashable("Transfer-Encoding"): Identity, AnyHashable("Server"): AmazonS3, AnyHashable("Via"): 1.1 01448657fc099ab201797422a6a02be2.cloudfront.net (CloudFront), AnyHashable("X-Cache"): Error from cloudfront] 

나는이 얻을 프레임 워크 초기화시 메타 파일을 다운로드하려고 : 나는 연결이 확신

the resource not found: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/roads 
offline mode, the resource cannot be downloaded: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/roads 
the resource not found: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/attributes 
offline mode, the resource cannot be downloaded: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/attributes 
the resource not found: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/elevations 
offline mode, the resource cannot be downloaded: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/elevations 
the resource not found: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/version.txt 
offline mode, the resource cannot be downloaded: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/version.txt 
the resource not found: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/bikeAttributes 
offline mode, the resource cannot be downloaded: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/bikeAttributes 
the resource not found: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/shapes 
offline mode, the resource cannot be downloaded: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/shapes 
the resource not found: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/pois 
offline mode, the resource cannot be downloaded: /Users/guido/Library/Developer/CoreSimulator/Devices/1CF279C5-7F13-4379-A1C2-268C290D0B56/data/Containers/Data/Application/44D9119E-6DF3-4133-92F0-DF738199826B/Library/Caches/maps/v1/20160426/meta/pois 

을 그리고 저는 이것이 프레임 워크 초기화 코드이므로 온라인 모드에 있다고 확신합니다 :

let initSettings: SKMapsInitSettings = SKMapsInitSettings() 
initSettings.mapDetailLevel = SKMapDetailLevel.Light // Same thing if I change this to .Full 
initSettings.connectivityMode = SKConnectivityMode.Online 
initSettings.showConsoleLogs = true 
SKMapsService.sharedInstance().initializeSKMapsWithAPIKey(SKMapsAPIKey, settings: initSettings) 

답변

1

발견. Skobbler의 'light/v1/20160426'API 엔드 포인트 일 가능성이 큽니다.

  • 나는 '빛'맵에 3.0 데모 프로젝트를 전환하면 작동하지 않습니다 중 하나 (어떤 메타 데이터 등을, 아니 온라인지도 볼, 더 오프라인 맵 JSON 다운로드 다운로드 없음)
  • 하는 경우 내 앱을 '전체'지도로 전환하면 모두 정상적으로 작동합니다.

Skobbler의 개발자와 연락하여 신속하게 해결할 것이라고 상상해보십시오.

+0

3.0 버전에는 "밝기"지도가 아직 없습니다. 이것이 문제의 원인입니다. "전체"지도 사용으로 전환하십시오. – Ando