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.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top