I have build an app. i want to distribute it to lots of user until it get approved from Apple.
I don\'t want to use test flight and other third part di
You could use an alternate app distribution system such as HockeyApp.
Is there a special reason you don't want to use TestFlight?
There are lots of third party app distribution available over net.
You can use Diwai , Hockey , but you have to make sure that user device id must be present in the provisioning profile from which you have made the build.
You can create ipa using distribution profile, then you share it over mail, or any share medium. Generally I use dropbox. you can refer this link to share. http://dr-palaniraja.blogspot.in/2011/06/distribute-your-iphoneipad-adhoc-builds.html
I usually use Crashlytics Beta, a Fabric product.
Try diawi Diawi is a tool for iOS developers to deploy Development and Ad hoc iOS applications directly to the device. Source: Diawi
Try testFairy, it is easy to use and will not require any app. Just upload your .ipa, inform your teammates and they will be able to install your app from the email sent (like the old testFlight).