Is it possible to deploy a Python application on the Mac App Store?

前端 未结 6 1742
后悔当初
后悔当初 2020-12-22 17:52

Does Apple accept Python applications for distribution on the new Mac App Store?

If so, how should the application be packaged? Is py2app sufficient? Something else?

6条回答
  •  情深已故
    2020-12-22 18:40

    I know it's possible because I know of at least one Python-based app that is in the app store ("Pennywise", which is based on my own app, moneyGuru, which uses Python + PyObjc + py2app). I didn't do it myself, so I'm not sure of the details.

提交回复
热议问题