this post was submitted on 06 Mar 2024
241 points (98.4% liked)

Technology

58108 readers
4981 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

cross-posted from: https://sopuli.xyz/post/10062367

Apple Terminated Epic’s Developer Account

you are viewing a single comment's thread
view the rest of the comments
[–] reddig33@lemmy.world 11 points 6 months ago (2 children)

Dev accounts are free. It’s only when you want to post stuff to the store that you start paying.

[–] JackGreenEarth@lemm.ee 12 points 6 months ago (2 children)

You mean when you want to make it available to download in the only way Apple makes possible? It's not like you can just send the apk to someone to run on their iPhone, if you want to share the app with others on an iPhone, you have to use the Apple App Store, you have to pay them $100 + the cost of an Apple computer. Just to share your FOSS app with your friends.

[–] ardi60@reddthat.com 3 points 6 months ago

on iOS its called ipa

[–] SkyezOpen@lemmy.world 3 points 6 months ago (1 children)

Did this change? It was about a decade ago. I could develop and test on an emulated device, but testing on hardware was 100% locked behind a $100 paywall.

[–] reddig33@lemmy.world 2 points 6 months ago (1 children)

I could be reading this wrong, but it looks like TestFlight allows you to distribute internally without going through the App Store.

https://developer.apple.com/documentation/xcode/distributing-your-app-for-beta-testing-and-releases

[–] SkyezOpen@lemmy.world 1 points 6 months ago (1 children)

It mentions the apple developer program which is what I assume the 100 dollar subscription is. I keep seeing people say dev accounts are free but any tools beyond the dev environment are paywalled.

I wasn't even talking about app stores; I never published anything to Google play, just loaded through usb from android studio. The apple program didn't allow even that.

[–] reddig33@lemmy.world 1 points 6 months ago

Before TestFlight was a thing, you could self-sign your own apps (.ipa) and install them to local devices through iTunes over a USB cable connected to the device. The developer signing certificate for this was/is free, included when you sign up for the free version of Apple Developer account.

Nowadays it looks like you can still do this directly from Xcode. See section: “Connect real devices to your Mac”

https://developer.apple.com/documentation/xcode/running-your-app-in-simulator-or-on-a-device

*The mention of Apple Developer Program in the bullet points of this section is an “if” and is optional. It’s not required for testing apps on local devices.