Question

I have an app(an iphone game of about 35MB) that is in the beta testing stage. It has gotten too big to send as an email attachment and so I need a better way to distribute it.

I don't have a good website set up so I was thinking about just distributing it with Dropbox, but then it looks like that will mean they all have to sign up for drop box first.

What is a good way to distribute a build to beta testers?

Was it helpful?

Solution

You could use something like TransferBigFiles.com or its equivalent. You upload the package and the site sends an email with the download link. The link has an expiration date and can also be passworded.

OTHER TIPS

If it is open source then you can look into http://github.com

Closed source alternative - http://bettercodes.org

They are both a bit more involved than just mirroring your files, as they both handle version control - but that is probably worth doing in the long run for managing your code during development.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top