iTunes Store提供的RSS Feed?

时间:2023-02-12 01:55:54

I'm having trouble configuring the URL to load an RSS feed of a particular artist's music into my app. I'm using itunes XMLPerformace test Xcode project available on dev.apple. I simply want to change:

我无法配置URL以将特定艺术家音乐的RSS源加载到我的应用程序中。我在dev.apple上使用itunes XMLPerformace测试Xcode项目。我只是想改变:

   [NSURL URLWithString:@"http://ax.phobos.apple.com.edgesuite.net/WebObjects/MZStore.woa/wpa/MRSS/newreleases/limit=300/rss.xml"];

into something that will load an artist's songs into the table view instead of the newreleases.

将某个艺术家的歌曲加载到表格视图而不是新版本中。

This resource seems to suggest additional feed generator options are availble, just not readily. http://www.apple.com/itunes/affiliates/resources/blog/introduction---rss-feed-generator.html

该资源似乎表明可以使用额外的Feed生成器选项,只是不容易。 http://www.apple.com/itunes/affiliates/resources/blog/introduction---rss-feed-generator.html

Has anyone come across this?

有人遇到过这个吗?

1 个解决方案

#1


0  

I just found out apple only offers select RSS feeds. Thus, I can not do it this way.

我刚发现苹果只提供精选的RSS源。因此,我不能这样做。

However, parsing a JSON request from the itunes store api appears to be the best solution anyways.

但是,从itunes store api解析JSON请求似乎是最好的解决方案。

Itunes Store Api

Itunes Store Api

Parsing the request from there was a breeze.

从那里解析请求是轻而易举的。

#1


0  

I just found out apple only offers select RSS feeds. Thus, I can not do it this way.

我刚发现苹果只提供精选的RSS源。因此,我不能这样做。

However, parsing a JSON request from the itunes store api appears to be the best solution anyways.

但是,从itunes store api解析JSON请求似乎是最好的解决方案。

Itunes Store Api

Itunes Store Api

Parsing the request from there was a breeze.

从那里解析请求是轻而易举的。