Conversation
|
After install ipa in filza with appsync new update but after install apps or games will crashing why!?https://github.com/user-attachments/assets/342df5f6-73ae-4958-b52e-5f0535e81ec4 |
appsync can only help you bypass the restrictions of installing ipa. In order for the installed app to be launched and run correctly, the ipa needs to have the correct signature. jailbreaks before ios15 and palera1n have the ability to allow arbitrary signed binaries to run, but this is no longer work on ios15+(A12+) devices, a feasible way is to use "ldid -s" to generate an ad-hoc signature for the ipa so that the ios15+(A12+) jailbreaks can allow it to run. |
|
Is it possible to have appsync automatically sign the ipa ad-hoc using ldid when installing the ipa? @akemin-dayo |
|
I've run into the exact same issue. From my experience, AppSync works (rootful) without using ldid on iOS 15.8.3 (A9). I tried building from this commit for arm64e for roothide (palehide, specifically); not sure what the proper build method is but I just modified any makefiles that didn't inherit from AppSync to build for arm64e. Apps successfully install but end up crashing; I've tried running ldid -s against all the app binaries in the app's extracted bundle directory without luck.. Haven't checked crash logs deeply yet. |
rootlful build - tested
rootless build - tested
roothide build - tested