Post

Replies

Boosts

Views

Activity

Reply to Programmatically closing an app.
Thanks, Claude31 I was wondering the same thing about exit(0). Quite a few people say that would be rejected, but then I see others who have had no issue with it. I have an app on my phone where I think the developer has exit(0) in the cancel button. It certainly looks like it when I press the cancel button.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’21
Reply to Programmatically closing an app.
Actually, it just occurred to me that is the actual issue. If the app isn't sitting in the background, and is starting from scratch, OpenURLContexts does not run, so importing a backup file will not work even if the user hasn't canceled. I need a way to make it run.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’21