ios - how to look up two (or more) app Ids with appstore API? -
i know can search specific application in app store via itunes (app store) api or app id , json using :
https://itunes.apple.com/lookup?id=284882215
and know can search using app bundle or search application 1 developer,
but there way 2 applications , jsons in 1 file?
for example want have facebook , twitter itunes's jsons in 1 file, how achive that?
i found solution!
it simpler seems! use comma (,) seprator!
https://itunes.apple.com/lookup?id=1st_app_id,2nd_app_id,3rd_app_id
Comments
Post a Comment