Reputation: 26142
I need to demonstrate to the client that app I'm creating for them is working, and they want to see it real iPhone device. Its working in xCode simulator. But is it possible to publish some how just a demo app (that is not finished) in AppStore? I just think that it wont pass the apple's review process. What may be the solution?
Upvotes: 0
Views: 5652
Reputation: 1075
Create a ADHOC Distribution Certificate at the Developer Portal, build your app in XCode with that and deliver the buildt app together with the certificate to your client (as a download, or via email). Your client then can install the app via iTunes.
You need the UDID of his iPad, there are several free apps in store to read and send the uDID directly from device.
Upvotes: 1
Reputation: 2053
If you're a registered developer with Apple's Developer Program (http://developer.apple.com/devcenter/ios/index.action) then you can upload your demo application to I believe 5 devices for testing. If you're not a registered developer now, however, you will need to be when publish your app anyways, so you may want to register now -- just remember it's $99/year.
If you'd rather wait and register later, but upload it now, it looks like there are a number of solutions if you're willing to jailbreak your iDevice.
Upvotes: 3
Reputation: 35131
You don't need to push it to AppStore, just set your device as the build target to use the app. However, you need to do some settings. You can refer it HERE.
Upvotes: 1
Reputation: 1695
Yes there is a way. Instead of Appstore submission. You can use TestflightApp. Here You can send build to your client or team mail. See belowlink https://testflightapp.com/
Upvotes: 3