Hello guys,
I am working on my first tauri mobile app (a workout tracker app: pantakala.app) using Svelte and tailwind for the front end. The main problem I have is how to integrate in-app payments into my app for both iOS and Android.
It is a bit surprising that Tauri does not have such a plugin, in-app purchase are a very important feature to build apps.
I wanted to use revenueCat but they don't have an SDK for Tauri, only for capacitor. I have a Mac but I know nothing about swift or Rust, so I have no idea about where to start (it seems we can integrate their API).
I would appreciate any help you can provide, and would even be ready to pay a few hundreds of $ if anyone could help to build a tauri plugin (we could open source it) that could be easy to integrate with Tauri and javascript.
Thanks a lot for your help guys!