Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 688 Bytes

DEVELOPMENT.md

File metadata and controls

37 lines (24 loc) · 688 Bytes

iOS

Point to a local Purchases project

In ios/PurchasesHybridCommon/Podfile replace:

  pod 'RevenueCat', '4.37.0'

with:

  pod 'RevenueCat', :path => '~/Development/repos/ios/purchases-ios'

Remember to change '~/Development/repos/ios/purchases-ios' with your local purchases-ios path.

Android

Point to a local Purchases project

In the android directory run:

 ./gradlew enableLocalBuild -PpurchasesPath="~/Development/repos/ios/purchases-android/"

Then "Sync Project with Gradle files" in Android Studio

Typescript

Update the Typescript API Report

In the /typescript directory:

yarn build && yarn extract-api