Reputation: 25938
Is this Possible in iOS:
1.App will be available for download on customer website. Option to download will be given
2.Anyone can download app but the app will not be available on App Store
3.It should be ad-hoc or enterprise program or something that will make that happen
Thanks in Advance .
Upvotes: 1
Views: 85
Reputation: 7549
If you choose Enterprise App, it can be put on customer website and can be downloaded/installed without jailbreaking.
You can find details for it here developer.apple.com/programs/enterprise/how-it-works. And trust me it works. The app can be distributed to people, but you shouldn't sell it to people without AppStore.
Upvotes: 4
Reputation: 1991
The thing you want possible and you can do this easily with out any problem.
In your Project build settings go to Code Signing and set the Distribution provisioning profile, note that it must be distribution profile not an Adhoc profile.
Now from IOS simulators select the first option "IOS Device". It is not necessary that your actual Iphone is also connected to your laptop.
Now go to your projects info.plist file and in that file their is a Key named as "Application requires iPhone env" set that key's value to 'YES'.
Upvotes: 0
Reputation: 25938
I have found some useful document to solve this problem :
FOA: The Answer is YES . We can grab above functionality .
With the Help of Enterprise based App (In-House) we can do this .
Some of the Useful Doc reference here :
iOS Enterprise Deployment Overview
Upvotes: 1