In App Purchase

@alanlanglois Yes you should until expo include this module to its library.

1 Like

Friendly Status Request? Will this IAP feature directly support IAP as an Expo service, or support 3rd-party IAP libs like the ones mentioned above?

To use IAP and not the payment service in expo, you should use libs mentioned above. I think the expo won’t support IAP feature since it should be added to your playstore and appstore with your account to use it. However, since expo is just a standalone app, it is very frustrating for expo to include all sub apps’s IAP products to expo app in playstore and appstore. No technologies are impossible, so there could be an idea to handle this issue, but currently, it seems it is not an easy piece of stuff. Maybe, expo can just ignore this in their app and make it able to work when building standalone app. That would be simple approach.

I understand the technical challenges involved but having it work only in standalone apps seems like a good solution. Ejecting is not trivial and curently IAP is the only major piece of native APIs missing.