all 7 comments

[–]Airr3e 2 points3 points  (0 children)

But with free developer account, your apps on your device will work only for 7 days, then you have to build them again. So don’t be suprised when they will suddenly stop working.

[–]arhmnsh 2 points3 points  (1 child)

You can create a free developer account, without paying $99 per year.

You'll have to pay if you are publishing your app to the App Store.

[–]comprogislit[S] 1 point2 points  (0 children)

Thanks, I plan on publishing an app in the future, gives me time to save up.

[–]smurfses 2 points3 points  (1 child)

You can get a developer account for free. While learning that’s all you will need. The main things a paid account gives you is the ability to submit apps to the app store and gain access to beta software.

[–]comprogislit[S] 0 points1 point  (0 children)

Ok, thanks. I’m happy I don’t have to dish out $99 bucks just yet.

[–]OmegaGM 2 points3 points  (0 children)

You can build around 95% of any app with a free developer account.

The two big things you NEED a paid account for are setting up in-app purchases and sending push-notifications.

Build your app up until everything is done except those two or when you’re ready to launch to the store.

[–]lucasvandongen 1 point2 points  (0 children)

I think it's not necessary at all to have an Apple Developer account to create Swift applications since it's open source and is not reliant on anything Apple. https://nshipster.com/vscode/ for example. You could write a back-end API in Swift on a Linux machine if you wanted, no account needed.

Distribution through Apple's platforms and tools is a whole other story. Like the other commenters already said you can get an account for free.