Jump to content

9 posts in this topic

Recommended Posts

Posted

hey guys! im trying to open a link from a click of a button, so right now i have it so that it kills the app, but how would i make it open a link instead?

 

  [newArr addObject:[[[%c(SettingsOptionButton) alloc] initWithTitle:@"Creators" iconImage:nil executeOnTap:^(void){
    system("killall -9 Kik");
    }] autorelease]];

 

so im assuming i need to switch "killall -9 Kik" but what would i change it too :p?

anything helps guys! thanks :)

Posted

I'm no coder but maybe you could try

 

openURL("http://website.com");
 
I've seen openURL in Info.plist's so maybe xD
Posted

This tutorial has what you're looking for also: http://iosgods.com/topic/444-tutorial-how-to-make-a-preference-bundle/

 

URL or Respring. If you want to kill an app then you: killall AppName

 

killall -9 AppName

 

Something like that :3

already tried that tutorial :( already figured out how to restart/respring :(((( i cant figure out the link, ill keep trying though

Posted

already tried that tutorial :( already figured out how to restart/respring :(((( i cant figure out the link, ill keep trying though

The link is in that tutorial also O.o

 

The template I made which is pinned in Tools section has it too. :)

Posted

The link is in that tutorial also O.o

 

The template I made which is pinned in Tools section has it too. :)

yeah i get that, but im not putting it in the preference bundle :p but ill keep trying :) thank you!

Posted

yeah i get that, but im not putting it in the preference bundle :p but ill keep trying :) thank you!

Are you trying to put it in a popup?

Posted

Are you trying to put it in a popup?

yeah, so like if they click the button it redirects them to safari :)

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