devwiki:ios

Start iOS Dev

Start Cheap

  • get Mac OS X virtual machine running on pc, install Xcode, develop and run emulator
  • use other tool to push no certificate ipa to a iOS device temporarily

No Way to Get Around It

  • soon or later, you still need to get a real mac, a iOS device, and yearly paid developer account certificate

All about that yearly paid developer account certificate

  • the only way you can easily push your app to more iOS devices without pain.

Apple Developer Program

Outsider

  • free
  • only work on device with same Apple ID signed

Normal Level

  • 99 USD per year (free for non-profit, government)
  • can be set on Individual (your name) or Organization (Company name)

Apple Developer Enterprise Program

  • 299 USD per year
  • closed environment developers, for non-distribution app development

iOS Developer University Program

  • free
  • for school teaching iOS programming

ref: https://developer.apple.com/support/compare-memberships/

Other than Code

  • you need to worry more than just what you programming, that is code signing, app verification for distribution, the process that apply to both android and ios for device security
  • mobile device are more sensitive to security than PC, which anyone can write anything to run anywhere, since PC hardware are out of controls from single company, while mobile device are all-in-one device and can be secured or limited by a single company, both software and hardware level.

Useful Tool

  • devwiki/ios.txt
  • Last modified: 2021/08/28 07:42
  • by ying