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
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