Hi Brian, ur class is really helpful for me, thanks for ur fabulous class.
The app is running successfully on the simulator, however, I faced a problem when trying to run the application on my IPhone8 plus.
I got an error log when the app tried to parse the mp3 website.
The error code is down below.
------------------------------------------------------
podUrl: https://feeds.soundcloud.com/stream/393187617-brian-hong-voong-storyboard-vs-code-speedrun.mp3
2018-04-16 11:30:27.261705-0600 Podcasts[8633:4436884] CredStore - performQuery - Error copying matching creds. Error=-25300, query={
class = inet;
"m_Limit" = "m_LimitAll";
"r_Attributes" = 1;
sync = syna;
}
---------------------------------------
It can grab the pod information, but it can't play .mp3 anymore.
I also found the discussion from the stackOverFlow, https://stackoverflow.com/questions/46099940/credstore-perform-query-error?answertab=active#tab-top
Plz help solve this problem, thanks lot.
p.s. The link down below is my code, plz check it if u need it, thanks^^
https://github.com/HsinChungHan/Podcasts.git