libimobiledevice / ideviceinstaller

Manage apps of iOS devices
https://libimobiledevice.org
GNU General Public License v2.0
1.26k stars 262 forks source link

iOS 13.5 entightlments #127

Closed demhademha closed 4 years ago

demhademha commented 4 years ago

Hi, it seems that ideviceinstaller needs updating for 13.5 as the entightlements in /private/var have changed. This prevents ideviceinstaller -i to fail, Thanks

nikias commented 4 years ago

Hmm not sure what you mean, installing on iOS 14 b3 works just fine with latest ideviceinstaller.

demhademha commented 4 years ago

Hi, i get the following error: Device, ipad 7 gen iOS version 13.5 Operating system ubuntu $ ideviceinstaller -i unc0ver_5.3.1.ipa WARNING: could not locate iTunesMetadata.plist in archive! WARNING: could not locate Payload/unc0ver.app/SC_Info/unc0ver.sinf in archive! Copying 'unc0ver_5.3.1.ipa' to device... DONE. Installing 'science.xnu.undecimus' Install: CreatingStagingDirectory (5%) Install: ExtractingPackage (15%) Install: InspectingPackage (20%) Install: TakingInstallLock (20%) Install: PreflightingApplication (30%) Install: VerifyingApplication (40%)ERROR: Install failed. Got error "ApplicationVerificationFailed" with code 0xe800801c: Failed to verify code sign ature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.qvqIs3/extracted/Payload/unc0ver.app : 0xe800801c (No code sign ature found.)

nikias commented 4 years ago

Well as the error shows the app you try to install is not signed, so obviously the installation fails.

demhademha commented 4 years ago

Thanks