Writing apps for the iPad - ios

I would like to know if one can write apps on the iPad without having a developer account.
I'm well aware that you need a developer account to sell apps on the app store; but if you write an app can you use it on your own iPad?

You can certainly write applications and use the emulator, but you won't be able to deploy the application to your iPad without a developer account.

No, but you can run it on the Simulator.
You can practice writing apps without being able to try on a real iPad/iPhone/iPod for free.

Related

Does a service exist to publish my cordova app to IOS?

(I've tried google but couldn't find a direct answer.)
I've created an app, mostly as a joke and published it to Android without much effort. Now my friends with iPhones want to try it too, but I don't own any Apple devices nor do I have an apple account.
Buying a macbook and an iPhone just to publish a joke seems a bit much, but I'd be willing to pay a few dollars to have it published to IOS.
Does such a service exist?
As MStoner told you, look at build.phonegap.com
If you can get the .IPA from build.phonegap.com (if not use the MAC of a friend), once getting the file you can use https://www.diawi.com to deploy the app on your friend's phone.
Interesting links about your question :
Is it possible to publish an iPhone App without having an iPhone?
Is it possible to make a PhoneGap app for iOS without Mac?
https://nickalchemist.wordpress.com/2012/07/04/installing-iphone-apps-without-a-mac-using-apple-developer-account-and-phonegap-build-3/

Is it possible to run an iOS app store?

I would like to know that is it possible to implement and run a new app store for iOS apps? I know, iOS devices must download apps only from AppStore, but is there any way to run an independence iOS AppStore website or app?
The answer is NO. period.
3.2.2 Unacceptable
(i) Creating an interface for displaying third party apps, extensions, or plug-ins similar to the App Store or as a general-interest collection.
App Store Guidelines
Jailbreak app stores: something like Cydia. You can do pretty much anything with / on jailbroken devices.
You can easily create a website that is a subset of the official AppStore with different filters / rankings / search capabilites etc. In the end you can only support the apps available in the real AppStore since that is the only place to install apps from
Create an entire development environment and ecosystem to create apps which can be installed inside your new AppStore2.0 app. But good luck doing that complex task and good luck getting it through the apple review process.
Enter to Apple enterprise program - https://developer.apple.com/programs/enterprise/

Is there a server hosted version of the iOS simulator? Or: How to use an iOS app without Mac and iOS devices

I know this question sounds silly at first glance, but how could customers and testers who do not have an Apple iPad or iPhone to use and test my app actually "run" the app?
Is there something like a web hosted service, which would allow them to test it in a web browser instead on a real device?
No, there is no official native full-featured iOS simulator for the web. But if you create one, please tell me.
Another option could be a service like app.io.
I believe they have a free tier that would allow you to run your app on the web on a limited basis.

Create an iPhone app for personal use without using Xcode or going through the App Store

I want to make a little app just for me. I don't want to distribute it, and don't want to make any money from it, I just need to have this app with me.
I don't have a Mac capable of running Xcode, and I don't want to waste any money on the developer license.
Is there a way I can make an app for only my personal iPhone 4s, without going through the App Store or using Xcode? My iPhone is jailbroken.
A web app might be a better solution.
The short answer is no. You would need a Mac/Xcode to compile/build the application for you. As #Thalecress suggested you might be better off building a web app.
Also check PhoneGap, with it you can deploy your web app in several platforms (including iOS, Android and WP7). Phonegap also offers a build service that you can use to wrap the final web app as a native app to run it on a device (PhoneGap:Buld).

How do I test Flex App on iOS device(IPAD) without Registration to Developer Program?

Is there any way I can test my Flex application on Ipad device without registration to developer program?
I have heard that there are some converters, that converts .swf to app for mac. Is there some tools for iOS?
Device is jailbroken.
You can't create IPA without certificate. The only one way - find shared apple certificate (as i did). After that you will be able to convert and test on your device.
But be aware that non-jailbroken devices would not be able to install you application. So, if you rely to sell you product or install on other device the only one way - buy apple cert.
Check here: Adobe Air apps for ios
even if you have an jailbroken iPad, you can`t put your own apps inside. All of the need to be previously signed by a developer. The easiest way is to ask for a friend...
"Is there any way I can test my Flex application on Ipad device without registration to developer program?"
No. iPhone is just like that - thank Steve Jobs.
http://help.adobe.com/en_US/flex/mobileapps/WS064a3073e805330f6c6abf312e7545f65e-8000.html#WSe4e4b720da9dedb5-27e02e9a12ee20e4a60-7fff
If you know an iPhone developer, you'll have to borrow his. Or pay the $100/year.

Resources