Posts

Post not yet marked as solved
1 Replies
1k Views
I have PushKit and CallKit working within my application, it is working as I would expect it to with one exception; When a user has their app terminated, and an incoming call is answered by the user it opens the app but not to the CallVC that I have designed. How do I navigate it to the appropraite screen when the app is launched based on a CallKit answer action? Also, I noticed that the viewDidAppear(_:) print statement on the rootViewController of the AppDelegate's window (which is my LoginVC) does not happen when the app is launched this way, so I am not sure at one point to navigate to the proper view controller.
Posted
by TPCM-USA.
Last updated
.