Skip to main content

Hi guys, pardon my ignorance but I was wondering why I get this error when doing a production build for ios via eas? There may have been a chance I skipped over a step but I am unsure what it could be. It works fine in eas dev builds and local.

Hi, can you verify that you’ve run

npx expo install react-native-purchases

and then added "react-native-purchases-ui": "8.9.1" to your package.json and run npm install?


Hi, can you verify that you’ve run

npx expo install react-native-purchases

and then added "react-native-purchases-ui": "8.9.1" to your package.json and run npm install?

Hi, yes I have ran that as well as add the react-native-purchases-ui in my package.json pnpm install


Same here, only in production builds. 

  "react-native-purchases": "^8.9.4",
"react-native-purchases-ui": "^8.9.4",

wasted days on this. 


Hi ​@aj aj aj ​@lev-martens-8bf9aa, can you share details of your build and how things are configured? And to confirm this is not for web right? If so this will not work as our SDK currently only supports non-web React Native.


Reply