Can we use Pushkit VoIP notification for normal notification (not for incoming calls)

Currently we are using UserNotification framework for remote notification. We are planning to use Pushkit framework and now when will receive notification from pushkit (DidReceiveIncomingPush),we will generate local notification for user with banner, alert & sound in the call back method. This is due to the fact that the notifications have to be delivered as quickly as possible, wake up the app if it is backgrounded or the phone is locked.
we have following queries:
1) Will apple accept this implementation (without implementing callkit) ?
2) Blank callkit method i.e only method without logic is accepted or not?


PushKit VoIP notifications can only be used for notifying calls. If an incoming VoIP push does not end up with your app reporting a call, the system will terminate your app.
Can we use Pushkit VoIP notification for normal notification (not for incoming calls)
 
 
Q