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 per app, then all of my users' searches add up will largely exceed the Rate Limit, then I should look into Enterprise Partner Feed and build a server for my users' searches?

Any help is highly appreciated. Thanks.

来源:https://stackoverflow.com/questions/41290585/is-itunes-search-api-rate-limit-per-device-or-per-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!