Ashok Shah
Posts: 0
Joined: Tue Dec 09, 2014 3:05 pm

How to exit appery app

I want to exit appery app on button click or something else.
Any help would be great.

Thanks

Louis
Posts: 0
Joined: Wed Nov 05, 2014 2:03 pm

How to exit appery app

You can't do it in iOS. Well, you can, but Apple doesn't like it. In Android on a click event do:

codegetActivity().finish();
System.exit(0);/code

This would be added to the event through source code for Android only.

Return to “Issues”