Chirag Jain

Results 143 comments of Chirag Jain
trafficstars

@joshuapinter idk. best to make sure you follow the stackoverflow link in readme and make sure your step is correct. As far as i know you can only load products...

i think ios skips invalid `productIdentifier`. looks for the response of loadProducts and you should have your products there. if not something wrong with your setup.

also refer: #37

if i remember correctly you want to try this on a real device for `loadProducts` also.

can you put a debug point and see what you get in the response object here: https://github.com/chirag04/react-native-in-app-utils/blob/master/InAppUtils/InAppUtils.m#L175

so something is def wrong with your in-app items on itunesconnect. about the error, i don't think we should return those as errors because it can happen that you have...

ok. going to close this issue. feel free to PR to make the dev exp better. Thanks everyone for the discussion.

depends on the app. It's a valid concern but returning error in not the right solution. How about: ``` InAppUtils.loadProducts(products, (error, products, invalidProducts) => { //update store here. }); ```

yes you need to call loadProducts before calling purchaseProduct. You can load all your products once when the app start and then just call purchaseProduct whenever you want. you can...

i don't have anything new on this. would love to have a PR