Solved

Expo EAS Billing Permissions

  • 20 September 2021
  • 2 replies
  • 908 views

Badge +4

Hi,

 

We are using Expo EAS to build our app and looking forward to integrate RevenueCat SDK to our project.

 

In RevenueCat React Native SDK Docs, it is pointed out that we need to add payment/billing permissions for Android and IOS (Link). However, with Expo EAS in Managed, it is not possible to modify xcode and gradle projects. I have seen that some people used EAS successfully with RevenueCat, so can somebody please share how they did the “Android Billing Permission” and “IOS In-App Purchase Capability” configurations?

 

Thanks a lot.

icon

Best answer by Sephyre 24 September 2021, 09:10

View original

2 replies

Badge +4

@Sephyre anything you know about this?

Badge +3

Hi @Tolga Atam !

If you followed the guide I posted on medium, you don't have to add permissions, it should be done automatically.
 

Option 1: Using auto-linking

Recent versions of React Native will automatically link the SDK, so all that's needed is to install the library.
yarn add react-native-purchases

Reply