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

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -