Jump to content

[Help] Finding AppDelegate for Tweak PopUp


Go to solution Solved by Rook,

15 posts in this topic

Recommended Posts

Posted

Hey Guys i got a huge Problem to Find the AppDelegate For My Tweak i want to release here i searched in Flex for applicationdidbecomeactiv and i got results but not with the AppDelegate Class but the UIDocument class i already try to hook that Class but no Success and i dont know if im searching in the right spot im searching in UIKit dont know if thats right so any help is nice and would bring me hopefully my goal 


 


 


and sorry for terrible Grammer :c


 


Greetings


DragonRising66 :)


Posted (edited)

Try every class with applicationdidfinishlaunching

already Try'd that too but its in this case The UIZoomViewController Class but even this is not working

 

with this code right here

 

%hook UIZoomViewController

-(void)_applicationDidFinishLaunching:(id)argument {

UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"This is the Title" message:@"This is the Message" delegate:nil cancelButtonTitle:@"This is the Button Text" otherButtonTitles:nil];

[alert show];

[alert release];

}

%end

 

Updated by DragonRising66
Posted

already Try'd that too but its in this case The UIZoomViewController Class but even this is not working

Weird, try classes with applicationdidbecomeactive

Posted (edited)

What app are you trying to find the appdelegate on?

 

So 'DidFinishLaunchingWithOptions' Isn't there ?

its there but in a different class i already hookt dat with no success :c

 

on manny games Like Hill Climb or Exploding kittens.. and so on

Updated by DragonRising66
Posted

its there but in a different class i already hookt dat with no success :c

 

on manny games Like Hill Climb or Exploding kittens.. and so on

Show us your code for 'DidFinishLaunching'

 

Any changes?

And a screenshot in flex.

Posted

Show us your code for 'DidFinishLaunching'

 

Any changes?

And a screenshot in flex.

There you go https://imgur.com/a/YS12S

 

%hook UIZoomViewController

-(void)_applicationDidFinishLaunching:(id)argument {

UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"This is the Title" message:@"This is the Message" delegate:nil cancelButtonTitle:@"This is the Button Text" otherButtonTitles:nil];

[alert show];

[alert release];

}

%end

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines