Open melihmucuk opened 5 years ago
I did a research on this. So basically, base url should be changed with below:
const BASE_URL =
"https://search.itunes.apple.com/WebObjects/MZSearchHints.woa/wa/hints?clientApplication=Software&term=";
and
Headers should be contain for example us;
"X-Apple-Store-Front": "143441-1,29"
@facundoolano
Hi @melihmucuk,
Is it still working for you?
Hi, First, thanks for awesome library! I tested search suggestion with your sample code but it always returns an empty array.