I am currently testing the Apple News JSON format using XCode
/ News Preview
/ Simulator
and randomly running into a new error that was not occurring prior to today.
I am attempting to load the article.json
file into the News Preview
app (it's been working up until today). The article.json
file gets successfully loaded with no errors in the console but the Simulator
is claiming that the channel is not available for me. Here is what the error message on the Simulator
reads:
Channel Unavailable
This channel isn't currently available in your region.
The News Preview
and Simulator
were working just fine until today. I have tried re-installing XCode
and News Preview
(and Simulator
because I re-installed XCode
) but the problem persists. Other colleagues of mine are now experiencing the same problem.
I tried also clearing all the content in the Simulator
and tried wiping the device clean and also tried going to the "Debug" menu in Simulator
and setting the Location specifically there, as well, without any success.
Is there a way to fix this or is there a way to know if there was a recent developer push to the Simulator
code base?
Just to add a bit more detail, I am attempting to load the official Apple News
article preview files, not my own article.json
files (I tried loading my own json files, as well).
Any help is appreciated.