Adding Apple in-app purchase to Electron HTML/JS app
Asked Answered
F

3

16

Is there a way to add Mac App Store in-app purchase to Electron HTML/JS application? There are app store modules for Phonegap, Nativescript, ImpactJS etc but I can't seem to find anything for Electron or pure JS.

Fellowman answered 3/10, 2016 at 22:53 Comment(2)
Did you figure this out?Grube
I've posted a question here - #46754335 - if you figured anything out, then please let me know.Grube
C
1

As suggested in one of the similar GitHub issues, you can try out customising nodobjc module.

Chair answered 6/10, 2017 at 16:31 Comment(0)
T
0

A Node.js module for in-App-Purchase for iOS, Android, Amazon and Windows. https://github.com/voltrue2/in-app-purchase

Taber answered 16/3, 2017 at 8:50 Comment(1)
This module is used only for validation.Suppurative
G
0

From what I can see on this post, no one has really given a thorough answer.

I need to do in app purchases in my Electron app for the Mac App Store. It doesn't seem like anyone has figured out how to do that yet, so I've created a post with a 300 reputation points worth of bounty. If you think you can get more specific with how you'd do in app purchases, please let me know in there:

Implementing in-app purchase in an Electron app for the Mac App Store

Grube answered 18/10, 2017 at 7:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.