Hello I want to implement a VOIP pushkit but can not get the token device. This is because appdelegate.swift.
func pushRegistry(_ registry: PKPushRegistry, didUpdate credentials: PKPushCredentials, forType type: PKPushType) {
/
/
if type == PKPushType.voIP {
let tokenData = credentials.token
print("TOKEN: \(tokenData)")
}
}
As a result, output in the console and get 32 bytes of the token is not present. All instructions and an example of what I found in Google must check the token but I for some reason 32 bytes