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?
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?