V.V
V.V

Reputation: 3094

use iphone application without submitting to apple store

Here I am going to ask a non usual question.

I have created one application in iphone. But I do use some things/ codes that are not allowed by apple and hence it has been rejected. I can't say the things that I used.

It's a free application, but I want to distribute the same to many people using my website.

My question is Is it possible to create such kind of application and distribute without submitting the application to apple store??

using our Distribution profile OR using our provision profile for some personal use.

Thanks in advance

Upvotes: 0

Views: 496

Answers (2)

Björn Kaiser
Björn Kaiser

Reputation: 9912

AdHoc would not be an option for you as you're limitted to 100 devices and you need to know the UDID of every device the app should be installed on.

All other things require a jailbroken phone on the user side.

Upvotes: 1

Pablo Santa Cruz
Pablo Santa Cruz

Reputation: 181280

No. You can't. Because for using ADHOC distribution, you will need to generate CUSTOM BUILD with provisioning profiles for each device it will run on. Hence, it won't scale since you won't be able to generate a new build/release everytime a new user wants to download your app.

You could distribute it through CYDIA, but only jailbroken iPhones will be able to run your app.

Sorry to bring you the bad news, but the answer is no.

Upvotes: 1

Related Questions