Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iTunes lookup api returns empty list #30

Closed
NameX44 opened this issue Feb 5, 2020 · 5 comments
Closed

iTunes lookup api returns empty list #30

NameX44 opened this issue Feb 5, 2020 · 5 comments

Comments

@NameX44
Copy link

NameX44 commented Feb 5, 2020

Hi,

The iTunes lookup api returns empty list. If I try to add country code in url then it works. My bundle Id is good.

Doesn't work : https://itunes.apple.com/lookup?bundleId=xxxxx
works : https://itunes.apple.com/fr/lookup?bundleId=xxxxx

Any idea about that ?

Thanks

@takecian
Copy link
Owner

takecian commented Feb 6, 2020

Hmm, I tried it with my app, it worked without country code.

https://itunes.apple.com/lookup?bundleId=com.cocomoe.carp

I need some time to investigate.

@NameX44
Copy link
Author

NameX44 commented Feb 6, 2020

Is your app available in every countries ? Mine is available in Europe only.

@takecian
Copy link
Owner

takecian commented Feb 7, 2020

I have updated 391c780 and published 1.7.0. You can set country code,

SwiftRater.countryCode = "fr"

https://github.com/takecian/SwiftRater#country-code

Could you try this?

@NameX44
Copy link
Author

NameX44 commented Feb 11, 2020

Hi, thanks for your fast response.

What if I support multi country but only en/fr store page ?

Why don't you use fetching from app id ?

Thanks,

@takecian
Copy link
Owner

Although it requires developers extra effort, I have added this feature.
https://github.com/takecian/SwiftRater#app-id

You can try this with 1.8.0.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants