Overclockers Australia Forums

OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Software Topics > Programming & Software Development

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
Reply
 
Thread Tools
Old 12th February 2012, 7:23 PM   #1
walker_2003 Thread Starter
Member
 
walker_2003's Avatar
 
Join Date: Jan 2003
Location: Canberra
Posts: 4,323
Default iPad App creation?

Anyone know how to make one? I got a simple idea but I think would make some money, got a mate who thinks he can make one but never has so somebody with experience would be good
__________________
My rig i7-2600k@4.6 | Z68X-UD7| 16 GIG | GTX 690 | 120 Intel 520 | Win 7 64-Bit | D5 & XSPC W/C | 800D | 24" ASUS 120hz
I am the 120fps Nazi
walker_2003 is online now   Reply With Quote

Join OCAU to remove this ad!
Old 12th February 2012, 7:53 PM   #2
CAPT-Irrelevant
Member
 
CAPT-Irrelevant's Avatar
 
Join Date: Sep 2007
Location: Sydney
Posts: 3,585
Default

AFAIK you need to know C++ and have (at least) $2000 handy to be a registered Apple app developer.
__________________
FALADIS - P6T-SE | i7 920 + Zalman CNPS 10X | 8GB XMS3 C8 | Sapphire 5870 1GB | Seagate 7200.12 500GB + 1TB | FT01 | CoolerMaster 1000W | LG BH12LS38 | G15 (v2) | W7 x64 Ultimate | Creative I-Trigue 3400
PHYRAXUS - DP67DE | i3 2100 | 2GB XMS3 C9 | EVGA GT430 1GB | Samsung F4EG HD204UI 2TB x4 | PC-V354B | OCZ Fatal1y 550W | Fedora 15 x64 + 4TB MDRAID5
ASICUS - ASUS N61JQ (W7 x64 Ultimate + Fedora 13 x64) | HYPHAERION - HP Compaq 2510p (Fedora 16 x64)
CAPT-Irrelevant is online now   Reply With Quote
Old 12th February 2012, 7:59 PM   #3
djpalmer
Member
 
Join Date: Nov 2007
Posts: 421
Default

Quote:
Originally Posted by CAPT-Irrelevant View Post
AFAIK you need to know C++ and have (at least) $2000 handy to be a registered Apple app developer.
Objective-C and $90/year.
djpalmer is offline   Reply With Quote
Old 13th February 2012, 2:03 PM   #4
walker_2003 Thread Starter
Member
 
walker_2003's Avatar
 
Join Date: Jan 2003
Location: Canberra
Posts: 4,323
Default

Got the c++ so $90 a year or $2000? Big diff lol
__________________
My rig i7-2600k@4.6 | Z68X-UD7| 16 GIG | GTX 690 | 120 Intel 520 | Win 7 64-Bit | D5 & XSPC W/C | 800D | 24" ASUS 120hz
I am the 120fps Nazi
walker_2003 is online now   Reply With Quote
Old 13th February 2012, 2:09 PM   #5
cyclobs
Member
 
cyclobs's Avatar
 
Join Date: Nov 2010
Location: Wee Waa, NSW
Posts: 305
Default

how do you go about developing in house apps for the icrap? do you still need to use the app store?

(as in i make a app for our business stuff only)
cyclobs is offline   Reply With Quote
Old 13th February 2012, 3:09 PM   #6
Howiefied
Member
 
Howiefied's Avatar
 
Join Date: Jun 2002
Location: Adelaide
Posts: 2,408
Default

Quote:
Originally Posted by CAPT-Irrelevant View Post
AFAIK you need to know C++ and have (at least) $2000 handy to be a registered Apple app developer.
Not necessarily Objective C anymore, you can develop IOS apps using C# and Java (have a look at monotouch, marmalade, etc).
Howiefied is offline   Reply With Quote
Old 13th February 2012, 4:16 PM   #7
Ashpool
Member
 
Ashpool's Avatar
 
Join Date: Feb 2003
Location: Ye Olde Melbourne Town
Posts: 3,245
Default

Google it, there are tonnes of good tutorials!
Ashpool is offline   Reply With Quote
Old 22nd February 2012, 10:42 PM   #8
Samson
Member
 
Samson's Avatar
 
Join Date: Jun 2001
Location: Adelaide
Posts: 67
Default

Quote:
Originally Posted by cyclobs View Post
how do you go about developing in house apps for the icrap? do you still need to use the app store?

(as in i make a app for our business stuff only)
You are allowed up to 100 device for development so you can install your custom apps onto devices that have the appropriate development certificate.

After that you can choose to release your App on the App store or for "In-House (Enterprise)" use. A newer Business 2 Business model has been deployed (not sure if its available in Oz yet) which lets Business sell other Businesses their apps without having to go through the store (well that how I understand it).

There are platforms to make the Enterprise Distribution of App's easier, some even provide you with a means of configuring your own App Store on your own network. The first one that springs to mind is Apperian


Also you don't have to know Objective-C either. Early abstration layer restrictions have since been removed from Apples Policy. Which means you can now develop App's using 3rd party programs. Note: a Mac and Xcode are still required to build and run your apps on a iOS Device. Otherwise you'll have to pay for their pro service which lets you use their servers to compile your code, the upside to this is that Corona is available for Windows and it has a built in Simulator. Try out Corona which lets you use LUA Scripting to generate Apps for iOS or Android (some SDK restrictions apply).

Cheers,
Hubert
Samson is offline   Reply With Quote
Old 23rd February 2012, 2:14 PM   #9
somedood
Member
 
Join Date: Apr 2004
Location: Perth
Posts: 53
Default

*jumps into topic, small hijack*

Quote:
Originally Posted by Samson View Post
Note: a Mac and Xcode are still required to build and run your apps on a iOS Device. Otherwise you'll have to pay for their pro service which lets you use their servers to compile your code, the upside to this is that Corona is available for Windows and it has a built in Simulator.
So by this you mean, I would need a Mac to compile whatsoever - the Corona thing lets you test it (like a virtual machine, like when you do android apps) but wouldnt let me compile something I could actually install on the iOS device?
somedood is offline   Reply With Quote
Old 23rd February 2012, 3:03 PM   #10
Samson
Member
 
Samson's Avatar
 
Join Date: Jun 2001
Location: Adelaide
Posts: 67
Default

The short answer is you need a developer license to "Provision" your device for testing. To do that you need Xcode... to use Xcode you need a Mac.

But you should be able to spend nothing and use a PC to simulate what your create using Carona for Windows.


Cheers,
Hubert
Samson is offline   Reply With Quote
Old 23rd February 2012, 11:14 PM   #11
asher001
Member
 
Join Date: Nov 2010
Posts: 292
Default

Also you can write it in HTML5 and use something like PhoneGap
asher001 is offline   Reply With Quote
Old 24th February 2012, 12:18 AM   #12
Philll
Member
 
Philll's Avatar
 
Join Date: Dec 2008
Location: NSW
Posts: 10,958
Default

Quote:
Originally Posted by asher001 View Post
Also you can write it in HTML5 and use something like PhoneGap
That's cool. I just watched the intro vid. Is it really that easy if you know HTML/jQ/CSS? I could do tonnes of stuff with this.
__________________
Steam | Pay less for Steam games | 'Linux gaming'
Philll is offline   Reply With Quote
Old 24th February 2012, 2:11 AM   #13
asher001
Member
 
Join Date: Nov 2010
Posts: 292
Default

Quote:
Originally Posted by Philll View Post
That's cool. I just watched the intro vid. Is it really that easy if you know HTML/jQ/CSS? I could do tonnes of stuff with this.
There are extra functions you need to learn to use phone specific features like location services etc, but those are all documented at PhoneGap. The biggest selling point for the service is that you can essentially code once for multiple platforms.
asher001 is offline   Reply With Quote
Old 24th February 2012, 8:28 AM   #14
Samson
Member
 
Samson's Avatar
 
Join Date: Jun 2001
Location: Adelaide
Posts: 67
Default

Phone gap is great if your are a web developer. However, not all API in iOS can be used and the app is basically a locally hosted website running in a WebView (iFrame for non Xcode folk). It is still far from being a native app. Although it is great for simple apps you could make as a Web App but want to release it on the app store to make some $$$

Cheers,
Hubert
Samson is offline   Reply With Quote
Old 24th February 2012, 2:14 PM   #15
asher001
Member
 
Join Date: Nov 2010
Posts: 292
Default

Quote:
Originally Posted by Samson View Post
Phone gap is great if your are a web developer. However, not all API in iOS can be used and the app is basically a locally hosted website running in a WebView (iFrame for non Xcode folk). It is still far from being a native app. Although it is great for simple apps you could make as a Web App but want to release it on the app store to make some $$$

Cheers,
Hubert
Agreed. The major advantage is by coding in HTML5 you can also use your code for all the other smartphone platforms, the web, as well as for windows 8.

That is a MASSIVE advantage for developers.
asher001 is offline   Reply With Quote
Reply

Bookmarks

Sign up for a free OCAU account and this ad will go away!

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time now is 10:09 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!