Questions tagged [itunes-api]
20 questions
4
votes
1 answer
iTunes API artworkUrl512 method of getting different icon sizes no longer work, fix?
This is related to posts like this: iTunes API: get 100x100 px icon of an App
However since the method described in the accept answered there seems to be broken on a few, yet consistent, occasions, I'm gonna ask if there is a known workaround or…

Jonny
- 15,955
- 18
- 111
- 232
3
votes
0 answers
Is iTunes Search API Rate Limit per device or per app?
I want to implement iTunes Search API in my app for my users to search for contents on iTunes
https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/
My app has about 100,000 users.
I understand that there's…

John
- 2,672
- 2
- 23
- 29
2
votes
1 answer
How to query the iTunes API for movies in a specific genre
I am trying to query the iTunes API for movies in a specific genre. I have been searching for hours now but can't seem to figure it out.
Example: https://itunes.apple.com/search?term=james+cameron&limit=25&entity=movie
This will give me a list of…

bjorn.lau
- 774
- 5
- 16
1
vote
1 answer
How to scrape multiple pages using the apple i tunes api
I'm trying to scrape the Itunes API to get information for all of the podcasts available in the Apple iTunes store. Currently, I'm only able to pull 200 at a time. When I try to grab the next 200 podcasts in the list, I'm getting the same 200 as…

Bill Bailey
- 11
- 2
1
vote
1 answer
Is it possible to play a song with iTunes API
I have to make an iOS app about music. I have to show all data about singers.
I also want to play music in my app.
Is it possible to play a song with iTunes API in my app or I have to redirect users into iOS music app?

Gleb
- 11
- 2
1
vote
0 answers
Is it possible to buy songs from iTunes through my tvOS application
I have implemenetd to play iTunes songs from my tvOS application. I wants to give the feature to purchase songs from my application for this i have following code -
var iTunesLink =…

Anupam Mishra
- 3,408
- 5
- 35
- 63
1
vote
1 answer
Why is the function(s) not retrieving the data?
I am trying the get the preview link from the itunes search api. I have a function that will get the information when the button is clicked, but the function is not being called. I want to get the preview link of the first object in the results…

xxtmanxx
- 209
- 2
- 8
1
vote
2 answers
Why is the URL error occurring?
I am using the iTunes search API, and for testing I am searching for "Angry Birds" and printing the results. But when I convert the urlPath into NSURL I get a nil value. How do I fix this? The urlPath has the link, but it is nil in the url variable.…

xxtmanxx
- 209
- 2
- 8
1
vote
1 answer
Low quality iTunes API preview url
I'm working with iTunes API to offer preview playbacks in my app. So I have links like this:
http://a1780.phobos.apple.com/us/r1000/039/Music3/v4/b8/b3/7a/b8b37a93-2154-34da-74fc-8e8a316979a8/mzaf_7991652075174454658.plus.aac.p.m4a
It works almost…

Diego Haz
- 952
- 1
- 6
- 24
0
votes
0 answers
How to get the number of apps ranking on the App Store for a given search term?
Is it possible to get the number of apps ranking on the App Store for a given term by performing just one request?
I've been playing with various (Apple) APIs (both official and undocumented), but all of them use pagination (using limit and offset).…

Niels Mouthaan
- 1,010
- 8
- 19
0
votes
1 answer
How to fix zero return data from itunes api using react fetch
I am trying to log the data returned from the itunes search api but continue to get a return length of 0 (line 31). When console.logging the URL, the input value and url concat string works as intended (line 32).
The cors-anywhere section of the…

Lou
- 99
- 1
- 1
- 8
0
votes
0 answers
How to properly fetch iTunes API?
Basically, I need to fetch and use promises in order to do this exercise. However, I cannot get the results I want. The goal is to fetch data from the iTunes API and encode the response as JSON, passing it into my helper function.
//What I've…

ivnM
- 157
- 1
- 1
- 7
0
votes
0 answers
Search Itunes API by Subtitle Language
I am trying to use iTunes API to find movies with Russian subtitles (it appears that simply searching Apple Movies app by language is not an option, which baffles me).
It looks like there is not explicit "subtitle language" search parameter…
0
votes
2 answers
iTunes Search API: Update Notification
i'm using iTunes API Search and Advanced Custom Field WordPress plugin so the wp author can add a mac app id to a custom field and the implanted iTunes Search API above will add all the other information of app automatically in the wp post. and when…

ErfanMHD
- 1
- 1
- 2
0
votes
0 answers
The iTunes API lookup does not synchronise the current app store
I have a function to call the iTunes API lookup to check the current version on App Store, but the response is always delayed.
func getInfoFromAppStore(_ success: @escaping (_ json: [String: Any?]) -> Void) {
guard let url = URL(string:…

Terry
- 88
- 11