Getting Invalid GeoJson on submitting app

On repetitive attempts, I am getting "Invalid Binary" with

ITMS-90117: Missing routing app coverage file: You must upload a routing app coverage file in App Store Connect if you register as a routing app.

Here is my Geo Json file:

{ "type": "MultiPolygon",

  "coordinates": [

    [[[-141.1,43.7], [-141.1,69.7], [-52.3,69.7], [-52.3,43.7], [-141.1,43.7]]],

    [[[-127.2,22.9], [-127.2,49.4], [-58.5,49.4], [-58.5,22.9], [-127.2,22.9]]],

    [[[2.2,49.3], [2.2,51.3], [6.5,51.3], [6.5,49.3], [2.2,49.3]]],

    [[[59.0625,4.915832801313164], [100.546875,4.915832801313164], [100.546875,38.8225909761771], [59.0625,38.8225909761771], [59.0625,4.915832801313164]]]

  ]

}

I just include 3 countries - USA, Canada and India, as I selected these 3 countries AppStore to list my app.

Can you please help me what is wrong with the above file? I don't get any error and there is no way to debug this.

Thanks

Replies

Hi,

I have the exact same problem...

Is it an issue on Apple side ?

Best Regards,

Jeremy
I was doing release today and encountered same problem. I even used the
Listing 7-2  A sample GeoJSON file
{ "type": "MultiPolygon",
"coordinates": [
[[[-122.7, 37.3], [-121.9, 37.3], [-121.9, 37.9], [-122.7, 37.9], [-122.7, 37.3]]],
[[[-87.9, 41.5], [-87.3, 41.5], [-87.3, 42.1], [-87.9, 42.1], [-87.9, 41.5]]]
]
}

from documentationas for test , it still shows same error. It has been one week now, did you fire a support ticket and get helped? I assume it is not something related to our app or info.plist.


You have to make sure there is no white space in the file...

Hi,

I have the exact same problem