itunes-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 API artworkUrl512 method of getting different icon sizes no longer work, fix?

岁酱吖の 提交于 2019-12-18 07:04:09
问题 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 other fix for this. How can we get artwork of an app in a requested size like 100x100 pixels, 150x150 pixels etc? The method is like this: Get the Apple ID of the app. For ANgry birds, it's 343200656 Use iTunes API to do a lookup. https://itunes.apple

iTunes API artworkUrl512 method of getting different icon sizes no longer work, fix?

喜欢而已 提交于 2019-11-29 11:46:43
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 other fix for this. How can we get artwork of an app in a requested size like 100x100 pixels, 150x150 pixels etc? The method is like this: Get the Apple ID of the app. For ANgry birds, it's 343200656 Use iTunes API to do a lookup. https://itunes.apple.com/lookup?id=343200656 Get the artworkUrl512, it's likely the same as artworkUrl100 these days but