Live data from Hacker News

Tauri Mobile Alpha Release

tauri.app

81–82 of 82 posts

Re: Tauri Mobile Alpha Release

#81

Earlier quoted context omitted.

Yes and no, publishing to the Mac AppStore is a slightly different beast. https://github.com/tauri-apps/tauri/issues/4415 TBF I wouldn't bother with the Mac AppStore if there was a simple way of distributing paid versions of the desktop app without much coding involved.

You could check out the combination of Conveyor and Stripe: https://hydraulic.software/ Conveyor solves out-of-store distribution and update (albeit, it's not been tested with Tauri specifically yet). You can then have the app check for a license on startup. Stripe integration isn't a lot of coding and the financial overheads are lower than with the app store.

Thanks, but I could probably save time by just using Stripe with the existing Tauri app. Tauri already supports notarised apps, auto-updaters etc... What it doesn't support is generating a properly signed .pkg file.

(this can be done using regular shell script, in my case there is, however, some weird, hard to debug issue with AppStore validation)

The missing bit is making the app paid, which normally should be trivial with the AppStore.

Re: Tauri Mobile Alpha Release

#82
post #37
post #23

Congrats on the release! From the looks of it Capacitor[0] has quite a big lead on in terms of support for native APIs (secure storage, SSL pinning, biometrics, etc) but hopefully they'll catch up quickly and avoid some of the mistakes Capacitor has made. Definitely keeping an eye on this. [0] https://capacitorjs.com/

That is because Capacitor is just a fork of Apache Cordova, which is quite mature and stable.

Hi, I really like your app Mochi! The design is wonderful, intuitive and leagues ahead of anki. The app truly deserves more attention.

I noticed that the FAQ does not cover where data is stored on android, where is it? Asking because I want to sync it's data between devices with Syncthing.

I'd like to support the app eventually I but can't right now. So I want to take the Obsidian approach of syncing the data myself, thank you.

Post reply on HN