here is the problem if i pass
PKPushRegistry(queue:DispatchQueue.main)
when i terminate application call is not showing up voip popup .
if i do this
PKPushRegistry(queue:DispatchQueue.global())
or i do pass background thread
im receiving call Voip banner but it automatically declined after 2 second.
Any help will be appreciated