문제

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?

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top