How can one make their application exit completely from the device?
Hello,
Are you asking about adding an option to programmatically exit the app?
Or on how exit an application for testing purposes?
Mobile apps should not have an option to close.
Here are some links to Apple's documentation on this subject:
- developer.apple.com/.../StartingStopping.html
(See section "Always Be Prepared to Stop".)
- developer.apple.com/.../Multitasking.html
- developer.apple.com/.../_index.html
If you just want to terminate a mobile app for testing, then you can access the multi-tasking options and remove the running app from the list. iOS and Android provides ways to do this.
I hope this helps.
Meyrick Flanegan |
Developer - Managed Services |
Email: mflanegan@elcb.co.za |
|
ELCB Information Services (Pty) Ltd |
Customer Service Email elcb@elcb.co.za · www.elcb.co.za |
E A S T L O N D O N Tel: +27(43) 704 0700 Fax: +27(43) 704 0701 |
J O H A N N E S B U R G Tel: +27(11) 879 6179 Fax: +27(11) 454 0384 |
P O R T E L I Z A B E T H Tel: +27(41) 373 0529 Fax: +27(86) 650 0135 |
Hello,
Are you asking about adding an option to programmatically exit the app?
Or on how exit an application for testing purposes?
Mobile apps should not have an option to close.
Here are some links to Apple's documentation on this subject:
- developer.apple.com/.../StartingStopping.html
(See section "Always Be Prepared to Stop".)
- developer.apple.com/.../Multitasking.html
- developer.apple.com/.../_index.html
If you just want to terminate a mobile app for testing, then you can access the multi-tasking options and remove the running app from the list. iOS and Android provides ways to do this.
I hope this helps.
Flag this post as spam/abuse.
From an UI design / OS consistency point of view, applications should (must) not include an option to exit the app.
Here are a couple of quotes from Apple's documentation:
An iOS app never displays a Close or Quit option. People stop using an app when they switch to another app, return to the Home screen, or put their devices in sleep mode. A: There is no API provided for gracefully terminating an iOS application.
A: There is no API provided for gracefully terminating an iOS application.
Meyrick Flanegan |
Developer - Managed Services |
Email: mflanegan@elcb.co.za |
|
ELCB Information Services (Pty) Ltd |
Customer Service Email elcb@elcb.co.za · www.elcb.co.za |
E A S T L O N D O N Tel: +27(43) 704 0700 Fax: +27(43) 704 0701 |
J O H A N N E S B U R G Tel: +27(11) 879 6179 Fax: +27(11) 454 0384 |
P O R T E L I Z A B E T H Tel: +27(41) 373 0529 Fax: +27(86) 650 0135 |
From an UI design / OS consistency point of view, applications should (must) not include an option to exit the app.
Here are a couple of quotes from Apple's documentation:
An iOS app never displays a Close or Quit option. People stop using an app when they switch to another app, return to the Home screen, or put their devices in sleep mode. A: There is no API provided for gracefully terminating an iOS application.
A: There is no API provided for gracefully terminating an iOS application.
Flag this post as spam/abuse.
Meyrick Flanegan |
Developer - Managed Services |
Email: mflanegan@elcb.co.za |
|
ELCB Information Services (Pty) Ltd |
Customer Service Email elcb@elcb.co.za · www.elcb.co.za |
E A S T L O N D O N Tel: +27(43) 704 0700 Fax: +27(43) 704 0701 |
J O H A N N E S B U R G Tel: +27(11) 879 6179 Fax: +27(11) 454 0384 |
P O R T E L I Z A B E T H Tel: +27(41) 373 0529 Fax: +27(86) 650 0135 |
From an UI design / OS consistency point of view, applications should (must) not include an option to exit the app.
Here are a couple of quotes from Apple's documentation:
An iOS app never displays a Close or Quit option. People stop using an app when they switch to another app, return to the Home screen, or put their devices in sleep mode. A: There is no API provided for gracefully terminating an iOS application.
A: There is no API provided for gracefully terminating an iOS application.
Flag this post as spam/abuse.
Flag this post as spam/abuse.