leichter / cwrx

(Old) Cinema6 API
0 stars 0 forks source link

Add bundleId to the collateral service response for iOS app store lookups #948

Closed howardengelhart closed 8 years ago

howardengelhart commented 8 years ago

example: "bundleId":"com.mechinate.countcoins",

howardengelhart commented 8 years ago

cc @minznerjosh

oshanley commented 8 years ago

Is there more to this than grabbing the bundleId property off of the response? As soon as I attempted to do that, my e2e test failed.

howardengelhart commented 8 years ago

That depends on the reason why your e2e test is failing.

oshanley commented 8 years ago

I actually think it's because the API didn't return a bundleId. I was looking through the response the app store sent back and there wasn't one in there. But in the response example from the API there is one.