Questions tagged [itunes-api]

21 questions
3
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
  • 14,972
  • 14
  • 101
  • 217
2
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,632
  • 2
  • 20
  • 27
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…
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
  • 2,866
  • 2
  • 28
  • 55
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
  • 1
  • 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
  • 1
  • 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
  • 874
  • 1
  • 5
  • 24
0
votes
0 answers

How to display only podcasts from a single artist/uploader in this Flutter app?

There is this app https://github.com/amugofjava/anytime_podcast_player that displays podcasts from iTunes charts, in a discovery page. discovery page Is there a way to only display podcasts from only one artist on that page? for a college project. I…
0
votes
0 answers

Search and play songs using Tunes API on Kotlin

I'm trying to develop an app that will be able to use search functionality from iTunes API and then play the searched song, but I could not find out exactly how it was possible. Has anyone had an experience of playing songs through this API for…
0
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
  • 111
  • 8
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
  • 87
  • 1
  • 4
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
1
2