Creating Free iOS Apps: Requirements and Mac Necessity

  • Thread starter Thread starter Math10
  • Start date Start date
  • Tags Tags
    Apps
AI Thread Summary
To create free apps on iOS, a Mac is essential as Apple mandates that app packages be uploaded using a Mac computer. Developers can download Xcode for free, which allows them to learn Objective C and develop apps. While Xcode includes a simulator for initial testing, full testing on an iPad or iPhone requires submitting the app to the Apple Store, which incurs a developer fee. Knowledge of Objective C is necessary for app development, and having a Mac is a prerequisite for the entire process.
Math10
Messages
301
Reaction score
0
How to make free apps on iOS? What skills are required to make them? What programming language is needed?
 
Technology news on Phys.org
If you already have a Mac, you can download Xcode for free from Apple, use it to learn Objective C and write apps that you can partially test on a simulator that runs on your Mac. However, in order to run your app on an iPad or iPhone and test it fully, it has to go through the Apple Store, and you have to pay Apple a developer's fee.

https://github.com/programmingthomas/FAQ
 
Do I must have a Mac?
 
See the first question in the FAQ that I linked.
 
Math10 said:
Do I must have a Mac?
Yes, Apple requires you upload the app package via a unique mac computer. I had to buy an old ibook just to upload the PF apps.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top