significa / app-distribution-server

Simple, self-hosted Android and iOS mobile app distribution server (for IPA and APK files).
https://significa.co/blog/how-to-distribute-ios-ipa-builds
GNU General Public License v3.0
53 stars 12 forks source link

Android builds (APK) #15

Closed tofran closed 2 months ago

tofran commented 2 months ago

Although we tried to make the scope of the project very small and restricted, it seems that supporting APK builds is essential. We have received requests both internal and external. There are already a few forks supporting it.

The requirements are quite simple:

EkkoG commented 2 months ago

I have write some code to support this, here is the pr https://github.com/significa/ios-ipa-app-distribution-server/pull/14