Emad Falsafi
Emad Falsafi

Reputation: 3

iPhone or Android App, not for Google or Apple Store

what does someone do, who just write an application for more device and does not want to go on the market Google Play Store or Apple App Store?

Upvotes: 0

Views: 151

Answers (5)

haawa
haawa

Reputation: 3104

For android you can post your apps on PlayMarket or on Amazone app store. Or you can just create your apk file with eclipse and post it anywhere in internet with no profit to yourself(or earn money by adds).

You can't get ios app on iPhone not from apple Appstore, unless you are just testing your app on real device (which costs 99$ month and is part of full developer account).

Upvotes: 0

Salil Pandit
Salil Pandit

Reputation: 1498

For Android simply write the app and distribute the APK via email internally in your Enterprise. As for Apple looks like you have to go with their iOS Developer Enterprise Program to do this correctly.

Upvotes: 0

John Smith
John Smith

Reputation: 2032

That one could run his apps on simulator, or on his own device. He could also run his apps on someone else's device, it's enough to add his device and share your provisioning profile with him. But be aware:

Important: Your iOS Developer Program membership can be terminated if you provide pre-release Apple Software to anyone other than employees, contractors, and members of your organization who are registered as Apple Developers and have a demonstrable need to know or use Apple Software in order to develop and test applications on your behalf. Unauthorized distribution of Apple Confidential Information (including pre-release Apple Software) is prohibited and may subject you to both civil and criminal liability.

Upvotes: -1

Jure C.
Jure C.

Reputation: 3080

Depends on what you want to achieve. In general, you are mostly limited by the amount of people using these alternative stores and that it's in some cases significantly harder to actually get them installed.

For Apple:

  • You can publish in Cydia store for jailbroken iOS devices

For Android, there are a number of alternative markets, e.g.: http://www.howtogeek.com/106175/the-top-5-alternatives-to-the-android-market/

Upvotes: 1

Steven Schoen
Steven Schoen

Reputation: 4376

For Android, all you need is the Android SDK, Eclipse, and the ADT plugin. You don't need to go near the Play Store/Market to make a full Android app.

As for iOS, I don't know.

Upvotes: 1

Related Questions