views:

126

answers:

5

I've got an app that's approved by Apple and ready-for-sale, but we're holding off for a few days for press reasons. Anyone know of a way to distribute this thing to beta testers without dealing with UDIDs or jailbreaking phones? Does it matter that it's approved, can I just give select users a file without the provisional stuff?

A: 

Duplicate: http://stackoverflow.com/questions/40154/how-do-you-beta-test-an-iphone-app

mcandre
But is there a way to do it WITHOUT device ID's now that it's approved and ready for sale?
IceMonkey
+3  A: 

Try distributing a promotional code.

coneybeare
A: 

You can't do a distribution without device IDs. Even the App Store uses device IDs but its hidden and Apple manages it for you.

The hardware device IDs are the core to of the IP protection system. You can't get around them without jailbreaking.

TechZen
A: 

Promo codes. Turns out they are available through iTunes Connect homepage as soon as the app is approved, even if it hasn't gone live in the iTunes store yet.

IceMonkey
A: 

If your beta testers have Macs you could create an auto-installer for the iPhone Simulator as described here:

http://stackoverflow.com/questions/932480/sharing-iphone-apps-for-the-simulator/3493270#3493270

dsmudger