8
votes

I'm trying to lookup my app from this method: http://itunes.apple.com/US/lookup?bundleId=com.writingfuture.where2

But it always return

{
 "resultCount":0,
 "results": []
}

My app status in the store is perfectly fine (ready for sale). Here's a detail:

  • Bundle ID: com.writingfuture.where2

  • Apple ID: 467311933

  • Type: iOS App

  • Version: 2.0.1

  • Status: Ready for Sale

  • Date Created: Dec 4, 2012

  • Date Released: Dec 10, 2012


I have no idea why I can't lookup for my app with this method. Do you guys have any idea?

Thanks in advance,

Chammp

2
what is your app name and type ?Midhun MP
@MidhunMP My app name is Where2 and type is iOS App (iPhone free app).Neti Pengkhuan
I searched on the net but couldn't get your appMidhun MP
@MidhunMP itunes.apple.com/EN/app/where2/id467311933 Here's my app iTune store page.Neti Pengkhuan

2 Answers

27
votes

Looks like your app is ONLY available in Thailand storefront - so the lookup should include country code in the base lookup URL:

The alternative to using bundleId is simply looking up by adamID:

0
votes

If your app is available only in Thailand you should add info about country in request

http://itunes.apple.com/lookup?bundleId=com.writingfuture.where2&country=th