Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Routing App Coverage File [closed]

I've recently submitted my game to the App Store. It has recently been approved and is "Processing for the App Store". When I click on my application, it says "Routing App Coverage File". Just curious on what this means exactly?

like image 748
Gabe Karkanis Avatar asked Sep 24 '12 18:09

Gabe Karkanis


People also ask

What is routing app coverage file?

The "Routing App Coverage File" is a GeoJSON file which describes the coverage area for a public transit routing application (to be used with iOS 6 Maps). The iTunes Connect Developers Guide says: Routing app coverage files are . geojson files which specify the geographic regions supported by your app.

IS routing app coverage file required?

If your app uses location to provide routing information, you must supply a geographic coverage file before submitting your app to App Review.


1 Answers

The "Routing App Coverage File" is a GeoJSON file which describes the coverage area for a public transit routing application (to be used with iOS 6 Maps). The iTunes Connect Developers Guide says:

Routing app coverage files are .geojson files which specify the geographic regions supported by your app. The file can have only one MultiPolygon element. MultiPolygon elements consist of at least one Polygon. Polygons contain at least four coordinate points. Polygon start and end coordinate points must be the same.

Of course if your app doesn't have anything to do with public transit routing, you can ignore this.

like image 89
Greg Hewgill Avatar answered Oct 30 '22 17:10

Greg Hewgill