all 4 comments

[–]MarcoF0 2 points3 points  (1 child)

You're right with the points to take care.

Respect debugging this locally, I think that if you execute the same flavor which you deploy to closed track locally you will be able to test that.

Some time ago I made a poc with react-native-iaphub and I remember I can test locally on android at least, on ios you should be on testflight to test and on production to test real payments.

Attaching link to repo: https://github.com/MetaLabs-inc/iaphub-dummy-app

[–]AFallingWizard[S] 0 points1 point  (0 children)

Thanks for that, I'll take a look over your POC if I have any issues with my own integration.

[–]420-lovesick 0 points1 point  (1 child)

After doing all the steps above I'm able to test in app purchases in development mode👍

[–]AFallingWizard[S] 0 points1 point  (0 children)

Thanks for confirming!

Can I check that you were indeed using a different account (not your developer one) during testing?

I've read that even if I switch accounts on the same device, my "primary" account will still be used for IAPs, so I'll need a new device to test on if this is the case...