app exit

  1. Recep Cinet

    iOS Question Exit application

    #IF OBJC -(void) QuitGame { exit(0); } #End If Dim NativeMe As NativeObject = Me NativeMe.RunMethod("QuitGame", Null)
  2. E

    Android Question App stopping on click

    Hello, I was wondering if anyone could help me with this. My app compiles just fine, but when I click on any button within it, it just stops and exits. P.S: The only code within the mentioned buttons is to change the text inside a label. As in: label.Text = "1"
Top