You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"errorMessage":"Invalid value(s) for key(s): [language]",
"queryParameters":{"output":"json", "callback":"A javascript function to handle your search results", "country":"ISO-2A country code", "limit":"The number of search results to return", "term":"A search string", "lang":"ISO-2A language code"}
}
Can this happen when calling the .app method also be returned ?
Thanks
The text was updated successfully, but these errors were encountered:
While calling appStore.app({ id: '....', lang: 'es', country: 'US' }) and if the lang is an invalid one, it will crash.
todo:
https://itunes.apple.com//lookup?id=479516143&country=US&entity=software&lang=xxxx
will return
{
"errorMessage":"Invalid value(s) for key(s): [language]",
"queryParameters":{"output":"json", "callback":"A javascript function to handle your search results", "country":"ISO-2A country code", "limit":"The number of search results to return", "term":"A search string", "lang":"ISO-2A language code"}
}
Can this happen when calling the .app method also be returned ?
Thanks
The text was updated successfully, but these errors were encountered: