qnblackcat / uYouPlus

uYou+ is a modified version of uYou (made by @MiRO92) with additional features and mainly made for non jailbroken users!
7.16k stars 8.2k forks source link

Download completion handler never called when signed with distribution certificate #1398

Open castdrian opened 5 months ago

castdrian commented 5 months ago

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

worriorbg commented 4 months ago

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%

Edouard127 commented 4 months ago

Same issue here, any workaround ?

FrankTheTank07 commented 2 months ago

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.

therysin commented 1 month ago

Same issue here signing with a paid certificate.

castdrian commented 1 month ago

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

therysin commented 1 month ago

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?

castdrian commented 1 month ago

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