Hello,
I’m using Qt (version 6), with cmake builder to create an app on IOS and Android.
The code is in C++ for major part of logic, QML for UI, Objective-C and Java for platform-specific logic.
The previous version of my app, use Qt5 and QtPurchasing to manage in-app purchase and I have only one non-consumable product to unlock premium features.
I have updated my app to Qt6, and make in-app purchase works with qt example with native code.
But now, I want to manage auto-renewable subscriptions and I have difficulty with native code to manage it.
So I look for RevenueCat but I don’t achieve to install the SDK in my project.
I started with IOS integration.
I have look the GitHub purchase-ios and try to make direct integration.
I have successfully include Purchase.h in my Objective-C file but purchase-ios is not build so linker not found RCPurchase symbol.
I have try Swift package but I encounter problems with a Xcode bug which block swift package dependency adding, and failed during loading of package if I add local package.
And With Cocoa pods, the package is well load but not the rest of my project…
Can I help me to use RevenueCat with Qt mobile app ?
I think direct integration is the most promising solution but I not found information about it except one sentence in readme of purchase-ios, have you link to documentation for this way ?
Thanks you, I can send more detailed logs if necessary.
Regards.
Léo COUTURIER