itunes-search-api

Is iTunes Search API Rate Limit per device or per app?

烈酒焚心 提交于 2020-01-15 03:54:11
问题 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 a Rate Limit of about 20 calls per minute. But is the Rate Limit per device, or per app? If the Rate Limit is per device, then it should be ok. Any one of my users shouldn't be searching for more than 20 times per minute. But if the Rate Limit is

iTunes Search API rate limit

被刻印的时光 ゝ 提交于 2020-01-12 01:38:11
问题 Am planning to use iTunes Search API to get App related information - http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html Wanted to know if there is any pre-defined Rate/Throttle Limit on the API usage. Couldn't find any info related to this in their Documentation / Stack / Google. Does anyone have info on this? 回答1: Answering the original question: The iTunes Search API is currently limited to approximately 20 calls per minute (subject to

iTunes Search API rate limit

99封情书 提交于 2020-01-12 01:36:12
问题 Am planning to use iTunes Search API to get App related information - http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html Wanted to know if there is any pre-defined Rate/Throttle Limit on the API usage. Couldn't find any info related to this in their Documentation / Stack / Google. Does anyone have info on this? 回答1: Answering the original question: The iTunes Search API is currently limited to approximately 20 calls per minute (subject to

Universal Links iOS

ⅰ亾dé卋堺 提交于 2020-01-06 21:03:48
问题 I am having some trouble in getting Universal links on my app working. Here are the things that i have already done. -- Created my apple-app-site-association file. Here is my file { "applinks": { "apps": [], "details": [{ "appID": "XXXXXXXXXX.com.companyName.app", "paths": ["/view/*", "/class/*"] }] } } I have not signed my file and i set my project deployment target to iOS 9.2 (so that i don't have to sign this file). -- Added the associated domain in my project capabilities applinks

iTunes Search API - correct language of results

与世无争的帅哥 提交于 2019-12-23 22:24:54
问题 I'm using the iTunes API and I have a problem. I'm searching in den German store (parameter country=de) but the description in the resultset is English. Does someone know a workaround to get the German description. It's available, the iTunes store direct shows the German description. It tried to use the "lang" parameter, but it's defined that only "en_us" & "ja_jp" are possible values. I depend on the official documentation of apple. Here is the API Call: http://itunes.apple.com/search?term

How to get list of podcast episodes from an album (iTunes Search API)

徘徊边缘 提交于 2019-12-21 12:45:21
问题 I'm trying to obtain the list of podcasts episodes from the iTunes Search API. I'm able to make a call to the API and get back all podcast albums based on a search term: https://itunes.apple.com/search?media=podcast&term=nerdcast This returns the following json (cropped): { "resultCount": 20, "results": [ { "wrapperType": "track", "kind": "podcast", "collectionId": 381816509, "trackId": 381816509, "artistName": "Nerdcast", "collectionName": "Nerdcast", "trackName": "Nerdcast",

How to get list of podcast episodes from an album (iTunes Search API)

[亡魂溺海] 提交于 2019-12-04 05:22:26
I'm trying to obtain the list of podcasts episodes from the iTunes Search API. I'm able to make a call to the API and get back all podcast albums based on a search term: https://itunes.apple.com/search?media=podcast&term=nerdcast This returns the following json (cropped): { "resultCount": 20, "results": [ { "wrapperType": "track", "kind": "podcast", "collectionId": 381816509, "trackId": 381816509, "artistName": "Nerdcast", "collectionName": "Nerdcast", "trackName": "Nerdcast", "collectionCensoredName": "Nerdcast", "trackCensoredName": "Nerdcast", "collectionViewUrl": "https://itunes.apple.com

play apple music songs by third party applications

旧时模样 提交于 2019-11-30 07:31:14
I am using iTunes Search API in my application & playing the previewUrl songs from within the application by using AVPlayer If user wants to play the full song, he/she needs to purchase the song from iTunes Stores only then can he/she play the full song from application. As apple released the Apple Music & giving the trial OR full membership to every one & allowing to play the full songs, is it possible to play Apple Music full songs from my application Like Previewurl by using avplayer or mpmovieplayercontroller @"Ted Hosmann" Thanks for reply . I would like to share some code from here

play apple music songs by third party applications

╄→尐↘猪︶ㄣ 提交于 2019-11-29 10:29:33
问题 I am using iTunes Search API in my application & playing the previewUrl songs from within the application by using AVPlayer If user wants to play the full song, he/she needs to purchase the song from iTunes Stores only then can he/she play the full song from application. As apple released the Apple Music & giving the trial OR full membership to every one & allowing to play the full songs, is it possible to play Apple Music full songs from my application Like Previewurl by using avplayer or