jerodsanto / app_store

A simple Ruby module to fetch app information from Apple's App Store.
22 stars 3 forks source link

Does not work for iPad only apps #1

Open pperera opened 14 years ago

pperera commented 14 years ago

As the title says the search will not work if your searching for an iPad specific app. However it will work if the app your searching for is iphone or iphone/ipad(universal).

Should also note that if it cant find the app it breaks down to an unexpected nil error which due to my poor ruby ability(at the moment) is uncapturable via an exception of some sort.

jerodsanto commented 14 years ago

Yah, I wrote this module back before the iPad was around.

I don't have any use for this code anymore myself, so I am unlikely to update it to handle iPad app searches. However, I'll gladly merge pull requests :)

pperera commented 14 years ago

will do.. by the way how did you work out the iphone X-Apple-Store-Front code? I'm sure that its the key to getting the xml feed for the ipad but I have not idea how to identify it.

jerodsanto commented 14 years ago

I sniffed the traffic from my iPhone to determine what requests it was making when launching the App Store. I'm sure you can do similar with the iPad.

I blogged about it back in the day. Ahh, here it is.