Re: How to Include a License File in Self-Contained Application Package

2015-08-06 Thread Mike
This is awesome news! Congrats Sent from Objectwheel Mike On Aug 6, 2015, at 1:11 PM, Tai Hu tai...@veroanalytics.com wrote: Hi all, I am preparing our product (built in JavaFX 8) for submission to Apple Mac Store. All code signing and self-contained installer generation are done.

Re: How to Include a License File in Self-Contained Application Package

2015-08-06 Thread Danno Ferrin
Currently the Mac App Store support for java packager does not support a click-through license. One could be added if a web-bug feature request was posted, and we could add it to the queue. We do support click-through licenses for .DMG and .PKG distributions on mac, just not MAS right now.

Re: How to Include a License File in Self-Contained Application Package

2015-08-06 Thread Tai Hu
Danno, Thanks so much for the information. Could you show a sample about how to include a click-thought license in my build? Right now I have entire build process set up and could successfully build all DMG, PKG and PKG_MacAppStore and signed by our Developer certificate. What should I do