AltStore icon indicating copy to clipboard operation
AltStore copied to clipboard

Dev Accounts with Organizations showing as Free

Open Daniel-0011 opened this issue 2 years ago • 11 comments

I just signed with a developer account to Altstore, not a free developer account. but in Altstore settings it shows a free developer account. that's why I cannot inject more than 3 apps and have to refresh the apps within 7 days.

Daniel-0011 avatar Aug 11 '22 23:08 Daniel-0011

Do you have an Organization account?

lonkelle avatar Dec 25 '22 03:12 lonkelle

this is an ongoing repeat issue noted by some with dev accounts linked to an org. going to close this and will have pinned some info on this issue later so stay tuned. hopefully we can find a permanent resolution soon

shanegillio avatar Jan 11 '23 18:01 shanegillio

Of note, this is a 3 - 4 line code fix that @osy already PRed nearly a year ago (https://github.com/rileytestut/AltStore/pull/967). Since it's still open, all that Riley has to do, is hit "Merge Changes" - I've personally tested osy's code and it works as intended.

lonkelle avatar Jan 11 '23 18:01 lonkelle

thanks - will review this then and see about implementing

shanegillio avatar Jan 11 '23 18:01 shanegillio

NOTE: Osy's PR only picks the first in the list of organizations while many Apple ID's are connected to multiple. When Riley talked about adding this feature in 2021 he specifically wanted to make a UI "Team Chooser" so you'll have to run that by him again to refresh his memory.

lonkelle avatar Jan 11 '23 18:01 lonkelle

I agree an account picker is the better solution but I think the current situation is that free account is preferred over organization account. If I remember correctly from conversations on discord, there was some concerns about certificates and identifiers and not wanting AltStore to accidentally delete something from an org account.

FWIW I’ve been running a patched AltStore with my PR applied and haven’t had any issues.

osy avatar Jan 11 '23 19:01 osy

good to know - definitely going to prioritize getting this once I can confirm with Riley

shanegillio avatar Jan 11 '23 19:01 shanegillio

Hi, Any updates?

Thank you!

itrack avatar May 28 '23 10:05 itrack

Thx

fylo5 avatar Sep 12 '23 06:09 fylo5

Hi, has any progress been made on this?

ajs256 avatar Dec 06 '23 19:12 ajs256

FWIW, the profile you choose will be saved so the workaround I've been using is:

  1. Build my own AltStore with the PR
  2. Sign it with the same provisioning profile and bundle id as downloaded AltStore (make sure to change Info.plist to point to your group container id and device id and altserver id manually)
  3. Install it on device, log in, then install released AltStore. As long as you don't delete it, you can continue to get AltStore updates without issues.

Note the first time you install it you'll get double AltStore because of the different account used to sign it. Just delete the first one.

osy avatar Dec 06 '23 19:12 osy