Make a theos tweak work with all user apps

599 Views Asked by At

How can i make a tweak work with all user apps when startup the app and show a popup.

Instead of hook the view controller of every app .

I tried make a filter to "http://com.apple.UIKit" and tried to use “%ctor” but no thing happened . Thanks in advance

1

There are 1 best solutions below

0
Osa On

You can hook into all apps be injecting into UIKit, without http

{
    Filter = {
        Bundles = (
            "com.apple.UIKit"
        );
    };
}