uYouPlus icon indicating copy to clipboard operation
uYouPlus copied to clipboard

Download completion handler never called when signed with distribution certificate

Open castdrian opened this issue 11 months ago • 7 comments

This is an issue I have observed with multiple applications, not just uyp, downloads will succeed up to the end after which the file is never saved and the completion handler is never called, whereas it works fine when signed with a local development certificate

castdrian avatar Apr 04 '24 08:04 castdrian

Same here - every download freezes on 100%. App is signed with a paid developer certificate (Apple ID Sideload).

Does any one have a workaround for this?

Stuck on 100%

worriorbg avatar Apr 22 '24 07:04 worriorbg

Same issue here, any workaround ?

Edouard127 avatar Apr 28 '24 13:04 Edouard127

This is an issue I have observed with multiple applications, not just uyp, downloads will succeed up to the end after which the file is never saved and the completion handler is never called, whereas it works fine when signed with a local development certificate

I'm having the same issue. I tried installing over the air with my distribution cert, as well as signing with an iOS development cert and an Apple Development cert and side loading through Xcode. I still couldn't get the downloads to finish with any of them. The IPA installed in all situations, just can't download.

FrankTheTank07 avatar Jul 02 '24 01:07 FrankTheTank07

Same issue here signing with a paid certificate.

therysin avatar Jul 17 '24 19:07 therysin

fyi since I didn't mention this in my OP, this is due to the wildcard app id so you essentially need to sign with an explicit app id for the application to be able to use the required system capabilities

castdrian avatar Jul 17 '24 19:07 castdrian

fyi since I didn't mention this in my OP, this is due to the wildcard app id so you essentially need to sign with an explicit app id for the application to be able to use the required system capabilities

I signed with the default app ID, not a random app ID. Are you saying it works with the random app ID?

therysin avatar Jul 18 '24 04:07 therysin

the applications bundle id and app id are not the same thing

castdrian avatar Jul 18 '24 13:07 castdrian