ios6 - How to minimize iPhone App on button click action? -


on button click want app minimize..

i try use exit(),but apple reject application when exit being used.

what perfect solution this?

  1. you not allow without using home button.
  2. exit() terminates app.
  3. apple surely reject app if achieve anyhow.
  4. alternatively, take user screen. don't minimize app.
  5. quitting application or sending background programmatically violation of [ios human interface guidelines]

Comments

Popular posts from this blog

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -