APN voip request using token authentication fails with DeviceTokenNotForTopic

This is a weird one.


The original app identifier created (e.g. 'com.x.app1') and that works when using either certificate authenication or token authentication.

I created another app identifier (e.g. 'com.x.app2') and works when using certificate authenication and does NOT work when using token authentication where a get the 'DeviceTokenNotForTopic' result.


This is all development APN to the sandbox.


I have tried creating a new token authentication key and I get the same result.

I change the compiled app identifier to 'com.x.app1' and that works fine.

I change the compiled app identifier back to 'com.x.app2' and that fails for token authentication.

I created a new app id and that fails too.


I don't really want to delete the 'com.x.app1' identifier as I don't want to lose token authentication. I don't really want to use certificate authenication so that I don't need to keep the certificiate up to date...


Does apple restrict the developer account to only supporting 1 voip application or something?

Anyone else having this problem?

Thoughts?

Idea's to try?

Replies

What was the outcome after all? Did you manage to support two or more voip apps from the same apple developer account and the same token authentication key?