tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
82.62k stars 2.48k forks source link

[feat] In app purchases for Mac OS #6352

Open prenx4x opened 1 year ago

prenx4x commented 1 year ago

Describe the problem

Is there a library to do in app purchases for Mac OS apps? I could not find any info anywhere for the same. Electron has in-app purchases support - https://www.electronjs.org/docs/latest/tutorial/in-app-purchases

Describe the solution you'd like

A library to support in-app purchases in Mac OS

Alternatives considered

I am not sure there is any alternative or workaround to this right now. If anyone knows a solution please do share. I want to try the cordovo plugin - https://github.com/j3k0/cordova-plugin-purchase but I am not sure if this will work. If it works then I will definitely share here.

Additional context

No response

wkl007 commented 1 year ago

we need this.

AngryBerryMS commented 1 year ago

Hope we can have it asap

zpng commented 1 year ago

I need this too, hop we can have it asap~

wtto00 commented 11 months ago

I found a library: icrate https://docs.rs/icrate/latest/icrate/index.html

I'm trying to write a plugin, but I'm facing many unresolved issues. I'm not familiar with Rust.:sob:

wtto00 commented 3 months ago

In order to publish on the Mac App Store, I created an IAP plugin. Feel free to give it a try if you need it. https://github.com/wtto00/tauri-plugin-iap