Had the same problem, the solution was simple and was unexpected...
Just rename your file to have a .geojson extension.
In other words, submitting "My File.txt" or "My File.json" would NOT work, but submitting "My File.geojson" worked fine for me.
The content would be something like this:
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
XX.XXXXX,
YY.YYYYYY
],
[
XX.XXXXXXX,
YY.YYYYYYY
],
[
15.732421875,
55.7765730186677
],
[
3.33984375,
55.7765730186677
],
[
X.XXXXXXX,
Y.YYYYYYYY
]
]
]
]
}
Where X and Y are whatever coordinates you like to cover.
I hope this helps.
Cheers
Heider
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: