TrollStore icon indicating copy to clipboard operation
TrollStore copied to clipboard

Is there something wrong when I re-make?

Open panderman opened this issue 2 years ago • 6 comments

Hello, first of all thank you for open source such an amazing project.

I download the git code myself and compiled it with "GTA Car Tracker" IPA, everything as well, but when I downloaded another IPA called "TrackerInfo" from the App Store to compile, It can be successfully installed on my iPhone with iOS 15.0.1, but the screen is black with nothing in when opening the app.

I have obtained the TeamID of "TrackerInfo" which is "VZ3XHW8R9T", and use make_cert.sh to regenerate victim.p12. What am I missing?

How are cert.p12 and cert_new.p12 generated and what are they used for? Is it related to this?

Looking forward to your reply.

WechatIMG20 WechatIMG18 WechatIMG19

panderman avatar Oct 19 '22 08:10 panderman

Probably an issue with the SceneDelegate of that app, will take a look later

opa334 avatar Oct 19 '22 10:10 opa334

Probably an issue with the SceneDelegate of that app, will take a look later

Thanks for your reply, how are cert.p12 and cert_new.p12 generated?

panderman avatar Oct 19 '22 11:10 panderman

I got a problem when make [build_installer15] task, the error is: ldid.cpp(3316): _assert(): flag_S || key.empty() libc++abi: terminating with uncaught exception of type char const* make: *** [build_installer15] Abort trap: 6 I also used ./make_cert.sh to make a victim.p12 first. what I missed? please help

modudibai avatar Oct 24 '22 06:10 modudibai

I got a problem when make [build_installer15] task, the error is: ldid.cpp(3316): _assert(): flag_S || key.empty() libc++abi: terminating with uncaught exception of type char const* make: *** [build_installer15] Abort trap: 6 I also used ./make_cert.sh to make a victim.p12 first. what I missed? please help

you need procursus ldid

opa334 avatar Oct 24 '22 16:10 opa334

I got a problem when make [build_installer15] task, the error is: ldid.cpp(3316): _assert(): flag_S || key.empty() libc++abi: terminating with uncaught exception of type char const* make: *** [build_installer15] Abort trap: 6 I also used ./make_cert.sh to make a victim.p12 first. what I missed? please help

you need procursus ldid

I already have Idid installed, what should I do more?

modudibai avatar Oct 25 '22 03:10 modudibai

I got a problem when make [build_installer15] task, the error is: ldid.cpp(3316): _assert(): flag_S || key.empty() libc++abi: terminating with uncaught exception of type char const* make: *** [build_installer15] Abort trap: 6 I also used ./make_cert.sh to make a victim.p12 first. what I missed? please help

you need procursus ldid

I already have Idid installed, what should I do more?

sorry, I got it. Should use the exactly procursus ldid from: https://github.com/ProcursusTeam/ldid thank you!

modudibai avatar Oct 25 '22 08:10 modudibai

I briefly looked into this, but can't see anything too different about the TickerInfo app that would cause this black screen, really weird.

opa334 avatar Oct 29 '22 23:10 opa334

I found this to be the problem because the TrickerInfo app's Info.plist uses UIApplicationSceneManifest but there is no UISceneConfigurations node, I have replaced another app and it works, you can close this issues now, thanks a lot.

I briefly looked into this, but can't see anything too different about the TickerInfo app that would cause this black screen, really weird.

panderman avatar Nov 07 '22 12:11 panderman