I want to upload my app which is in beta. It is working for both Android and iOS. Initially I want to distribute it privately only to limited user. I know about Google Play Private Channel but that is only for Android. I want for both. Is there any store for both which is world wide accessible. And I dont want to provide UUID for each Apple user. If not then what other options can be?
-
1You won't find any solutions that will allow you to work without the UUID, if you could distribute to any device then you would be bypassing Apple's rules. Malware and security issues spring to mind then. It's the way it is for a reason. – biddulph.r Jan 10 '13 at 11:29
4 Answers
If you want one common solution for both iOS and Android, then
1) Appaloosa
2) Apphance
4) HockeyApp
5) Bugsense
6) AppBlade
7) Knappsack
8) Testflight
Most of them are paid, but some of them has free trial period.
I am a big fan of Testflight as there service is brilliant and it is free. Unfortunately Testflight only support iOS and there is no chance of that changing since Apple acquired Testflight. If you decided to end up in an iOS only option, then Testflight is the service for you.

- 34,169
- 30
- 118
- 167
-
Does Testflight need UUID of device? Because I dont want the store which needs to register user based upon UUID. – RootCode Jan 08 '13 at 12:42
-
Testflight need UUID... Also, as I have already mentioned Testflight won't work with Android, so I am not sure it suits your needs.. – Krishnabhadra Jan 08 '13 at 15:26
-
You can use TestFlight available here: https://testflightapp.com/
TestFlight can provide over the air download support, feedback, reports etc and is very useful for iOS beta testing

- 5,226
- 3
- 32
- 47
Refer @Krishnabhadra's answer for tools for private beta deployment. For final distribution read this answer:
ios only allows jailbroken phones to install non-app-store apps. So there is no way to put both android and ios apps in the same store/distribution medium as you ask.
ios apps can only be distributed without the app store to a limited audience for testing etc.
You can distribute android apps via your own website or alternate app stores though.
See this thread as well: iPhone app without AppStore

- 1
- 1

- 20,443
- 6
- 51
- 84
-
OP is not asking for distributing for end users.. He especially saying his app is in beta, so he want to sent to some private users who are his people (I believe).. – Krishnabhadra Jan 08 '13 at 11:44
-
Yes you are right Krishna. I just want to distribute privately for beta release. For final release I will go with Apple app store because I already own Development Program. – RootCode Jan 08 '13 at 12:46
You can only distribute iOS apps to unmodified iOS devices if you have registered that device's UDID with Apple in your developer account. This applies to both final store distribution and also any private beta testing. There is no other way.
Thus there is no world accessible solution that meets your wants for native iOS apps.
But you can do HTML5 web apps (clip-able web sites that can run in Safari) that are world accessible without any app approvals.

- 70,107
- 14
- 90
- 153
-
My app is developed using Phonegap. Is there a way that dont need UUID for iOS (except Apple's Public App Store)? – RootCode Jan 09 '13 at 06:43
-
Only if phonegap allows you to put the HTML web app on a web site and run it from there in Safari. – hotpaw2 Jan 09 '13 at 06:46