Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will java application be accepted on the new Mac App Store?

Tags:

java

app-store

I heard Apple will accept only Objective C apps in the Mac App store.

Someone know if java app will be accepted?

like image 565
dynamic Avatar asked Nov 05 '10 01:11

dynamic


1 Answers

Apple has said that apps that depend upon deprecated technologies, such as their internal java implementation, will not be allowed in the app store. However, Apple has contributed much work to the OpenJDK project which includes an embeddable JRE that can be used to create a self-contained app bundle for a java application.

Apple employees have also hinted, if not stated explicitly on the Apple java-dev mailing list, that java apps using this embedded JRE will land on the right side of the "no deprecated technologies" rule.

[Update 2012.10.05] We now have proof that Apple approves of Java apps in the Mac App Store. Our app, Moneydance (http://infinitekind.com/moneydance-appstore) has been bundled with the OpenJDK (with a few custom patches) and is now available for sale in the app store. Marco Dinacci has posted a detailed instructions for how to bundle and build the apps here: http://intransitione.com/blog/take-java-to-app-store/

like image 58
Sean Reilly Avatar answered Nov 15 '22 18:11

Sean Reilly