Skip to content

How to launch app not immediately but launch after waiting

1 min read

We usually launch our app immediately when we build and run from Xcode. But there are sometimes we want to launch our app in a specific moment, for example tapping push notifications or testing universal links. We can handle that by selecting “Wait for the executable to be launched” from Target > Edit Sceme > Run > Launch settings.

Xcode Edit Scheme Run Settings, select 'Wait for the executable to be launched' from launch setting


Share this post on:

Previous Post
스위프트 typealias 활용하기
Next Post
한글 들어간 url string을 인코딩하는 방법