Fetch App Group JSON Data
AppStore JSON APIs
In this short lesson, I'll go over how we are going to fetch the necessary JSON data from another iTunes data source. Instead of using their Search API, we'll look at their RSS Feed Generator. This is relatively simple to fetch and the only tricky part is to construct your model objects to correctly reflect the data set. Enjoy.

Comments (3)
ghandirekt
4 years ago
Hey, what extension are you using to view json on chrome? With the Pretty/Raw options
Brian Voong
4 years ago
jdhindsa
4 years ago
I'm getting this warning in xcode: 2019-06-05 10:38:24.779533-0400 AppStoreJSONAPIs[4454:103292] Unknown class _TtC16AppStoreJSONAPIs14ViewController in Interface Builder file. What does this mean? How do you fix it?
Brian Voong
4 years ago
dneckles
3 years ago
Hey Brian, This looks good, Im curious what your reasoning was for not using guard to unwrap the data variable like you did in the last where this time you forcefully unwrapped it instead?
dclawson
3 years ago
My guess is for simplicity's sake, so the video isn't longer. Guard let, you might want to handle the error in some way other than returning, like showing an error to user.
HELP & SUPPORT