Open castdrian opened 7 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?
Same issue here, any workaround ?
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.
Same issue here signing with a paid certificate.
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
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?
the applications bundle id and app id are not the same thing
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