ios - Receive voip push notification after reboot -
after implementing voip push notification pushkit, following handler can called when send notification device.
- (void)pushregistry:(pkpushregistry *)registry didreceiveincomingpushwithpayload:(pkpushpayload *)payload fortype:(nsstring *)type
it works when app in background or killed user. however, doesn't work after rebooting ios.
my question pushkit work after rebooting?
Comments
Post a Comment