Joshua Pinter

Results 159 comments of Joshua Pinter

@chirag04 Oh damn! Okay, that makes me feel better. I'll do some other stuff and then come back to this tomorrow morning. Thanks for your help - I'll let you...

@chirag04 Still nothing. So maybe the rest of the contract stuff has to be in place. Question: Is there a way I can get all possible products from `loadProducts` without...

@chirag04 Me again. All of the contract stuff is correctly setup and the in-app purchase is submitted for review. But I still get an empty array when using `loadProducts`. Any...

@chirag04 The response is just an empty array with `loadProducts` so something must be wrong with my setup, although I don't know what. You mention that you need to use...

@chirag04 Thanks for your help. Still nothing when using a real device. So, if I don't have something setup correctly, shouldn't your library give me an error instead of an...

You bet. I'll give that a try right now.

Ah, it looks an invalid product. Take a look at the breakpoint objects: ![screenshot 2016-08-04 16 06 28](https://cloud.githubusercontent.com/assets/180819/17420007/7b227bb0-5a5d-11e6-82dd-2a95b84eca76.png) It should really return an error then, eh?

What do you think about checking invalidProductIdentifiers and returning those as an error if it's not empty: ``` bash (lldb) p response (SKProductsResponse *) $0 = 0x0000000144f8a4e0 (lldb) p response.products...

We definitely need to do something to let the developer know that something is not right. If 1 fails out of 9, isn't that still a concern? Wouldn't you want...

Yeah, that's not bad. I still need a little convincing why this wouldn't justify an error. Can you give me a scenario where this could happen and you would want...