this post was submitted on 06 Nov 2023
525 points (98.7% liked)

Technology

58142 readers
4848 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 138 points 10 months ago (13 children)

Imagine how Apple will feel if Google got docked for this. Apple's app store is even worse. You can't even side load apps on an iPhone/iPad without jailbreak.

[–] [email protected] 7 points 10 months ago (1 children)

You can side load them, kinda, its just a huge pain so your point still stands

[–] [email protected] 14 points 10 months ago (2 children)

Do you have a method that keeps sideloaded apps "verified" permanently? If you do, please do tell. I'd love to install YouTube++ on my kid's tablet so they don't have to sit through ads all the time.

[–] [email protected] 7 points 10 months ago* (last edited 10 months ago) (1 children)

Check out Yattee on the App Store. It's a client for Piped.

https://apps.apple.com/us/app/yattee/id1595136629

You will need to manually add a Piped instance such as piped.video

Also note I don't own an iOS device, so I haven't tried this app myself.

[–] [email protected] 2 points 10 months ago

Thank you so much. I'll check it out

[–] [email protected] 7 points 10 months ago* (last edited 10 months ago)

Just download Xcode, it's free, and it's from Apple. With that you can deploy any app (if you have the binary - or the source code, but you don't technically need the source code) on your own devices and a hundred other people's devices (it's supposed to be work colleagues, but your kid's tablet will work too in practice, who's going to check or care?).

You can also "sideload" your app to up ten thousand devices linked to other Apple IDs via TestFlight which also a service run by Apple (for a nominal subscription fee) and intended for developers to test apps that aren't ready for distribution yet, though that process does require a partial review by Apple (it's mostly just an automated malware scan, not a full app review). It's perfectly normal for an app to be in development for years without going public. Most apps I've written have never shipped, but I still use a few of them on my own devices.

As for getting a copy of YouTube++ from a reputable source, that doesn't contain malware... that's basically no different from downloading software for a Mac or PC. Be careful where you download it from yeah?

Generally though, using Xcode is safer than using AltStore since you haven't jailbroken your device and all the sandboxing/etc is still in place. I'd be more worried about malware infecting your Mac when you load it into Xcode than I would about the iPhone (though it certainly could contain a zero day that escapes the sandbox).

load more comments (11 replies)