Close entire app #13033
Answered
by
m1ga
beppo-ivel
asked this question in
Q&A
Close entire app
#13033
-
Beta Was this translation helpful? Give feedback.
Answered by
m1ga
Aug 22, 2021
Replies: 1 comment
-
you have to set And if I remember correctly it is not possible to quit an iOS app via code. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beppo-ivel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you have to set
exitOnClose: true
to the index window.Also checkout this SO post: https://stackoverflow.com/questions/13605653/exit-from-application-via-button-in-titanium/13618254#13618254
And if I remember correctly it is not possible to quit an iOS app via code.