Jump to content

3 posts in this topic

Recommended Posts

Posted

Code

%hook SpringBoard

-(void)applicationDidFinishLaunching:(id)arg1 { //not a real method its just kinda what i remember it looked like, should be in one of the tutorials you went through

%orig;//tells that the method you hooked to continue running normally (we don't want to break anything)

UIAlertController * alert= //blah blah find uialertcontrollercode online and paste your desired alert,                                                                                                                                        
[self presentViewController:alert animated:YES completion:nil]; //so it shows your alert code
}
%end //close up your hook

Error is 

==> Compiling Tweak.xm (arm64)…
Tweak.xm:15:9: error: 'release' is unavailable: not available in automatic reference counting mode
        [alert release];
               ^
/opt/theos/sdks/iPhoneOS9.3.sdk/usr/include/objc/NSObject.h:37:1: note: 'release' has been explicitly marked unavailable here
- (oneway void)release OBJC_ARC_UNAVAILABLE;
^
Tweak.xm:15:9: error: ARC forbids explicit message send of 'release'
        [alert release];
         ~~~~~ ^

 

Posted (edited)

Try to close your hook, and start new hook on your application. You can also apply them https://s-pro.io/fintech and ask for help. Depending on the company where they work, a software developer will analyze the needs of the user and then create, test and develop software that will solve this problem.

Updated by zzoopwa

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